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

fix bazel build #189

Merged
merged 3 commits into from
May 23, 2016
Merged

fix bazel build #189

merged 3 commits into from
May 23, 2016

Conversation

guoshimin
Copy link
Contributor

Fixes #188

@sparkprime
Copy link
Member

@davidzchen This looks OK to me? What do you think?

jsonnet = "//:jsonnet",
std = "//:std",
jsonnet = "//cmd:jsonnet",
std = "//stdlib",
Copy link
Contributor

Choose a reason for hiding this comment

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

Come to think of it, I think we can remove the std attribute since the stdlib is baked into the jsonnet binary. @sparkprime is this correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You may be right that it's unnecessary, but the jsonnet_to_json_test rule defined in the bazel repo has a default value for std, which is simply wrong for these targets.

Copy link
Member

Choose a reason for hiding this comment

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

I think David's right but we can fix it some other time

Copy link
Contributor

Choose a reason for hiding this comment

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

Agreed. I will remove the std attribute from the Bazel Jsonnet rules in a separate change.

@davidzchen
Copy link
Contributor

Just have a few comments, otherwise LGTM.

@guoshimin
Copy link
Contributor Author

Comments addressed. PTAL.

@sparkprime sparkprime merged commit b0e145f into google:master May 23, 2016
@sparkprime
Copy link
Member

LGTM thanks

sbarzowski pushed a commit to sbarzowski/jsonnet that referenced this pull request Jun 10, 2024
* Introduce a Parens AST
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

4 participants