-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove mention of group(_) from error messages
- Loading branch information
1 parent
0f086cd
commit 1791019
Showing
5 changed files
with
11 additions
and
16 deletions.
There are no files selected for viewing
10 changes: 8 additions & 2 deletions
10
k-distribution/tests/regression-new/checks/checkModuleAtts.k.out
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 +1,15 @@ | ||
[Error] Compiler: Module cannot have the following attributes: [group] | ||
Source(checkModuleAtts.k) | ||
Location(2,1,3,10) | ||
. v~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
2 | module CHECKMODULEATTS [foo, group(bar), baz] | ||
3 | endmodule | ||
. ~~~~~~~~^ | ||
[Error] Compiler: Unrecognized attributes: [baz, foo] | ||
Hint: User-defined groups can be added with the group(_) attribute. | ||
Source(checkModuleAtts.k) | ||
Location(2,1,3,10) | ||
. v~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
2 | module CHECKMODULEATTS [foo, group(bar), baz] | ||
3 | endmodule | ||
. ~~~~~~~~^ | ||
[Error] Compiler: Had 1 structural errors. | ||
[Error] Compiler: Had 2 structural errors. |
2 changes: 0 additions & 2 deletions
2
k-distribution/tests/regression-new/pedanticAttributes/test.k.out
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