awakesecurity / proto3-wire

https://hackage.haskell.org/package/proto3-wire
Other
23 stars 30 forks source link

Fix public decodeWire signature and test #86

Closed jcarr-awake closed 2 years ago

jcarr-awake commented 2 years ago

This fixes an erroneous signature change to decodeWire which was introduced in https://github.com/awakesecurity/proto3-wire/pull/84

Performance was unchanged, INLINES on calling functions are there to make sure they're still inlined as they were with only a single callsite before