mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
This makes the result of code generation independent of the order in which classes are defined in the schema, and makes additional topological sorting not required. Being independent from schema order will be important for reviewing the move to a pure python schema, as generated code will be left untouched.