Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assumption of empty keys #8

Open
AjeyBharadwaj opened this issue Jun 20, 2020 · 0 comments
Open

Assumption of empty keys #8

AjeyBharadwaj opened this issue Jun 20, 2020 · 0 comments

Comments

@AjeyBharadwaj
Copy link

AjeyBharadwaj commented Jun 20, 2020

Code assumes that user empties the keys in the path variable.
While writing generic code, it is difficult to empty keys.
And, fdn_keys/fup_keys is not called for keys that are emptied. They are called for all keys.
So, better to change the logic of the code.

inject_keys_int({}, [FirstKey|RemainingKeySet]) ->

I have done the required changes via the pull request : #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant