sharksforarms / deku

Declarative binary reading and writing: bit-level, symmetric, serialization/deserialization
Apache License 2.0
1.15k stars 55 forks source link

Enable MIRI testing #391

Open wcampbell0x2a opened 11 months ago

wcampbell0x2a commented 11 months ago

To my understanding, miri doesn't really like some of bitvec's data structure. Before bitvec-v1.0.0 we tested this in CI as it worked! With the update to bitvec-v1.0.0 we commented that check out. This comment out was removed with the new CI: https://github.com/sharksforarms/deku/pull/390.

Anyway, if possible. enable this back on CI!

See: