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

Fix statefile key duplication #116

Merged
merged 1 commit into from Jul 22, 2019
Merged

Conversation

jaymzh
Copy link
Collaborator

@jaymzh jaymzh commented Jul 22, 2019

Moving data between JSON and hashes means that you can end up with :foo
and "foo" both in the same hash, which is bad. Use a mash so they are
always the same.

Closes #115.

Signed-off-by: Phil Dibowitz phil@ipom.com

Moving data between JSON and hashes means that you can end up with :foo
and "foo" both in the same hash, which is bad. Use a mash so they are
always the same.

Closes facebook#115.

Signed-off-by: Phil Dibowitz <phil@ipom.com>
Copy link
Contributor

@malmond77 malmond77 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable.

@malmond77 malmond77 merged commit b1ff593 into facebook:master Jul 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

state file gets confused
3 participants