-
Notifications
You must be signed in to change notification settings - Fork 440
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #135 from google/blow_stack
Improve efficiency of std.format, side-effect fix #134
- Loading branch information
Showing
7 changed files
with
42 additions
and
26 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,3 +1,3 @@ | ||
RUNTIME ERROR: Cannot test equality of functions | ||
std.jsonnet:948:17-41 function <anonymous> | ||
std.jsonnet:943:17-41 function <anonymous> | ||
error.equality_function.jsonnet:17:1-32 |
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 @@ | ||
RUNTIME ERROR: foobar | ||
error.inside_equals_array.jsonnet:18:18-31 thunk <array_element> | ||
std.jsonnet:928:41-44 thunk <b> | ||
std.jsonnet:928:33-44 function <anonymous> | ||
std.jsonnet:928:33-44 function <aux> | ||
std.jsonnet:931:29-44 function <anonymous> | ||
std.jsonnet:932:21-32 | ||
std.jsonnet:923:41-44 thunk <b> | ||
std.jsonnet:923:33-44 function <anonymous> | ||
std.jsonnet:923:33-44 function <aux> | ||
std.jsonnet:926:29-44 function <anonymous> | ||
std.jsonnet:927:21-32 |
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 @@ | ||
RUNTIME ERROR: foobar | ||
error.inside_equals_object.jsonnet:18:22-35 object <b> | ||
std.jsonnet:942:62-65 thunk <b> | ||
std.jsonnet:942:54-65 function <anonymous> | ||
std.jsonnet:942:54-65 function <aux> | ||
std.jsonnet:945:29-44 function <anonymous> | ||
std.jsonnet:946:21-32 | ||
std.jsonnet:937:62-65 thunk <b> | ||
std.jsonnet:937:54-65 function <anonymous> | ||
std.jsonnet:937:54-65 function <aux> | ||
std.jsonnet:940:29-44 function <anonymous> | ||
std.jsonnet:941:21-32 |
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,6 +1,6 @@ | ||
RUNTIME ERROR: Object assertion failed. | ||
error.invariant.equality.jsonnet:17:10-14 thunk <object_assert> | ||
std.jsonnet:942:54-57 thunk <a> | ||
std.jsonnet:942:54-65 function <anonymous> | ||
std.jsonnet:942:54-65 function <anonymous> | ||
std.jsonnet:946:21-32 | ||
std.jsonnet:937:54-57 thunk <a> | ||
std.jsonnet:937:54-65 function <anonymous> | ||
std.jsonnet:937:54-65 function <anonymous> | ||
std.jsonnet:941:21-32 |
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:635:13-55 function <anonymous> | ||
std.jsonnet:630: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