Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/oppia/bazel

a fast, scalable, multi-language and extensible build system
https://github.com/oppia/bazel

Automatic code cleanup.

PiperOrigin-RevId: 317854450

02041090cf0617a4d6d82d64eb011340b39f291a authored over 4 years ago by Googler <[email protected]>
Add the .py3 extension as a valid Python source.

RELNOTES: None.
PiperOrigin-RevId: 317823269

d2ff02cb7846a2f6a91af0ce0a4eaf746d37a6ba authored over 4 years ago by Googler <[email protected]>
Add a comment explaining a now-fixed JDK bug.

Goal: avoid cargo-culting.
This was fixed within 2 weeks of me filing...

RELNOTES: N/A
PiperOri...

68900f3730c55ef55ae26c5a308bbc4a5bd10e24 authored over 4 years ago by dchai <[email protected]>
bazel query: report rule instantiation stack in --output=proto

Also:
- document unpleasant discoveries about Target.getLocation.
- slight change to behavior of...

d0ceb46f8aca1d13d5d2198eeea56b12b0f87661 authored over 4 years ago by adonovan <[email protected]>
Removes line that exec_compatible_with is only on specific rules because it's on all rules now

closes #11621

PiperOrigin-RevId: 317739444

5fb35494b48700701458ac5c7efcf8eb8efc141f authored over 4 years ago by juliexxia <[email protected]>
Define --java_runtime_version, --tool_java_runtime_version,

--java_language_version, and --tool_java_language_version

PiperOrigin-RevId: 317717516

63e4e4dcff05356ac37ea9d80231ca2b2a1f6fe3 authored over 4 years ago by cushon <[email protected]>
Bring profile documentation up to date.

Precursor to addressing https://github.com/bazelbuild/bazel/issues/11384

RELNOTES: None

Closes...

a6737d53f0786855cfc8a9a36aac5b0b0daf34d7 authored over 4 years ago by Tobias Werth <[email protected]>
[Fix] Bazel zsh autocompletion on `run`

This fix stops `:all` being added to autocomplete with `run`. This issue is that `target_type` c...

036e5337f63d967bb4f5fea78dc928d16d0b213c authored over 4 years ago by Graham Jenson <[email protected]>
Convert Skyframe java_test to a java_library.

PiperOrigin-RevId: 317672514

61a11aeda4b3cb90f7d19a097c0aa25bc39c1f80 authored over 4 years ago by janakr <[email protected]>
Migrate java-diff-utils version to 4.0

The source of java diff utils 4.0 was added at unknown commit.

The old java-diff-utils library ...

1dbf65ba9ef38cef379669fb4356c6c0b72c50f9 authored over 4 years ago by pcloudy <[email protected]>
Don’t linkstamp `apple_binary` targets by default

A previous change* made `apple_binary` support the `stamp` attribute in
exactly the same way as ...

97577290d27ad08e1bae72b4f6b67e608d4f9650 authored over 4 years ago by bbaren <[email protected]>
Report fragments Starlark transitions use.

Also add some straggler native transitions.

With all transitions converted, also remove legacy
...

06b76c905d99bdc32ee196dc54cfe669bb6286ac authored over 4 years ago by gregce <[email protected]>
The great Skylark -> Starlark migration:

package lib.analysis.skylark

PiperOrigin-RevId: 317370077

eefc91cd5cb86ede9b0111d50dfa3233595dc257 authored over 4 years ago by gregce <[email protected]>
Add "cpp_link" exec group to all rules by adding it to the BaseRule rule class.

PiperOrigin-RevId: 317322655

add1ddb5582e932e1d240fd54625c88b020d5ba7 authored over 4 years ago by juliexxia <[email protected]>
Enable --experimental_process_wrapper_wait_fix by default.

This turns on the fix to properly wait for process groups in the
process-wrapper, which has been...

a6deb8b1c6e2a88f8cacd5aaa097452e0b3eddce authored over 4 years ago by jmmv <[email protected]>
Only add a file path into the action cache if it's non-mandatory.

For actions that discover inputs, we store every input's execPath in the action cache, so that t...

9ca7c3666c2b54a75ea40f924b29fd0d4671c328 authored over 4 years ago by leba <[email protected]>
2nd attempt to fix skydoc for JavaNativeLibraryInfo

includes rolling back previous change that was effectively a no-op

PiperOrigin-RevId: 317256734

97cc68052adfb385e632efb35142e2ebb7f07a15 authored over 4 years ago by kmb <[email protected]>
Remove duplicate TreeArtifactValue getSelfData method.

It is the same as getMetadata, so no need for two methods. For consistency, rename getSelfData i...

206d6e438bbb789cdd8d52609770d2913bfefdef authored over 4 years ago by Googler <[email protected]>
Extend the Starlark style guide guidance wrt macros to also cover variables.

PiperOrigin-RevId: 317149780

7de758e2ecb02c337ca680560487440a274e14ec authored over 4 years ago by Googler <[email protected]>
PythonUtils.GetInitPyFiles gains a Predicate<PathFragment> supplied at construction time so that other implementations can supply their own logic for determining when a file is a Python package defining __init__.py equivalent, meaning none need be created.

Adds PythonSemantics.getEmptyRunFilesSupplier() and moves the static PythonUtils.GET_INIT_PY_FIL...

f4eb85da236ee258789409fd2c0f8ab9efd3aaa5 authored over 4 years ago by Googler <[email protected]>
Include worker-key-mnemonic when copying the execution_requirements into the execution info.

This key allows the sharing of workers between actions with different mnemonics. Note the proble...

edb893d13f621731e20341378223b7432b4f333f authored over 4 years ago by Googler <[email protected]>
bazel: delete unused starlark.common.LocationRange

PiperOrigin-RevId: 317124823

2a4c6e335cbfe43d973b6804798002250a8e806d authored over 4 years ago by adonovan <[email protected]>
add skydoc fake for JavaNativeLibraryInfo

PiperOrigin-RevId: 317122187

dab7c0372ba0f687039ec008fda7871aa451f3d3 authored over 4 years ago by kmb <[email protected]>
Move ExecutionRequirements to its own target so that PackageUtils can use it.

RELNOTES: None.
PiperOrigin-RevId: 317114187

523de51aaa37b5935572f62026661c18d76685c3 authored over 4 years ago by jmmv <[email protected]>
Add variables for dummy LTO backend action to Starlark compile variables API.

PiperOrigin-RevId: 317109753

73a645c055a2d30f724da6b532c10bfeec45a0a2 authored over 4 years ago by Googler <[email protected]>
The great Skylark -> Starlark class migration:

skylark.common package

PiperOrigin-RevId: 317103543

3ec8d819a61c3d17b351fed25b20b27fcc2f4ab8 authored over 4 years ago by gregce <[email protected]>
Do not use DOS epoch for timestamps of zip entries in Android rules

**Background**
I noticed cache output inconsistencies between my local and CI builds. I traced i...

b1f770e9988850a28cb93746aad2ce5f6d37c2e8 authored over 4 years ago by Benjamin Romano <[email protected]>
Update coverage output generator to include 3b75bc7d7aee7bcdbb51a1522…

…df8efb3121bb4e5.

This version of the coverage output generator was build on commit
5853760.

R...

7c4f3ff7391862881056005db02c4be0d2bc147a authored over 4 years ago by Tobias Werth <[email protected]>
Check if file already exists before creating it.

This is a fix of 9964418. In some cases, we already created/touched that
file before calling the...

58537602a8620e553c05bec403735f895e3eeaa0 authored over 4 years ago by Tobias Werth <[email protected]>
Remove TODO about mixed remote/local tree artifacts. This must remain a supported use case. Rename isRemote to isEntirelyRemote to be more clear with respect to this case.

PiperOrigin-RevId: 316965014

a4fff8785cf5adbbcf16384a10fda662350a5803 authored over 4 years ago by Googler <[email protected]>
Replace 'whitelist' with 'allowlist' in configurability docs

Didn't replace code references, which need to be migrated over in actual code (both the code and...

656cc0611b835a5fc2e549b7edf2e4501a4be0d3 authored over 4 years ago by gregce <[email protected]>
Introduce `pythonShebang` variable for nix packages collection

Building on Nix / NixOS we need to avoid using `/usr/bin/env` to determine the python interprete...

dfaf06a2d48042a2a74e4140161a1d17f5e0d84d authored over 4 years ago by Claudio Bley <[email protected]>
Update documentation for the 3.3.0 release.

This is for #11358.

Closes #11603.

Change-Id: If3c729678917a8b10e778b5b841121e2f1699a02
PiperO...

839e9d4212ca4517008ee48e16b44c51d423b4af authored over 4 years ago by John Cater <[email protected]>
Release 3.3.0 (2020-06-17)

Baseline: c063b5caf776dee665497b64c5c17d4ed7e6750a

Cherry picks:

