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
In --keep_going mode, Bazel would crash if a test_suite rule referred to
a test in another packa...
Fixes #9133
RELNOTES:none
PiperOrigin-RevId: 264831553
The read expression collected only the last test file. Reverts back to
the previous version of t...
Fixes #9219.
*now* this sounds like more of an atonement for my sins...
RELNOTES: None.
PiperO...
`diff` generate incomplete header for adding or removing one line file.
Eg.
"""
--- foo
+++ bar
...
RELNOTES: None.
PiperOrigin-RevId: 264686574
The default header output template will remain untouched for now, but custom header templates ca...
5faf9525ff1a9f3127139c8f5f5db3e2eb1481fe authored over 5 years agoFixes https://github.com/bazelbuild/bazel/issues/7800
RELNOTES: The flag incompatible_disallow_...
f01b86301976fb1f28fd1a671e015d9343cbc85c authored over 5 years agoBuild Encyclopedia is a page that is hard to maintain and update. It is partially generated and ...
a28512b75ffe1bcf86602a9f8daaee3805a73a46 authored over 5 years agoSpecifically it might be useful for people to know that empty depsets result it nothing being ad...
4648d86fbdc09d3d5f0c52f8bf988550b7a36343 authored over 5 years ago
This is a combination of all of the other server files (except commandline).
Meant to be used wi...
It's currently causing a compiler warning.
RELNOTES: None
PiperOrigin-RevId: 264621376
Instead of branching on the current OS, use the
OsPathPolicy to compare and hash repository name...
Partial commit for third_party/*, see #9201.
Signed-off-by: iirina <[email protected]>
e04579292f8e4db0adecd55a5ab1c8130c3eec6e authored over 5 years agoCloses #9214.
PiperOrigin-RevId: 264605131
28fe62e046fbf14170005052045d48871275931f authored over 5 years ago
The flag --sandbox_add_mount_pair allows multiple 'source:target' pairs to be
added to the Linux...
contains() and containsActionResult() only make sense for the OnDiskBlobStore
because they can b...
It was meant to be a compatible change, but alas, people seemed to depend on
the exact layout of...
renamed `--incompatible_allow_tags_propagation` to `--experimental_allow_tags_propagation`
RELN...
7e83721d6bd30d83252488d4164bb871bd356223 authored over 5 years agoRemove the custom upload(ActionResult) implementations from SimpleBlobStoreActionCache and GrpcR...
12ebb84a7645baffdbaf9f40cbfcec996a540ffe authored over 5 years agoas part of removing the code for --incompatible_disallow_legacy_javainfo.
See #5821.
RELNOTES:...
6e4f9e459e7a39f2d00f493596f7bfb4451abef1 authored over 5 years ago
Improve the structure and wording of the .bazelrc
file documentation:
- use bullet points more (...
RELNOTES: None.
PiperOrigin-RevId: 264543461
PiperOrigin-RevId: 264490674
c0f8071a7654336f50192af04274de897ff88a5a authored over 5 years ago
This command is still a work in progress, is not documented, and is not
officially supported - d...
Closes #9050
Change-Id: I5aedceed913d8208c48535caad76af9433286a76
PiperOrigin-RevId: 264441799
*** Reason for rollback ***
Can cause blaze to hang during analysis
RELNOTES: None.
PiperOrigi...
Bazel supports remapping of repositories. For toolchains, this
renaming is done at a syntactical...
Fixes: https://github.com/bazelbuild/bazel/issues/8316
Closes: https://github.com/bazelbuild/baz...
Checks COMPREPLY after filling it to reset it to () if it only contains a null entry, allowing f...
ea6d12fc42ab6528c380f0f6ee1a00111576e50d authored over 5 years agoPiperOrigin-RevId: 264265136
18391f8f46d8e05998ab3e6423bf2f125ac8b243 authored over 5 years agomerge into the final apk, instead of generating it within the rule. Do not use this attribute: it...
0961225b606d979b12d10a6b3302f1d669f3c9e5 authored over 5 years ago
Since comparison is almost always done on integers and strings,
it's worth to do special handlin...
Fixes: #9084
Closes #9179.
PiperOrigin-RevId: 264172390
4863ab10d012bebbbbf453c688caf4571bda6ab9 authored over 5 years agoCloses #9140.
PiperOrigin-RevId: 264170421
26519706d4ad2d08f20612b7e0de0d3fc8643d81 authored over 5 years agoHelps some ResourceProcessorBusyBox (used by Bazel `android_library` rule) operations consistent...
9b20c22caaeb50a27402f4ef90b562a130dc6abf authored over 5 years agoFixes https://github.com/bazelbuild/bazel/issues/9172
Closes #9188.
PiperOrigin-RevId: 264146358
0b081d8593d9eeb4e31aceed0b066ce4482ece49 authored over 5 years ago
This hash change log doesn't seem actionable by the user, so we might as
well only enable it for...
Fixes #8546
RELNOTES: The --incompatible_disable_nocopts flag has been flipped. See https://git...
8b840e18c424b7dc9971fb163bb07f7ac33ff2a1 authored over 5 years agoThis conveys much better what they are about. Also add a comment that explains what they are for...
63409e8f9e2a939f1f0eaea01067728f496be025 authored over 5 years agoCloses #9178.
PiperOrigin-RevId: 263887207
d570771d38937984940ed9af7edfc493503e6cf7 authored over 5 years agoThis makes good on the "This will be an error in the future." warning.
The rewriting for AAPT1 ...
9cdb819989f50b51a3e79a07f6c7ca9fcca02203 authored over 5 years ago
This feature causes transitive dependencies to be omitted when generating R
classes to reduce th...
The following 2 benchmark results show the performance improvements of this change:
- `string.c...
d62f8924627c4fc7bcde349a941f0fb533d7c6ab authored over 5 years ago
AspectResolver and DependencyFilter were only used in a few subclasses, so just declare
and trac...
Removing the _files/ subdirectory from the path.
Before: {apk_basename}_files/resource_path_shor...
--dynamic_local_strategy now allows users to specify an ordered list of strategies. When not set...
f7a9a4ec11544472713aa3a70af8840ece29d592 authored over 5 years agoRELNOTES: incompatible_restrict_attribute_names is enabled (https://github.com/bazelbuild/bazel/...
0fddb3098279494a8197d40efbee423c47d4f0db authored over 5 years ago
OutputFormatter's actual interface is rather simple, but it's difficult to find
with all of its ...
the same name in ResourceProcessorBusyBox.
Making this a feature (rather than a command-line fla...
c4830bbcfc9d04113cc857b017339b1754ba490c authored over 5 years ago
Unlike `local -r foo`, using `local readonly foo` does not make `foo` a readonly
variable.
RELN...
864f0c1981967ec6ffa230fc1162df1b0edb7e9a authored over 5 years agoI got a little confused while reading the code, this would have helped :)
RELNOTES: None.
Piper...
If Bazel fails to fetch a local repository because
the user-defined "path" is wrong, the error n...
PiperOrigin-RevId: 263787677
08b6918219629eb4c79e55f6b1a68986047131ac authored over 5 years agoStreams in general only guarantee 1 byte of data if they ever need to block.
PiperOrigin-RevId:...
f95558a74912c259f8a79343409257b3b830057f authored over 5 years agoFixes https://github.com/bazelbuild/bazel/issues/9155
Change-Id: I909c5ca359ad89243667ca3f1dc09...
7d47987571c65b13f60b77966931aa708f7969d4 authored over 5 years ago*** Reason for rollback ***
Borke RBE jobs in Bazel Downstream
https://github.com/bazelbuild/ba...
Two of the first things the Bazel server does in
BlazeCommandDispatcher.execExclusively is parsi...
RELNOTES: None
PiperOrigin-RevId: 263723946
RELNOTES: None
PiperOrigin-RevId: 263719661
Built at
https://github.com/google/turbine/commit/8c646deb03d5a49cf64f665396e6d9130fd87381
Fixes https://github.com/bazelbuild/bazel/issues/8953
RELNOTES: incompatible_disable_partition_...
a650d811344c14dadbb202df2c21864d9c476a45 authored over 5 years ago
Changes are required in both PackageFunction and SkylarkImportLookupFunction, with
new unit test...
Fixes https://github.com/bazelbuild/bazel/issues/8956
RELNOTES: --incompatible_assignment_ident...
80a4670e71264e2ad5ff5ac6f7540957ba19c3f5 authored over 5 years agoThis PR improves the performance, in terms of time, of `replace` method by replacing regex by li...
54a96cd02f886c96a6fdd39f48912dcb8a2239e0 authored over 5 years ago
The java.io.Serializable usage is leftover from an earlier serialization effort,
and the @AutoCo...
This is a no-op: this configuration was no longer being used, it was left over from
rolling out ...
RELNOTES:
None.
PiperOrigin-RevId: 263627780
This is an incompatible change attached to new flag --incompatible_disable_depset_items.
See ht...
f0cf2b4a56831245f88eb56c508af35a62e78b20 authored over 5 years agoPiperOrigin-RevId: 263595808
f9c7296906af6f3412a22f24d6873b3f6c940e15 authored over 5 years ago
RELNOTES: None
PiperOrigin-RevId: 263521217
RELNOTES: None
PiperOrigin-RevId: 263520916
PiperOrigin-RevId: 263498402
7a6053381e9a63f28eedfb88fb638eaab1354b7c authored over 5 years agowhen finishing the action.
PiperOrigin-RevId: 263481675
fdb155ec5f4935adabfca8019947fcfab96800b6 authored over 5 years agoThis is in preparation for target level execution properties
(See https://docs.google.com/documen...
This flag no longer has any effect. See #5710 for details.
RELNOTES: None.
PiperOrigin-RevId: 2...
PiperOrigin-RevId: 263420788
e914fd0c0ec17bd5cc7b3a60b30f837c79761e3e authored over 5 years ago
This PR submitted on behalf of kendalllane@
Fixes https://github.com/bazelbuild/skydoc/issues/21...
the dagger SPI plugin system service-loads classes of the processor classpath,
and allows them t...
RELNOTES: None
PiperOrigin-RevId: 263399824
PiperOrigin-RevId: 263382940
cda1af67ee836e33dc9cf11cfa40638d3b621ebe authored over 5 years ago
RELNOTES: None
PiperOrigin-RevId: 263381427
SpawnAction#getArguments() was not clearly documented, but it calls
CommandLines#allArguments(),...
If an execute/waitExecution stream ends, it can be the result of a
server termination. Ignore th...
RELNOTES: None.
PiperOrigin-RevId: 263358953
GrpcRemoteCache#setCachedActionResult
This is another step towards merging GrpcRemoteCache and
...
https://github.com/bazelbuild/bazel/issues/9104#issuecomment-521231693
RELNOTES: None
PiperOrig...
The methods have the same signature as the ones in SimpleBlobStore. This gets us one step closer...
9fb83b4869c2569b5cd7af488631e950c8a3e4fd authored over 5 years ago
As an internal optimization we do not create nopic compile actions if we are
not in `-c opt` mod...
RELNOTES: None
Closes #9157.
PiperOrigin-RevId: 263315874
c0240e8ea1f1508c5ff638387f13950d3319f404 authored over 5 years agoAlso remove the code that supports it.
Fixes #7152.
RELNOTES: None.
PiperOrigin-RevId: 263313267
Fixes #5821.
Closes #9156.
PiperOrigin-RevId: 263302456
81216e379e1474e0c31c19632402f1d077ec6ad1 authored over 5 years ago*** Reason for rollback ***
Starlark caching works now with reference equality
RELNOTES: None....
f0eeec5e2de68c7c77b536c274137b1e17947b50 authored over 5 years ago*** Reason for rollback ***
Starlark caching works now with reference equality
RELNOTES: None....
04e2ebfb6476b373dfccf728aa2a465ed814cc12 authored over 5 years agoIf no path shortening was done, this map will still be output as an empty file.
PiperOrigin-Rev...
46c7a489b33d4ede1d8a79f32f8f7520692ce41e authored over 5 years agoInternal refactor
END_PUBLIC
PiperOrigin-RevId: 263211050
5d6047c1dcee0c5f5617bea88c0a2a8fc36610bb authored over 5 years agoPiperOrigin-RevId: 263205064
31262056be01dc5bb81f4d986eac9c5180639f0f authored over 5 years ago
Closes #9109.
Fixes #7081.
Part of work on #6849.
RELNOTES: Enables incompatible_auto_configure...
e508b23ec9492d05b6d239eb02485b5706f40c8e authored over 5 years agoSecond attempt at https://github.com/bazelbuild/bazel/commit/e114d8a04fe07dd32fee41b3cd2e5794f10...
d1b344a826e02a8bc38033a6ff2e02a5d359625f authored over 5 years ago?_configure_host_platform.
Part of #9148.
Closes #9149.
PiperOrigin-RevId: 263183169
8b5584f90d4c11c56b45407aba53735e8b9418d3 authored over 5 years ago