-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This pull in various fixes to Trieste that Verona needed from a recent refactor. These also help with printing error messages more nicely.
- Loading branch information
Showing
6 changed files
with
16 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +0,0 @@ | ||
Verona | ||
defaultargs | ||
(top | ||
{} | ||
(file | ||
(group | ||
(error | ||
(errormsg 35:unterminated comment at end of file) | ||
(errorast))))) | ||
2 changes: 1 addition & 1 deletion
2
testsuite/verona_nostdlib/spec/comments_broken_nest_out/exit_code.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
255 | ||
1 |
6 changes: 4 additions & 2 deletions
6
testsuite/verona_nostdlib/spec/comments_broken_nest_out/stdout.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
Errors: | ||
unterminated comment at end of file/home/mjp41/verona/testsuite/verona_nostdlib/spec/comments_broken_nest.verona:1:38 | ||
Unterminated comment starting at | ||
-- comments_broken_nest.verona:1:1 | ||
/* Nested comments /* like this work */ | ||
~~ | ||
~~ | ||
|
||
Pass parse failed with 1 errors | ||
|