Ross Lamont
Ross Lamont
Fixes #599 Implemented in maven builds, but not as part of test suite
Fixes #598. Introduces some backward incompatibilities. The current design philosophy doesn't really support a validateAll approach, so I've tried to maintain backward compatibility and deprecated things that are getting in...
According to documentation, the go version supports ValidateAll. Java assertion style validation is too limiting for most uses
JaCoCo I assume. I'll add this shortly
Has there been any thought given to adding some sort of referential integrity constraint capability. My data doesn't fit a hierarchical structure particularly well, so I need to use id...
I'm writing a protoc extension where the idea of scope exists. So for Visitor to be useful I need to know when the visitor has finished passing through a Node....
In release 1.0.1, setting these was silently ignored (which was itself technically a bug - see issue #46 for some background). In release 1.0.2 these cause an error because the...