Shopify / protoboeuf

Experimenting with a protobuf implementation
MIT License
24 stars 2 forks source link

Fix `ParseError#to_s` implementation #62

Closed paracycle closed 3 months ago

paracycle commented 3 months ago

The ParseError#to_s implementation was not returning the correct result since it was not using the @msg instance variable to build the error message. However, that ivar is not set in the constructor, nor by the constructor of the superclass, so the error message was always empty.