-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
some errors are now emitted in a centralised fashion
- Loading branch information
Showing
3 changed files
with
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
cycle-type.mo:4.44-4.51: warning [M0204], unrecognised attribute moot in parenthetical note | ||
cycle-type.mo:4.44-4.51: type error [M0201], expected Nat type for attribute cycles, but it has type | ||
cycle-type.mo:4.39-4.42: type error [M0050], literal of type | ||
Char | ||
cycle-type.mo:5.48-5.56: warning [M0204], unrecognised attribute moot in parenthetical note | ||
cycle-type.mo:5.48-5.56: type error [M0201], expected Nat type for attribute cycles, but it has type | ||
does not have expected type | ||
Nat | ||
cycle-type.mo:5.39-5.46: type error [M0050], literal of type | ||
Text | ||
does not have expected type | ||
Nat | ||
cycle-type.mo:7.23-7.32: warning [M0202], unexpected parenthetical note on a non-send call | ||
cycle-type.mo:7.23-7.32: warning [M0203], redundant empty parenthetical note | ||
cycle-type.mo:9.19-9.29: warning [M0203], redundant empty parenthetical note | ||
cycle-type.mo:10.36-10.43: type error [M0205], expected Nat32 type for attribute timeout, but it has type | ||
cycle-type.mo:10.31-10.34: type error [M0050], literal of type | ||
Char | ||
does not have expected type | ||
Nat32 |