forked from FStarLang/FStar
-
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.
- Loading branch information
Showing
4 changed files
with
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
>> Got issues: [ | ||
{"msg":["Identifier not found: [a]"],"level":"Error","range":{"def":{"file_name":"DesugarOrder.fst","start_pos":{"line":7,"col":12},"end_pos":{"line":7,"col":13}},"use":{"file_name":"DesugarOrder.fst","start_pos":{"line":7,"col":12},"end_pos":{"line":7,"col":13}}},"number":72,"ctx":["While desugaring module DesugarOrder"]} | ||
{"msg":["Identifier not found: a"],"level":"Error","range":{"def":{"file_name":"DesugarOrder.fst","start_pos":{"line":7,"col":12},"end_pos":{"line":7,"col":13}},"use":{"file_name":"DesugarOrder.fst","start_pos":{"line":7,"col":12},"end_pos":{"line":7,"col":13}}},"number":72,"ctx":["While desugaring module DesugarOrder"]} | ||
>>] |
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,5 +1,5 @@ | ||
>> Got issues: [ | ||
* Error 72 at DesugarOrder.fst(7,12-7,13): | ||
- Identifier not found: [a] | ||
- Identifier not found: a | ||
|
||
>>] |
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"} | ||
{"kind": "response", "query-id": "2", "response": [{"level": "error", "message": "- Could not prove post-condition\n- The SMT solver could not prove the query. Use --query_stats for more details.\n- See also <input>(1,25-1,32)\n", "number": 19, "ranges": [{"beg": [1, 35], "end": [1, 37], "fname": "<input>"}, {"beg": [1, 25], "end": [1, 32], "fname": "<input>"}]}], "status": "failure"} | ||
{"kind": "response", "query-id": "3", "response": [{"level": "error", "message": "- Identifier not found: [Harness.always_foo]\n- Module Harness resolved into Harness, which does not belong to the list of\n modules in scope, namely:\n FStar.Mul, FStar.Classical, FStar.Classical.Sugar, FStar.Pervasives,\n FStar.Pervasives.Native, Prims\n", "number": 72, "ranges": [{"beg": [1, 43], "end": [1, 53], "fname": "<input>"}]}], "status": "failure"} | ||
{"kind": "response", "query-id": "3", "response": [{"level": "error", "message": "- Module name Harness resolved to Harness which is not in scope.\n", "number": 72, "ranges": [{"beg": [1, 35], "end": [1, 42], "fname": "<input>"}]}], "status": "failure"} |