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

Hash dump fixes #133

Conversation

gavin-norman-sociomantic

No description provided.

Gavin Norman added 2 commits July 10, 2018 11:18
Keys are now stored internally as hash_t, but the iterator was interpreting
them as strings, which led to a misunderstanding about the key type. It's
safer to rely on the type system and adapt the iterator to explicitly use
hash_t.
Due to an error in not adpating the dump writer correctly, it is possible
that dump files exist in an unsupported format (with keys written as
hash_t). We need to temporarily support loading both formats.
@nemanja-boric-sociomantic nemanja-boric-sociomantic merged commit b2a9f41 into sociomantic-tsunami:v1.12.x Jul 10, 2018
@codecov-io
Copy link

codecov-io commented Jul 10, 2018

Codecov Report

Merging #133 into v1.12.x will increase coverage by 0.04%.
The diff coverage is 27.27%.

@gavin-norman-sociomantic gavin-norman-sociomantic deleted the loadhashes branch July 10, 2018 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants