-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Parse type/schema extensions * Use Type.Named in place of Name * Translate AST extensions into Schema * Add type extension logic * renames * feedback * Add extension rendering * Fixes and test * Extensions use names rather than TypeRefs * Add validation, test * Validate that type exists to extend * Add scaladoc * fix rebase error * Fix rebase issues * Whitespace * Removed redundant trait TypeSystemDefinitionOrExtension * Renamed unExtendedTypes to baseTypes * TypeExtension tweaks + Renamed unextended to baseType + Simplified WithFields structures + Extension type formatting * Extension validation now part of schema validation; consistent use of baseType * Added and reorganised tests; improved validation; removed descriptions from extensions * Tweaked schema rendering and added round-trip tests for extensions * Bumped tlBaseVersion to keep MiMa happy * Removed stray SBT launcher --------- Co-authored-by: Miles Sabin <[email protected]>
- Loading branch information
1 parent
d03e237
commit 6aedb58
Showing
8 changed files
with
1,422 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.