clj-commons / byte-streams

A Rosetta stone for JVM byte representations
417 stars 33 forks source link

Single-segment and clj-commons namespaces do not share conversion graph #65

Closed KingMob closed 1 year ago

KingMob commented 1 year ago

It's not just enough to copy the fns, because they use differing data. This can lead to situations where some code is using the old ns, and some the new, and they don't agree on the list of conversions.

Mentioned in https://github.com/clj-commons/byte-streams/issues/63#issuecomment-1362080491

KingMob commented 1 year ago

Fixed by #66