omissis/go-jsonschema-fork

investigation: produce stable output

omissis opened this issue · 1 comments

As of now the tool dumps the go code in a "random sort" fashion, meaning that every time it's run, the order of the symbols (structs, functions, constants, vars, etc) is not predictable.
This is not strictly a bug, but it makes reviewing changes next to impossible, and it would be nice to correct it to allow for easier code inspection between schema versions

moved to the original repo: omissis/go-jsonschema#54