-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
schema,tests,gen/go: increase the coverage produced by the schema tes…
…t suites markedly. Fixes a few old todos in the test system for typed nodes. The additional exercise picks up some bugs in the codegen for unions. (This was also reported by Adin, and I think possibly by Ian earlier, though I only got around to reproducing it fully now.) Those bugs -- off-by-ones; uuf -- are now fixed. Some todos were encountered in bindnode by the new coverage too. Only one thing. But it's a bit more than I knew how to fix in one sitting, so I've made that test skipped for now, hopefully to be fixed soon. Some error messages that confused me along the way are tweaked. The datamodel.DeepEquals method is slightly less fragile on nils.
- Loading branch information
Showing
6 changed files
with
63 additions
and
12 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
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