Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency on cpp-jsonnet submodule from C bindings #482

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eagletmt
Copy link
Contributor

This change allows us to build libgojsonnet from tarball downloaded from
GitHub releases.

This change allows us to build libgojsonnet from tarball downloaded from
GitHub releases.
@google-cla google-cla bot added the cla: yes label Nov 24, 2020
@coveralls
Copy link

Coverage Status

Coverage remained the same at 81.499% when pulling 1b4d7f5 on eagletmt:no-libjsonnet-h into 57e6137 on google:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 81.499% when pulling 1b4d7f5 on eagletmt:no-libjsonnet-h into 57e6137 on google:master.

@sbarzowski
Copy link
Collaborator

We can probably go forward with this, but I don't like that we can now accidentally diverge from the original headers without noticing it.

Maybe we could keep a copy of the header in the repo and use it for compiling libgojsonnet. We could then check if it's the same as in cpp-jsonnet in tests.sh (which depends on cpp-jsonnet anyway). Let me think about this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants