lowRISC / manticore

Apache License 2.0
16 stars 13 forks source link

[protocol] Merge `(From|To)WireError` into one #107

Closed mcy closed 3 years ago

mcy commented 3 years ago

The distinction is essentially unnecessary, since ToWire was a subset of FromWire. Moreover, the OutOfRange error is potentially useful for ToWire in some cases.