You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Go version of the Jsonnet library is far faster than the C++ version and I believe everyone (?) uses it. This requires the user to give an option when configuring the build.
This should be switched so that gojsonnet is the default and anyone stuck with the C++ libjsonnet external may specify an option.
This issue is meant to stew for a bit to see if this switch would cause major breakage.
To effect it, the 'Jsonnet' libs= entry in waft/wcb.py needs editing.
The text was updated successfully, but these errors were encountered:
A user will still supply --with-jsonnet-{lib,include} (assuming their Jsonnet is not found automatically) but they would no longer need to supply --with-jsonnet-libs=gojsonnet.
The Go version of the Jsonnet library is far faster than the C++ version and I believe everyone (?) uses it. This requires the user to give an option when configuring the build.
This should be switched so that gojsonnet is the default and anyone stuck with the C++ libjsonnet external may specify an option.
This issue is meant to stew for a bit to see if this switch would cause major breakage.
To effect it, the 'Jsonnet'
libs=
entry inwaft/wcb.py
needs editing.The text was updated successfully, but these errors were encountered: