clj-commons / byte-streams

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

`def-transfer`: emit correct `:tag` metadata #46

Closed vemv closed 3 years ago

vemv commented 3 years ago

Reoccurrences are prevented by introducing Eastwood as a linter, which detected this issue in the first place.

Fixes https://github.com/clj-commons/byte-streams/issues/45

vemv commented 3 years ago

Thanks for the review!

Fixed