-
Notifications
You must be signed in to change notification settings - Fork 81
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
Bazel 027 #957
Commits on Jun 26, 2019
-
- bazel 0.27 will default to python3 in this context - I removed the "hackish" print statement, it does not crash. I assume the issue is fixed. - list > int is not valid in python3 (it was always True in python 2)
Configuration menu - View commit details
-
Copy full SHA for 768cdfd - Browse repository at this point
Copy the full SHA 768cdfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62bb886 - Browse repository at this point
Copy the full SHA 62bb886View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bbe9ba - Browse repository at this point
Copy the full SHA 2bbe9baView commit details
Commits on Jun 27, 2019
-
The amount of shell indirection seems to have changed in Bazel 0.27. Meaning that we would need twice as many `\` for the `sed` call on Windows. The `tr` command is insensitive to single backslashes, so it's an easier alternative.
Configuration menu - View commit details
-
Copy full SHA for dd38bf3 - Browse repository at this point
Copy the full SHA dd38bf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07ca1a4 - Browse repository at this point
Copy the full SHA 07ca1a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7c6170 - Browse repository at this point
Copy the full SHA c7c6170View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ef1ff1 - Browse repository at this point
Copy the full SHA 0ef1ff1View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 3054e52 - Browse repository at this point
Copy the full SHA 3054e52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 893073d - Browse repository at this point
Copy the full SHA 893073dView commit details -
Switch --incompatible_new_actions_api
See: bazelbuild/bazel#5825 Needs a protobuf update. Note: the new protobuf needs zlib dependencies which are provided by using protobuf_deps.
Configuration menu - View commit details
-
Copy full SHA for 75eb0bd - Browse repository at this point
Copy the full SHA 75eb0bdView commit details -
Switch --incompatible_no_support_tools_in_action_inputs
Executables must be passed as `tools` instead of `inputs`. See: bazelbuild/bazel#5826
Configuration menu - View commit details
-
Copy full SHA for d9d5808 - Browse repository at this point
Copy the full SHA d9d5808View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec2c08c - Browse repository at this point
Copy the full SHA ec2c08cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e5acf1 - Browse repository at this point
Copy the full SHA 3e5acf1View commit details -
Switch --incompatible_require_ctx_in_configure_features
See: bazelbuild/bazel#7793 buildifier needed an update of buildtools and rules_go, and starting from rules_go 0.17.0, it must be loaded using go:deps.bzl.
Configuration menu - View commit details
-
Copy full SHA for 8d92356 - Browse repository at this point
Copy the full SHA 8d92356View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.