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

byte-array is undeclared #16

Open
chrismurrph opened this issue Sep 20, 2020 · 2 comments
Open

byte-array is undeclared #16

chrismurrph opened this issue Sep 20, 2020 · 2 comments

Comments

@chrismurrph
Copy link

Use of undeclared Var hasch.core/byte-array
55 | all bits of the hash compared to 128 bits for the UUID-5. Both should be safe,
56 | but b64-hash is safer towards collisions."
57 | [val]
58 | (b64/encode (byte-array (edn-hash val))))
59 |
60 |

Is this because byte-array only exists in Clojure and this is a .cljc file?

@chrismurrph
Copy link
Author

I know this is fixed in latest source, so this issue in the wrong place. But that error message keeps popping up for me.
io.replikativ/konserve {:mvn/version "0.5.1"}
io.replikativ/hasch {:mvn/version "0.3.7"}
Perhaps "0.5.1" somehow uses an older version?? I'm thinking that having now put "0.3.7" in things should be okay.

@whilo
Copy link
Member

whilo commented Sep 21, 2020

Yes, you can manually bump the hasch version. We are also currently working to a 0.6.0 release of konserve which also has this fixed.

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

2 participants