Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Avoid no-longer-necessary json serialisation in nativefuncs #212

Merged
merged 1 commit into from May 8, 2018

Conversation

anguslees
Copy link
Contributor

This is a no-op cleanup.

go-jsonnet can pass arrays and objects directly to/from native
functions (unlike C++ libjsonnet). Remove our earlier workaround that
serialised these arguments to/from json.

Also: change jsonnet unittest to use new std.assertEqual.

This is a no-op cleanup.

go-jsonnet can pass arrays and objects directly to/from native
functions (unlike C++ libjsonnet).  Remove our earlier workaround that
serialised these arguments to/from json.

Also: change jsonnet unittest to use new `std.assertEqual`.
@anguslees anguslees self-assigned this May 4, 2018
@anguslees anguslees requested a review from jjo May 4, 2018 05:20
Copy link
Contributor

@jjo jjo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@anguslees anguslees merged commit b2e8041 into vmware-archive:master May 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants