-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Semantic Analyser: Update map key types on the first pass
This is more pre-work for for-each loops over maps, as it is necessary to know map key types when looping over elements. This change required also setting map.skip_key_validation before the map is first visited. The tests needed to be updated as the returned error code from SemanticAnalyser changed. Took the opportunity to check the error messages for them too.
- Loading branch information
Showing
2 changed files
with
74 additions
and
28 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