PMunch / protobuf-nim

Protobuf implementation in pure Nim that leverages the power of the macro system to not depend on any external tools
MIT License
171 stars 14 forks source link

Error running tests #36

Closed lualvsil closed 1 year ago

lualvsil commented 1 year ago

When I try to run the tests it returns an error on line 537 of protobuf.nim Error: invalid order of case branches

PMunch commented 1 year ago

Which Nim version, and which version of Protobuf? I seem to recall this being an issue in the past, but I thought it was solved by now.

lualvsil commented 1 year ago

Which Nim version, and which version of Protobuf? I seem to recall this being an issue in the past, but I thought it was solved by now.

nim 2.0 protobuf 0.5.3

PMunch commented 1 year ago

Hmm, I thought this wasn't an issue any longer. Luckily the fix is simple.