+ 23bd69d7499de097b15e6025...

9be97678b02bbd45d164c8458c8fd4f7791cb7aa authored over 4 years ago by Bazel Release System <[email protected]>
RELNOTES[NEW]: bazel info: Allow to specify multiple keys.

If you specify more than one key, then the value will prefixed with the
key.

Closes #11591.

Pi...

940f8ac3086a0db48f48c1d40d2938991c79a41f authored over 4 years ago by Tobias Werth <[email protected]>
Add API for aspects to declare they are ready for the toolchain transition migration.

Part of work on toolchain transitions, #10523.

PiperOrigin-RevId: 316752326

bc4ef8c5ad7bbd274fe5481ca45d8d8a9da4f1d7 authored over 4 years ago by jcater <[email protected]>
Hoist up the useToolchainTransitionParameter to the caller.

This will allow Aspects to use the toolchain transition.

Part of work on toolchain transition, ...

81db8a5671f47369091fe77ea748cdfcbfb4239a authored over 4 years ago by jcater <[email protected]>
Add java_binary.jvm_flags_for_cds_image_creation attribute.

PiperOrigin-RevId: 316731139

feffb17ca68d50465647c3d3a7c7dae1282484fa authored over 4 years ago by Googler <[email protected]>
Remove a useless checkState call. It serves no purpose since unknown commit.

PiperOrigin-RevId: 316728175

05ad12918107029c9ebc99505042cba62b8d1d66 authored over 4 years ago by Googler <[email protected]>
Use unzip_fdo tool to select and extract LLVM profiles from zip archives

When the external unzip_fdo binary is available, use it (rather than the generic zipper binary) ...

7f7346bb0d343899e84056b99af361c621ac030c authored over 4 years ago by Googler <[email protected]>
Do not replace .md with .html in non-relative links in docs.

Until now, we had docs pointing to non-existent .html files in github and even
wrongly replaced ...

9a1c5d3335879cb8cd77964367aa638380ec576b authored over 4 years ago by arostovtsev <[email protected]>
Don't process headers for objc non_arc compilation

This is in preparation for enabling parse_headers for objc_library.
It's currently a no-op.

We ...

41cb9438e5f65a84e27d67c6d5346435aa77792f authored over 4 years ago by waltl <[email protected]>
Fix visibility of cc_import.bzl file

RELNOTES:none
PiperOrigin-RevId: 316680363

650960fd6e6784461c3620725af80950ba39b256 authored over 4 years ago by plf <[email protected]>
bazel collect: simplify NestedSet depth limit check

(Second attempt at commit ed9d6390eb78303631c25b3d4776cb07eeded544, which was rolled back in com...

621559cb02a4408b957932dc90bc3a0b7f9d1b23 authored over 4 years ago by adonovan <[email protected]>
Add option rename dll on Windows

@meteorcloudy
This PR will add an option rename dll on windows.
It won't change any name in the ...

474c53094133ab1eb8dce16da036f4290290c77e authored over 4 years ago by Vo Van Nghia <[email protected]>
Update the docs for apple_common.platform to link to an API that exists

Closes #11572.

PiperOrigin-RevId: 316649511

4454a6d753364a13086a916f50144d13fea2ec91 authored over 4 years ago by Samuel Giddins <[email protected]>
Add support for header processing in mock osx toolchain

In preparation for writing tests for objc header processing.

RELNOTES: None
PiperOrigin-RevId: ...

40a3893d7fb80d4c9d53d9dfb9ac438c50ba6260 authored over 4 years ago by waltl <[email protected]>
Fix GCC 9 Code coverage by adding its JSON format

GCC 9 changed the intermediate format to a JSON based format and with it
changed the meaning of ...

3b75bc7d7aee7bcdbb51a1522df8efb3121bb4e5 authored over 4 years ago by Henk van der Laan <[email protected]>
Hook up objc's parse_header feature logic to toolchain's supports_header_parsing attribute

RELNOTES: None
PiperOrigin-RevId: 316635766

5691bde635424cde4eabf3b1a06dc548d6ca83df authored over 4 years ago by waltl <[email protected]>
Stop testing on COMPILER_MSVC. The correct choice is _WIN32.

See: https://github.com/bazelbuild/bazel/issues/5351

RELNOTES: None
PiperOrigin-RevId: 316630843

121f6c7041b1ed73c715ae3dbc21bf47ab40b697 authored over 4 years ago by aiuto <[email protected]>
Add --incompatible_objc_provider_remove_compile_info flag

When set to true, the flag turns off the compile info/merge_zip
Starlark APIs in ObjcProvider.

...

38aee31d8510ede4fb388d1398919f3c8e6eec6a authored over 4 years ago by waltl <[email protected]>
Automated rollback of commit 72bd8709dd71bd20f65938e926a1b41ddb3f5bec.

*** Reason for rollback ***

Android Studio didn't end up needing this

*** Original change desc...

afec50e229e15cfdf04ea2b874f4e7000c8ee1ba authored over 4 years ago by cushon <[email protected]>
Improve bash test target log by:

* Adding a timestamp above when a test is run so logs are easier to chase down
* Insert new line...

1bbc79d5823682164fb935dfbbd573fcfa31f5a5 authored over 4 years ago by shreyax <[email protected]>
Update the Javadoc for `ArtifactRoot#asDerivedRoot`.

Javadoc of ArtifactRoot#asDerivedRoot mentions derived roots registration in
`ArtifactFactory`, ...

66da03c3c1e276fa37e1b23647d60d2ef922a866 authored over 4 years ago by ajurkowski <[email protected]>
Expose the number of runs and shards in the summary

RELNOTES: None
PiperOrigin-RevId: 316548301

5de680aa3b9d99c37954447e6ca7b66d1b551978 authored over 4 years ago by Googler <[email protected]>
Support link stamping in `apple_binary` rules

Add a `stamp` attribute to the `apple_binary` rule, and give it the same
semantics as `stamp` in...

3a28c96814e54d8e95f132a82cf501cf137d918e authored over 4 years ago by bbaren <[email protected]>
Do not share maps among DiffToByteCache instances.

PiperOrigin-RevId: 316498837

10f2943decc32a5f30824304e2c175ea880b866b authored over 4 years ago by Googler <[email protected]>
Add better instrumentation to the InfoCommand.

RELNOTES: None

Closes #11590.

PiperOrigin-RevId: 316467401

38ccee3c2d77c9d721598ef0cb0761efc8ee1e17 authored over 4 years ago by Tobias Werth <[email protected]>
Move CcProtoProfileProvider rule from /proto to /cpp/proto package.

RELNOTES: None.
PiperOrigin-RevId: 316463842

333886d4dfffb4e77b085462026bd2807c0c0c02 authored over 4 years ago by ilist <[email protected]>
Open source cc_import.bzl

This is guarded behind an experimental flag.

RELNOTES:none
PiperOrigin-RevId: 316442624

0a911743735c858f5852efc8cca05c6b57f5081a authored over 4 years ago by plf <[email protected]>
[MSVC] Fix Bazel unable to find tools.

Make detecting MSVC tools work when it's installed in MSBuild.

Closes #11504.

PiperOrigin-RevI...

240cbff44c967dbc9e50f9dbeb99fbd49c82ed5a authored over 4 years ago by Marin Baron <[email protected]>
Support spaces in no_proxy var

Closes #11383

Closes #11555.

PiperOrigin-RevId: 316432925

1c1a12f5f36ca913978e91f74df707c30b447d98 authored over 4 years ago by Gunnar Wagenknecht <[email protected]>
Replace 'whitelist' with 'allowlist' in Bazel source code.

Phase 1: Rename class, methods, variables, and error messages.
This change still leaves the list...

50226aca5fd3b0831c3ed28ae4d7331a7f05b97a authored over 4 years ago by aiuto <[email protected]>
Handle OMITTED_TREE_MARKER in shared action transformation.

RELNOTES: None.
PiperOrigin-RevId: 316182404

eeda6e1ae1b72957389ee80f11475c57d75e0128 authored over 4 years ago by Googler <[email protected]>
Allow duplicate-named exec groups to be added if they're equal.

It's a problem if multiple execution groups with the same name but different toolchain or constr...

5aab75008b8c230f085331f0694dea1aa60a949f authored over 4 years ago by juliexxia <[email protected]>
use AutoValue for ExecGroup

PiperOrigin-RevId: 316150023

fae8904c1601aab6cce6a102b282722e14ca6f53 authored over 4 years ago by juliexxia <[email protected]>
Fix formatting error in Python rules documentation

RELNOTES: None
PiperOrigin-RevId: 316144250

9ed1db394f4ddb9072e699d2240800e21910d9de authored over 4 years ago by brandjon <[email protected]>
For RuleContext#getActionOwner, return null instead of crashing if you request an ActionOwner for a non-existent exec group. This makes it easier for callers to handle the return if they aren't sure what exec groups is going to exist in the rulecontext.

PiperOrigin-RevId: 316126509

2c97d38f66cf631a37b4b010814fde5695d852e3 authored over 4 years ago by juliexxia <[email protected]>
Default TestSize is null case to UNKNOWN test size in BuildEvent

If the target is a test but does not have a valid test size that matches the TestSize enums or d...

25c65258eed6c40ffdd261a23010efd126f2384c authored over 4 years ago by Googler <[email protected]>
Fix some Java style problems.

RELNOTES: None.
PiperOrigin-RevId: 316094372

ff4c25189b6956e39d1a3ef2be3241ff21274158 authored over 4 years ago by Googler <[email protected]>
Convert remaining native uses of patch() / split().

In service of https://github.com/bazelbuild/bazel/issues/11258.

PiperOrigin-RevId: 315986864

a048f0faa8682f95963c6e30dd8135e68c27fac4 authored over 4 years ago by gregce <[email protected]>
bazel NestedSet: eliminate size subfield by recording it in memo

This liberates 30 bits of space into which we can record the depth
(in a follow-up).

Janak had ...

ea5ec545fbcf815163e419a0e853f65527028acf authored over 4 years ago by adonovan <[email protected]>
Move reserved fields to top of grouping.

PiperOrigin-RevId: 315960040

ff37b69ddf03f56a1199c84eaab7bc0062d1c78d authored over 4 years ago by michajlo <[email protected]>
Check the toolchain transition migration status and use the new transition

Adds a test for the new toolchain transition functionality.

Adds the --incompatible_use_toolcha...

099cf2f9c57936617e912cff73399bbf65f14e64 authored over 4 years ago by John Cater <[email protected]>
Roll back https://github.com/bazelbuild/bazel/commit/ed9d6390eb78303631c25b3d4776cb07eeded544 due to memory regression.

PiperOrigin-RevId: 315934735

867d232f27aa762d4b15e811df18b1939cc1a34b authored over 4 years ago by gregce <[email protected]>
The great Skylark -> Starlark class migration:

For rules in tests:
- More renamings of test target names
- Various symbol renamings

PiperOri...

0503fee6f6d2058b15a7f7340d52e6faaf3ef5dd authored over 4 years ago by gregce <[email protected]>
Automated rollback of commit b66c013d7dbff0d0926c86ee756e1ea28f6b3def.

*** Reason for rollback ***
Memory regression

*** Original change description ***

Extend cquer...

96622c49e90b1ea4f7ae65350e805079fa81bf28 authored over 4 years ago by plf <[email protected]>
Restore missing Building with Platforms docs.

Also update to correct mailing lists.

Fixes #11581.

PiperOrigin-RevId: 315890712

cb798a475eb54087e1e83f8aa1dc1c54550877b5 authored over 4 years ago by jcater <[email protected]>
Remove the now-unneeded ModuleActionContextRegistry.Builder/Impl distinction.

PiperOrigin-RevId: 315876303

1ccbdb776d67bbeb5add48f5b4e9013e14d33c2b authored over 4 years ago by jcater <[email protected]>
Remove the now-unneeded SpawnStrategyRegistry.Builder/Impl distinction.

PiperOrigin-RevId: 315875478

25f3659b6140143de14c0193f1670df541518843 authored over 4 years ago by jcater <[email protected]>
Encode additional ActionExecution failures with FailureDetails

Deletes an undetailed ActionExecutionException overload.

Deletes TargetOutOfDateException becau...

2902018326e8d503dd143ca9037f8471dfe9b181 authored over 4 years ago by mschaller <[email protected]>
Encode remaining environmental execution failures with FailureDetails

EnvironmentalExecException now always has details. Applicable failure
modes in SymlinkTree manag...

1eabf52750607ddb30dfd860607b2144ab072bbe authored over 4 years ago by mschaller <[email protected]>
Remove IOException from FileWriteAction's newDeterministicWriter

It's rarely employed, and where it is thrown, an ExecException should
be thrown instead.

RELNOT...

205245b0b4b55cf6ac72993926f4b158d4e21dd7 authored over 4 years ago by mschaller <[email protected]>
Encode additional environmental execution failures with FailureDetails

Ninja, dynamic execution, include scanning.

RELNOTES: None.
PiperOrigin-RevId: 315825179

f7dc5bb9ecc3ea00aecdfb10ec6c12461e47ce68 authored over 4 years ago by mschaller <[email protected]>
Encode some environmental execution failures with FailureDetails

Details failures represented by EnvironmentalExecException in some
general execution contexts (e...

45576671e2b26cc8572fcbee8e04332e78305d60 authored over 4 years ago by mschaller <[email protected]>
Encode missing input file failures with FailureDetails

RELNOTES: None.
PiperOrigin-RevId: 315812543

d7eb0088e2b9c6077f0c0d69b94c3fe3784a565e authored over 4 years ago by mschaller <[email protected]>
Move content-based field in Artifact to DerivedArtifact: SourceArtifact has 3 other fields without this one (root, execPath, and hashCode), so this boolean costs 8 bytes per Artifact per[]

Also mark a bunch of Artifact methods final and group them together.

PiperOrigin-RevId: 315810015

4acfa26e4d0326ba94a5255af616be4ea88d0e75 authored over 4 years ago by janakr <[email protected]>
Add the ToolchainContextKey to dependency chain classes.

TODOs mark where this will be set and used.

Part of work on toolchain transitions, #10523.

Clo...

e9137b6684edb9f221fd944a6dd4533efe210e98 authored over 4 years ago by John Cater <[email protected]>
The great Skylark -> Starlark class migration:

For rules in tests:
- "skylark_*" -> "starlark_*"
- "/skylark*" -> "/starlark*"

PiperOrigin-R...

f939cb79f65a372de972910f9d9af507c5558023 authored over 4 years ago by gregce <[email protected]>
Create builders initialized from the prior stage in dependency analysis.

Part of work on toolchain transitions, #10523.

Closes #11574.

PiperOrigin-RevId: 315756199

ebc459963bcd6526a54f6fdd2fb7024c16695fdf authored over 4 years ago by John Cater <[email protected]>
Reserve new failure-detail code.

PiperOrigin-RevId: 315743839

c2a4ee67c23345c85d5b0f36625c3edac5fc43b8 authored over 4 years ago by michajlo <[email protected]>
bazel collect: simplify NestedSet depth limit check

This change causes NestedSet to record its depth in the graph.
Specifically, it records the heig...

ed9d6390eb78303631c25b3d4776cb07eeded544 authored over 4 years ago by adonovan <[email protected]>
When re-using a ToolchainContextKey, make sure to remove the actual

toolchains to prevent dependency loops.

Part of work on toolchain transitions, #10523.

Closes ...

04028ef5da253b3a1406d9f60399f2e7fbe6ca34 authored over 4 years ago by John Cater <[email protected]>
Make HttpConnectorTest for timeout less brittle.

Fixes: https://github.com/bazelbuild/bazel/issues/11569

RELNOTES: None
PiperOrigin-RevId: 31570...

6c289f78004a176fae9e991fe67d6b8ce2de37fd authored over 4 years ago by aiuto <[email protected]>
Update blaze docs to highlight the counterintuitive fact that users should *not* set the --strip flag at all if they want to strip all symbols.

PiperOrigin-RevId: 315697496

875987210ecab02c2cdc4495e6bbe734b7e945fb authored over 4 years ago by Googler <[email protected]>
bazel: make Starlark profiler work in Bazel

Fixes https://github.com/bazelbuild/bazel/issues/10890

Details:
- configure copybara so that Ba...

1e4f0690e66b6e36b5f92b072d40e2b3fc95616f authored over 4 years ago by adonovan <[email protected]>
cc_proto_library: Honor --cc_proto_library_header_suffixes for WKPs

Closes #11121.

PiperOrigin-RevId: 315661721

a7bb50e852ee8f2cad30051bbfd6ee0315873f48 authored over 4 years ago by Yannic Bonenberger <[email protected]>
java.starlark.net: delete StarlarkBuiltin.namespace() bool

All it does it append a suffix to str(x), which adds very
marginal value (and sometimes subtract...

54cdd584b74887052db83539a1cb571564ff56df authored over 4 years ago by adonovan <[email protected]>
Move some native transitions to BuildOptionsView.

In service of https://github.com/bazelbuild/bazel/issues/11258.

PiperOrigin-RevId: 315577744

dc08d650a73e3a11e989bfcc5761a64bfa66c442 authored over 4 years ago by gregce <[email protected]>
SpawnStrategy is no longer used as an ActionContext.

Part of the rollforward of https://github.com/bazelbuild/bazel/commit/37aeabcd39fe326d1c4e55693d...

1101e17a5b78316baec735e6aff5e421640f1508 authored over 4 years ago by jcater <[email protected]>