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
RELNOTES: None.
PiperOrigin-RevId: 280518028
Returning true consumes the annotation and hides it from other post processors. Returning false ...
ab3cdb7eabcdedebf1cb50e2e1b3d02d2280ec49 authored over 5 years ago
This is an NFC. There is no need to pass toolchain/fdocontext into
those functions, because the...
RELNOTES: None
PiperOrigin-RevId: 280504451
This makes it easier to see what the invalid value was, especially in cases where it's a string ...
c326a53e1d6e9e44bdd5429be86be1f75cbd0447 authored over 5 years ago--compress_log_threshold_bytes controls this behavior.
RELNOTES: None
PiperOrigin-RevId: 280471980
A sequence may be mutable (list) or not (tuple, range).
This change breaks the subclass relation...
Closes https://github.com/bazelbuild/bazel/issues/6799
Closes #10090.
Change-Id: I6308386c3a46...
489a9e5cdf7ca30c789feeca5081d367c7474006 authored over 5 years agoThe correct mutability to inspect is the one in the SkylarkList.
PiperOrigin-RevId: 280456898
22e33244caa84601223d6b620f489d2d239c58b9 authored over 5 years agoCloses #10235.
PiperOrigin-RevId: 280456383
b6bc3aa5de07f728f905b253c386094808f7bb52 authored over 5 years ago
This change enables the combined disk cache for the gRPC
protocol too.
$ bazel build src:bazel ...
5f4d6995db1eb6a9d35dc163c0150283e830aa3d authored over 5 years agoSharing actions as soon as we see a matching primary output is causing a crash when the actions ...
46bfa2ed003fd6a550f89783efd2729e73236a7a authored over 5 years ago
Ninja variable value now contains the list of functions for composing the expanded value.
For th...
the annotation was removed in version 2.9.0 of the checker framework,
see: https://checkerframew...
Skyframe globbing errors are more useful to the user (e.g. in the case of a symlink cycle, the e...
ce0335a31b229e2de530f746807f3790b7c20111 authored over 5 years ago3a57a5276a0694fffab3d40fef8a42a1bc44680d authored over 5 years ago
This is a breaking change for copybara.
PiperOrigin-RevId: 280231492
a9c9363e15f8637c135b11c34301ae6832a26a74 authored over 5 years agoAlso, while I'm here, remove an unused ctor of FileAccessException and also add a hand-written C...
ce4cf60eff9f59db1035f22c9bcb555d64f84a29 authored over 5 years agoPiperOrigin-RevId: 280204253
9b324d249e100f60849ecc34c6c91a34d3dbc5d5 authored over 5 years ago
RELNOTES: None
PiperOrigin-RevId: 280201322
Over time RemoteModule#beforeCommand has grown quite complex. In that
it was hard to tell what t...
Leave getName method abstract.
Some subclasses want a field, others need a method.
BaseFunction...
9eca6d565b30e700a4e6babed075a7eec41917dd authored over 5 years agoAlso rename some references to TTVs by the more general term Label to refer to targets in the bu...
6bebe387446d0d5eb260e87ae74c7f11ba67e27b authored over 5 years ago
It seems that some repos have customized PATH so this isn't available.
This should fix that.
Cl...
63332eb556fadfe9edd0806add79942482adddef authored over 5 years ago?parsed fragments.
Closes #10210.
PiperOrigin-RevId: 280170780
7535d4c8c9bd98743446ee293796e4b938770705 authored over 5 years agoFixes https://github.com/bazelbuild/bazel/issues/7390
Summary: rules are allowed to set `Defaul...
ceadf0a063cb97c32aced143d2447781d1dafc38 authored over 5 years agoThis change helps with better organizing the logic around test support when enabling the persist...
d1a9725f5139ac552b032006005ebab9ddb7f426 authored over 5 years agoThis flag is already flipped in Bazel 1.0, now it can be removed.
Related https://github.com/ba...
b933c4a3b0667e849024ff5071c73364ecfa4da1 authored over 5 years ago
We already did this for the traditional query. Not preloading means that we
load each package in...
Make remapping the main repository the default.
RELNOTES: Both ways of addressing the main repo...
81b57d605de823f8e6f846a06d8e50d9a00041e3 authored over 5 years agoRELNOTES: None
PiperOrigin-RevId: 280104423
6dd4ad46ed2a1d2070464ce4e29045e498f9c5ad authored over 5 years agoThis is a breaking change for copybara.
PiperOrigin-RevId: 280090855
4871cb0d9c983a5352df05d4f7ab8efb67b2ff60 authored over 5 years ago
RELNOTES: None.
PiperOrigin-RevId: 280044117
This is the Java class that represents the Starlark 'list' data type.
We now have both SkylarkLi...
BaseFunction:
- remove location field; make it a method of StarlarkCallable interface,
and pus...
...and move Runtime.NoneType to top level.
This is a breaking change to copybara.
BEGIN_PUBLIC...
641bdf7696f0c8812b90f47fff4662822f7b4238 authored over 5 years agoPiperOrigin-RevId: 279984024
6d7582591cd75b27d6ebf3ef5471b98acc9ae5b5 authored over 5 years agoPiperOrigin-RevId: 279968408
55233d38364a2fdf7bb8ab9c59776ada6242d178 authored over 5 years ago
After this change https://github.com/bazelbuild/bazel/pull/8495 the path
to CC embedded in this ...
Fixes https://github.com/bazelbuild/bazel/issues/10068.
RELNOTES: None.
PiperOrigin-RevId: 2799...
A documentation for Multiplex Workers. See the original PR for details. https://github.com/bazel...
ac04cd9f78907278b80e04bcf407d8124664887e authored over 5 years ago
This uncovers a divergence in localhost sandboxing between Linux and macOS,
which in theory shou...
PiperOrigin-RevId: 279945302
2be4a0fa5a6ae0ab1dbe731e1d2355c6e4c3b9e4 authored over 5 years ago
Simple refactoring that moves the retry logic from the
RemoteModule to the RemoteSpawnRunner whe...
We're working on removing C++ toolchain autoconfiguration logic out of Bazel,
and moving towards...
Different values of experimental_nested_set_as_skykey_threshold between different builds could c...
7aa0d5b80703ffbac4aa4ecb57398083c4ee0ac4 authored over 5 years agoThis is in preparation for incompatible_use_cc_configure_from_rules_cc (https://github.com/bazel...
02d1966146b658c82bb2f352be226d01445e5331 authored over 5 years ago
BaseFunction:
- now always constructed with a non-null Signature.
Other fields are now final.
...
RELNOTES: Updated documentation.
PiperOrigin-RevId: 279859838
PiperOrigin-RevId: 279843528
11deef7582dfeec7a04ee3f7236393d9b8027367 authored over 5 years agoAlso, move UnboundMarker.
PiperOrigin-RevId: 279826715
b19f3ca051f68cd1be3be013785f53f3ba955063 authored over 5 years agoPiperOrigin-RevId: 279823537
0b6303ba756787ec9704a7aef7226796308c5087 authored over 5 years ago
Exports should be bundled as siblings of the library that exports them, so
it's always possible ...
Also:
- make UnboundMarker.class private and remove redundant uses of it
- create Starlark.UNBOU...
PiperOrigin-RevId: 279766978
f2dfa9db2debe223a791624c2e22e4e58a0a7914 authored over 5 years agoIn http://https://github.com/bazelbuild/bazel/commit/d39a1ec87f9b8fd36b042edce02de5ba095e0d6e th...
eb023b0058d90ac2ff4415478eb5afdbad1b2f6a authored over 5 years agoRuntime is going away.
PiperOrigin-RevId: 279761482
f7e471b1e65cfa7c9eb5a28fc7f0113f55c5a1cd authored over 5 years ago
Will be used when --incompatible_use_cc_configure_from_rules_cc is implemented.
I'm adding the e...
They are left over from the framework cleanup.
RELNOTES: None
PiperOrigin-RevId: 279752015
Replaces two references to `--compilationMode` with `--compilation_mode`.
Closes #10155.
Pipe...
fe2ecf0ccff759bbc74bb0fefb09a8aee5a76462 authored over 5 years agoFixes https://github.com/bazelbuild/bazel/issues/7255, and mitigates some of the most annoying l...
eae93f643ccfe19df24bb1dd837c45056a15c274 authored over 5 years ago
This functionality has moved to class Starlark, in two variants
that reflect the two different i...
The latter is going away (see CLs 279608357, 279609452) but this
step is needed for a three-step...
Tuple is one of the core data types of Starlark.
SkylarkList, which should be named Sequence, is...
Similar to BUILD.bazel file, Bazel now supports WORKSPACE.bazel as the workspace file. If both W...
0af987ba35686826a6e4baf5bf8712b00a327b11 authored over 5 years ago
RELNOTES: None
PiperOrigin-RevId: 279729299
Historically the remote package shipped two implementations
for remote caching: GrpcRemoteCache ...
PiperOrigin-RevId: 279719434
7d17d9833dc9442428689a11f6a8744a9bad6409 authored over 5 years agoCloses #10203.
PiperOrigin-RevId: 279717191
16c8f3a0612714eafa50ebc48774c36c7e6396ac authored over 5 years agoPiperOrigin-RevId: 279714061
827f690e032ffd04c0603f99933e1eca981f3612 authored over 5 years agoCloses #10196.
PiperOrigin-RevId: 279699906
d666b86a45c016a1e89fe376ed440a7377de8388 authored over 5 years agoCloses #10195.
PiperOrigin-RevId: 279697369
2563a784b5e7b2ce8dfb1156dcf9b24ea11dc79f authored over 5 years agoPiperOrigin-RevId: 279687895
cc73a9ff1896b3a7ca5a973bf1fd1734c1bcc859 authored over 5 years agoCheck that it matches before using an existing install_base.
RELNOTES: None.
PiperOrigin-RevId: ...
We lose documentation of True and False
and the long-deprecated PACKAGE_NAME and REPOSITORY_NAME...
This restores undocumented behavior accidentally changed in commit 48b446efb3cd6b14e2aa5f8a50c6a...
bd5bc96ed63b7436389186e290e323687fd1fe93 authored over 5 years agoThis is the first step to compressing distributor logs before uploading them, which should help ...
81668116ad7c8f0aff7af89b10d4c2c1cc5c84c9 authored over 5 years ago
RELNOTES: d8 dexers (both standalone and incremental) are now available for use.
PiperOrigin-Rev...
In all cases, the correct mutability to use is this.mutability,
and (AFAICT) all callers redunda...
These both had old spellings of this flag
Closes #10166.
PiperOrigin-RevId: 279350902
5dd4b22541d6233c7f30794e06ff35864dc77c49 authored over 5 years agohttps://github.com/bazelbuild/bazel/issues/5822
RELNOTES: None.
PiperOrigin-RevId: 279328336
Their orders are inconsistent, so being able to name arguments avoids bugs.
Additionally, some a...
RELNOTES: None
PiperOrigin-RevId: 279320620
https://github.com/bazelbuild/bazel/issues/6461
RELNOTES: None.
PiperOrigin-RevId: 279292100
method.getClass returns Method.class, not the reflected method's class.
PiperOrigin-RevId: 2792...
60473a11c8584bc7c047106579fbbf64b310163b authored over 5 years agoFixes #10171
RELNOTES: None
PiperOrigin-RevId: 279278854
This constant contains all the universal predeclared bindings
described in the spec, such as Non...
#5636
RELNOTES: None.
PiperOrigin-RevId: 279183449
This also incorporates some new examples from https://github.com/bazelbuild/examples/pull/129
R...
7828dae86a906d0c06db24e644f3d4308378d692 authored over 5 years ago
RELNOTES: None.
PiperOrigin-RevId: 279160551
RELNOTES: None.
PiperOrigin-RevId: 279154857
This String is parsed and split during the Label conversion process, so interning this String (t...
5e3df0a97d35529ed7ce0793ea51f8f5b0c6c03e authored over 5 years agoFixes #8134.
Closes #10182.
PiperOrigin-RevId: 279141108
04be3f816aa36c5b80a519daa572659e69945fa9 authored over 5 years ago
This change does not include a regression test because it would be
oddly specific to a scenario ...
PiperOrigin-RevId: 279111146
91ed0f32b75193530790c27c7414a865454f741c authored over 5 years ago
Add __future__ imports to ensure the stub works
with both PY2 and PY3. These are the only
PY3-re...
RELNOTES:
PiperOrigin-RevId: 279092981
Closes #10173.
PiperOrigin-RevId: 279090736
2b63d59bca797e67ccb7f9ee055a8d6078658f35 authored over 5 years agoPiperOrigin-RevId: 279085037
ba7df7d06ae508c44e8468fa1a69a958d3096404 authored over 5 years agointo an AutoValue, instead of passing five different parameters around.
PiperOrigin-RevId: 2790...
58d46812993713b07d6402253fc8bd00fc571f7c authored over 5 years ago