-
Notifications
You must be signed in to change notification settings - Fork 447
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 #160 from sparkprime/manifest_json
Add std.manifestJson manifestJsonEx and manifestYamlStream
- Loading branch information
Showing
6 changed files
with
85 additions
and
20 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:941:17-41 function <anonymous> | ||
std.jsonnet:980: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:921:41-44 thunk <b> | ||
std.jsonnet:921:33-44 function <anonymous> | ||
std.jsonnet:921:33-44 function <aux> | ||
std.jsonnet:924:29-44 function <anonymous> | ||
std.jsonnet:925:21-32 | ||
std.jsonnet:960:41-44 thunk <b> | ||
std.jsonnet:960:33-44 function <anonymous> | ||
std.jsonnet:960:33-44 function <aux> | ||
std.jsonnet:963:29-44 function <anonymous> | ||
std.jsonnet:964: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:935:62-65 thunk <b> | ||
std.jsonnet:935:54-65 function <anonymous> | ||
std.jsonnet:935:54-65 function <aux> | ||
std.jsonnet:938:29-44 function <anonymous> | ||
std.jsonnet:939:21-32 | ||
std.jsonnet:974:62-65 thunk <b> | ||
std.jsonnet:974:54-65 function <anonymous> | ||
std.jsonnet:974:54-65 function <aux> | ||
std.jsonnet:977:29-44 function <anonymous> | ||
std.jsonnet:978: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:935:54-57 thunk <a> | ||
std.jsonnet:935:54-65 function <anonymous> | ||
std.jsonnet:935:54-65 function <anonymous> | ||
std.jsonnet:939:21-32 | ||
std.jsonnet:974:54-57 thunk <a> | ||
std.jsonnet:974:54-65 function <anonymous> | ||
std.jsonnet:974:54-65 function <anonymous> | ||
std.jsonnet:978: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