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 std.slice function is not implemented in sjsonnet. This is currently missing from the upstream documentation but implemented in both google/jsonnet and google/go-jsonnet.
… handling of numbers in manifestXmlJsonml, handling of code in extCode (#171)
Fixes#110 and
#149 and
#74 and
#56 and
#47 and
#114 and
#76
Mostly straightforward changes, though the constructor signature of
`Interpeter` and `Evaluator` had to change a bit to satisfy the fixed
`extCode` semantics. Added unit tests to assert the correct behaviors
The std.slice function is not implemented in sjsonnet. This is currently missing from the upstream documentation but implemented in both google/jsonnet and google/go-jsonnet.
This is seen within stdlib.jsonnet in google/jsonnet.
This is an incompatibility issue as tracked by #73
The text was updated successfully, but these errors were encountered: