-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: ide: use --ext fstar:no_absolute_paths, update output
- Loading branch information
Showing
4 changed files
with
6 additions
and
5 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,4 +1,4 @@ | ||
{"kind": "protocol-info", "rest": "[...]"} | ||
{"kind": "response", "query-id": "1", "response": [], "status": "success"} | ||
{"contents": "<input>(1,0-1,0): (Error 147) Effect template STATE_h should be applied to arguments for its binders ((heap: Type)) before it can be used at an effect position\n", "kind": "message", "level": "error", "query-id": "2"} | ||
{"contents": "FStar.Seq.Properties.fsti(774,0-776,62): (Error 147) Effect template STATE_h should be applied to arguments for its binders ((heap: Type)) before it can be used at an effect position (see also <input>(1,0-1,0))\n", "kind": "message", "level": "error", "query-id": "2"} | ||
{"contents": "1 error was reported (see above)\n", "kind": "message", "level": "error", "query-id": "2"} |