forked from dfinity/motoko
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
motoko-san: pass the correct context in dec_field'
- Loading branch information
Showing
5 changed files
with
28 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
reverse.mo:32.13-32.23: warning [M0155], operator may trap for inferred type | ||
reverse.mo:34.13-34.23: warning [M0155], operator may trap for inferred type | ||
Nat | ||
reverse.mo:37.35-37.47: warning [M0155], operator may trap for inferred type | ||
reverse.mo:39.35-39.47: warning [M0155], operator may trap for inferred type | ||
Nat | ||
reverse.mo:37.35-37.51: warning [M0155], operator may trap for inferred type | ||
reverse.mo:39.35-39.51: warning [M0155], operator may trap for inferred type | ||
Nat | ||
reverse.mo:26.9-26.10: warning [M0194], unused identifier b (delete or rename to wildcard `_` or `_b`) | ||
reverse.mo:28.9-28.10: warning [M0194], unused identifier b (delete or rename to wildcard `_` or `_b`) |
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,7 +1,7 @@ | ||
reverse.mo:32.13-32.23: warning [M0155], operator may trap for inferred type | ||
reverse.mo:34.13-34.23: warning [M0155], operator may trap for inferred type | ||
Nat | ||
reverse.mo:37.35-37.47: warning [M0155], operator may trap for inferred type | ||
reverse.mo:39.35-39.47: warning [M0155], operator may trap for inferred type | ||
Nat | ||
reverse.mo:37.35-37.51: warning [M0155], operator may trap for inferred type | ||
reverse.mo:39.35-39.51: warning [M0155], operator may trap for inferred type | ||
Nat | ||
reverse.mo:26.9-26.10: warning [M0194], unused identifier b (delete or rename to wildcard `_` or `_b`) | ||
reverse.mo:28.9-28.10: warning [M0194], unused identifier b (delete or rename to wildcard `_` or `_b`) |
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