forked from google/jsonnet
-
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.
Remove std.force in favor of tailcall annotation
- Loading branch information
1 parent
c637463
commit f938d9f
Showing
14 changed files
with
86 additions
and
105 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 |
---|---|---|
|
@@ -113,7 +113,7 @@ | |
|
||
{ | ||
'name': 'keyword.other.jsonnet' | ||
'match': '\\b(local)\\b' | ||
'match': '\\b(local|tailcall)\\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
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,3 +1,5 @@ | ||
RUNTIME ERROR: foo | ||
error.01.jsonnet:17:29-39 function <bananas> | ||
error.01.jsonnet:18:29-38 | ||
error.01.jsonnet:18:29-38 function <oranges> | ||
error.01.jsonnet:19:28-37 function <apples> | ||
error.01.jsonnet:20:1-9 |
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,4 @@ | ||
RUNTIME ERROR: Division by zero. | ||
error.06.jsonnet:17:13-15 thunk <err> | ||
error.06.jsonnet:18:22-24 | ||
error.06.jsonnet:18:22-24 function <f> | ||
error.06.jsonnet:19:1-3 |
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,5 @@ | ||
RUNTIME ERROR: sarcasm | ||
error.07.jsonnet:18:32-46 thunk <array_element> | ||
error.07.jsonnet:17:29-34 thunk <toxic> | ||
error.07.jsonnet:17:29-34 function <third> | ||
error.07.jsonnet:18:15-54 thunk <toxic> | ||
error.07.jsonnet:19:1-5 |
20 changes: 10 additions & 10 deletions
20
test_suite/error.recursive_object_non_term.jsonnet.golden
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,3 +1,3 @@ | ||
RUNTIME ERROR: Assertion failed. 1 != 2 | ||
std.jsonnet:599:13-55 function <anonymous> | ||
std.jsonnet:574:13-55 function <anonymous> | ||
error.sanity.jsonnet:17:1-21 |
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
Oops, something went wrong.