awakesecurity / proto3-suite

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

Fix Import Render #218

Closed timbess closed 2 years ago

timbess commented 2 years ago

It looks like if you parse and then render a proto file, it strips the double quotes from the imports accidentally. This fixed it for me, so just wanted to contribute it back.

Gabriella439 commented 2 years ago

@tdbgamer: If you update this branch by merging in main to this branch then that will fix the CI failures

timbess commented 2 years ago

@Gabriella439 ok done :+1: