-
Notifications
You must be signed in to change notification settings - Fork 522
Release 0.27.0 #2130
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
Release 0.27.0 #2130
Conversation
|
I would like this release to include the following changes |
|
I'll add that unit test ASAP today. |
Thanks! No rush, just communicating what I'm hoping to have in before merging this PR 😄 |
|
It would be great if this release could pick up this PR as well. It's approved and just hitting the same infra failure this release is hitting. |
|
For the "_coverage_report.dat: No such file or directory" failure: I found if you amend and force-push the PR to retrigger the job, eventually it will pass after a few tries. |
|
I'd love to sneak #2139 in if I can |
|
Any chance we could get #2119 in too? Would love to drop my local patches |
…uild#2139) My use-case here is needing to point at different paths for libclang.so when using bindgen on different platforms. This allows specifying build script env vars in annotations like: ```starlark build_script_env = { "BORING_BSSL_PATH": "$(execpath @//third_party/boringssl:gen_dir)", "LIBCLANG_PATH": { "x86_64-unknown-linux-gnu": "$(execpath @libclang_linux_x86_64//file:libclang.so)", }, }, ``` which will unconditionally set `$BORING_BSSL_PATH`, but will only set `$LIBCLANG_PATH` on x86-64 Linux. We could in theory support this kind of construct for all annotation fields, but I've only added it where I happened to need it for now.
Fixes bazelbuild#2120 Co-authored-by: UebelAndre <github@uebelandre.com>
Co-authored-by: Daniel Wagner-Hall <dwagnerhall@apple.com> Co-authored-by: Keith Smiley <keithbsmiley@gmail.com>
No description provided.