Skip to content

Commit 006c5e2

Browse files
committed
1 parent c88defe commit 006c5e2

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed
215 Bytes
Binary file not shown.

test-suite/output/NotationSyntax.out

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ The command has indeed failed with message:
3232
Notations for numbers or strings are primitive and need not be reserved.
3333
"t""t"
3434
: unit
35+
File "./output/NotationSyntax.v", line 25, characters 0-60:
36+
Warning: Notations at level 0 should be closed (first and last symbols should
37+
be terminal symbols). [level-0-notation-not-closed,parsing,default]
3538
# "|" true
3639
: option bool
3740
"|"%string

test-suite/output/allBytes.out

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
File "./output/allBytes.v", line 18, characters 0-94:
2+
Warning: Notations at level 0 should be closed (first and last symbols should
3+
be terminal symbols). [level-0-notation-not-closed,parsing,default]
14
File "./output/allBytes.v", line 23, characters 0-44:
25
Warning: Lonely notation "" was already defined with a different format.
36
[notation-incompatible-format,parsing,default]

test-suite/output/bug_13942.out

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ i : Choose false -> Union (M A)
138138

139139
fi fu : B
140140
: B
141+
File "./output/bug_13942.v", line 204, characters 0-113:
142+
Warning: Closed notations (i.e. starting and ending with a terminal symbol)
143+
should usually be at level 0 (default).
144+
[closed-notation-not-level-0,parsing,default]
141145
File "./output/bug_13942.v", line 307, characters 20-31:
142146
The command has indeed failed with message:
143147
Could not find an instance for "Insert K K (M A)" in

0 commit comments

Comments
 (0)