You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a side note: my library currently passes googles conformance test suite for proto3 tests that do not require JSON input/output. A lot of silly mistakes were fixed while running test suite. It's very nice of google to provide it.
Currently this implementation supports neither maps nor options, so that would fail at the parsing step. I am planning to add that in the near future though, but until then this will have to wait.
just saw it on https://forum.nim-lang.org/t/3687/1#23146 as posted by @oswjk
looks like should be easy to add, as done here: https://github.com/oswjk/protobuf-nim/blob/master/tests/conformance/
The text was updated successfully, but these errors were encountered: