-
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the Go Jsonnet port instead of the C++ port (#113)
* Use the Go Jsonnet port instead of the C++ port * Allow use of the C++ port via command-line flag By default, Bazel will use the Go port of Jsonnet. To use the C++ port of Jsonnet instead, invoke Bazel with the "--define jsonnet_port=cpp" command-line flag. To select the Go port explicitly, invoke Bazel with the "--define jsonnet_port=go" command-line flag. * Change default Jsonnet port back from Go to C++ Retain use of C++ as the default port for one more release, with the intention to change the default to the Go port and eventually remove support for the C++ port. * Use the latest version of the Jsonnet Go port The selected commit is the latest along the "master" branch as of 24 August 2019.
- Loading branch information
1 parent
a7983a4
commit b9c0208
Showing
7 changed files
with
66 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,2 +1,3 @@ | ||
RUNTIME ERROR: Foo. | ||
../examples/invalid.jsonnet:15:1-13 | ||
^RUNTIME ERROR: Foo\. | ||
../examples/invalid\.jsonnet:15:1-13 ($|\$ | ||
During evaluation ) |
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