awakesecurity / proto3-suite

Haskell Protobuf Implementation
https://hackage.haskell.org/package/proto3-suite
Other
80 stars 55 forks source link

Add `--no-field-prefix` option #228

Open ccycle opened 1 year ago

ccycle commented 1 year ago

Added option to remove field name prefixes from records generated by compile-proto-file. This change is intended for use with NoFieldSelectors for auto-generated records.

ccycle commented 1 year ago

@riz0id Could you review this PR?

fumieval commented 1 year ago

@j6carey @ixmatus @riz0id Does anyone have a chance to take a look at this?