kinnison / marked-data

A YAML representation library which explicitly retains provenance data
MIT License
13 stars 6 forks source link

Remove non_exhaustive from error enums #16

Open kinnison opened 3 months ago

kinnison commented 3 months ago

Next time we have to make a breaking change release, remove the non_exhaustive markers on error enums -- I was previously unaware that these are considered a poor idea.