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

Automated rollback of commit 3290e22356b59371274849ee51297635b9435285.

*** Reason for rollback ***

Rolling forward with fix: keep passing artifact owner into generate...

efb3f1595ee897484c477168b8da42b67602e10e authored over 5 years ago by janakr <[email protected]>
Make most of Attribute DynamicCodec'ed, rather than use AutoCodec. This is a general clean-up, but also I'm getting a bizarre test failure from the @AutoCodec annotation and it goes away when I remove it.

PiperOrigin-RevId: 251715454

f4523e7dac4e96c924257acc63cbe237c3fc5e24 authored over 5 years ago by janakr <[email protected]>
Manual trimming: trim all feature flags from toolchain deps.

This is a performance optimization following up on https://bazel-review.googlesource.com/c/bazel...

477d965a3b6c8ffaf0d43367ff258593d7d07e38 authored over 5 years ago by gregce <[email protected]>
Refactor FunctionParamInfo into a proto.

PiperOrigin-RevId: 251708686

267df73bfd00fdd3e20d7b5b12b1b8624262b341 authored over 5 years ago by kendalllane <[email protected]>
Simplify overview.vm

- On Bazel website, the single-page option is not used.
- Remove the useless "Content" header

R...

567a8b4982d5b50b1bcfe08c51392461a4049249 authored over 5 years ago by laurentlb <[email protected]>
Restore MultiplexAnnotationVisitor for creating annotations on companion class

- Rationale: Keep annotation attributes copied.
- Addressing post-submit comments of https://git...

7b6d359f3b4cc8ae1d7558a28fdbb778631c2cc4 authored over 5 years ago by Googler <[email protected]>
Unroll the nested set and add as a direct member in addElementsFromStarlark.

PiperOrigin-RevId: 251702314

bbccf4bc629b654a8867a2a50faa6c8a73bffdb7 authored over 5 years ago by Googler <[email protected]>
Remove StartupOptions from globals

Demote from global-always-mutable state to sometimes-mutable state that's
passed around, making ...

035d56cb7c05575c44a2d8917d53d87a8ddd68de authored over 5 years ago by michajlo <[email protected]>
Don't store default values of build settings during Starlark options parsing.

This is the same behavior as during transitions. Since we don't know all related starlark option...

d286084a4200303dc192c81bc979c9da5b5b6829 authored over 5 years ago by juliexxia <[email protected]>
Internal refactor

PiperOrigin-RevId: 251684680

e5970d90c82f27e458bd6f00a46bb36bc90eb2fb authored over 5 years ago by steinman <[email protected]>
Automatic code cleanup.

PiperOrigin-RevId: 251684426

58f736ca316f4896854772c88d5cf4c492454a33 authored over 5 years ago by cpovirk <[email protected]>
Allow GenRule subclasses to override the command helper.

PiperOrigin-RevId: 251680441

cb8e89b2d8d52c54f5170e007fd92f51884b7f2f authored over 5 years ago by jcater <[email protected]>
MethodDescriptor.call: don't convert unchecked exceptions into EvalException.

Also, move some code that doesn't need to be in the try block out of it.

Closes #8266.

PiperOr...

af53a11104b549cca8b593a1f8cac224a21727da authored over 5 years ago by Benjamin Peterson <[email protected]>
Remove obsolete conditional in CcLinkingHelper

RELNOTES: None.
PiperOrigin-RevId: 251650433

897c8403ad45907deb5d1862d5b93bf1209f50a1 authored over 5 years ago by hlopko <[email protected]>
Add link to the IDE page from "Getting Started".

RELNOTES: None.
PiperOrigin-RevId: 251647331

3d6d74f757e5e9285ac4cf07cdac2a19a0501f12 authored over 5 years ago by laurentlb <[email protected]>
Syncing remote-apis to latest version.

This change is a no-op, the only changes are comments and unused new
fields.

Remote-apis commit...

8e600d9fd7f1645e180893774d6289625d1cc219 authored over 5 years ago by Ola Rozenfeld <[email protected]>
Update Truth to 0.45.

Also update Compile-Testing to 0.18 so that it's compatible with Truth.

Partial commit for thir...

f2a3ba2a50784b1c2c546dcf485e5dc6353ef35d authored over 5 years ago by Chris Povirk <[email protected]>
Query performance: Support length-delimited protos

Add support for --output=streamed_proto, which outputs the targets as
a stream of length-delimit...

1ef910b28bc01af1f36beed9cff6e5e4e9a29bcc authored over 5 years ago by ulfjack <[email protected]>
Add the option --experimental_graphless_query

This option selects a new query implementation that does not make a copy
of the graph, and there...

9083bbe645818a25894b23e70d723f7c7dad36e4 authored over 5 years ago by ulfjack <[email protected]>
Expand documentation of patch_args for git_repository

Document the default value of `patch_args` for `git_repository()` and `new_git_repository()`, an...

5bb81c1e1fbcb986ee2e7f326eb70ef35aee9924 authored over 5 years ago by Dave Lee <[email protected]>
Revert output formatter part of https://github.com/bazelbuild/bazel/commit/92a872b4117de3937d7535976a387e8be4ca1f57

Turns out to be unnecessary as we already have a StreamedFormatter
interface. Also merge the Gra...

f7802d92a3a4fa4d17e780284d693e5ea9c3dd20 authored over 5 years ago by ulfjack <[email protected]>
update rbe toolchains for bazel 0.26.0

Also fixes #8538, because the new docker image comes with python3-six.

Closes #8561.

PiperOrig...

64284337e7f1f6aed0da22c05266861c47f7ca9b authored over 5 years ago by Jakob Buchgraber <[email protected]>
Rewrite GrpcServerImpl to remove RpcSink

Instead, use the flow control provided by gRPC. The current code
unnecessarily slows down the th...

38ba843809ece4014a23054f0806ad920b393d87 authored over 5 years ago by ulfjack <[email protected]>
Remove the unused method ProtoCompileActionBuilder#setLangPluginParameter().

RELNOTES: None.
PiperOrigin-RevId: 251605375

2bd8a798cb198d8af45b2dfab4812f38dcde7049 authored over 5 years ago by lberki <[email protected]>
Windows, install instructions: list supported JDKs

Follow-up to https://github.com/bazelbuild/bazel/commit/04b01229beb8f8b1348d271f6994b6f734c9dafe...

c299150ea39cc5c94cdb12c9b206e2f0ee0ff030 authored over 5 years ago by laszlocsomor <[email protected]>
Remove unused Netty dynamic libraries.

This saves ~2 metric megabytes in the size of the Bazel binary, bringing it to ~43 MiB.

I felt ...

1374085d805fbd207d73bae127c6a912898defe9 authored over 5 years ago by Lukacs T. Berki <[email protected]>
Add a non-strict autodetecting Python toolchain

This toolchain works just like the standard autodetecting toolchain, except that if it falls bac...

052167e907373ac7ea43238c3049739f6e94a9d1 authored over 5 years ago by brandjon <[email protected]>
Use 'cast' diagnostics instead of 'unchecked' in output filter tests

PiperOrigin-RevId: 251533233

7561e441c6a1484d475f761299b27e469bb3884f authored over 5 years ago by cushon <[email protected]>
Fix performance regression with manual trimming.

When --enforce_transitive_configs_for_config_feature_flag=true
(which means manual trimming is e...

f718a4249739f63e3a0c6e008faa3c7d47fa30f9 authored over 5 years ago by gregce <[email protected]>
Add RuleContext#getPrerequisitesIf and AnalysisUtils#filterByProvider overloads for BuiltinProvider.

PiperOrigin-RevId: 251515875

7ac7723e09cf7e872f70c552217ca2e552ef5833 authored over 5 years ago by Googler <[email protected]>
Remove timing related global variables

No need for these to be global variables, plus now it's a lot easier to tell
what methods are do...

6d533d87b713bed5b3091162c9d33c72eb1bebca authored over 5 years ago by michajlo <[email protected]>
Remove the R.jar from the JDeps provider.

PiperOrigin-RevId: 251504176

7ebb09bfc0570d3e49b2d9df8d43df5f5a6a846c authored over 5 years ago by Googler <[email protected]>
Update remote android tools to 0.5

Closes #8562.

Change-Id: Ifc9082d50c2c050fb17cce41dbb34dbe28396342
PiperOrigin-RevId: 251501993

c3c5dab1f3997a64b98027d303b545d7097e62a8 authored over 5 years ago by Jingwen Chen <[email protected]>
Guard android-related "do not use" modules behind --experimental_google_legacy_api

RELNOTES: None.
PiperOrigin-RevId: 251501531

78e5fe2b6bcb2cd33c5d09221b47318a127ac2b0 authored over 5 years ago by cparsons <[email protected]>
Remove actions from the action execution status reporter map after input discovery is done. If any of the newly discovered inputs are not present in Skyframe, this action will stop executing, and so its status message is misleading.

PiperOrigin-RevId: 251500809

e25ad8b9c6563b8d51de77ba1df73a620c34f63f authored over 5 years ago by janakr <[email protected]>
Warn in more cases of possible Python version mismatch in host config

We already emit a diagnostic message when the host config's Python version overrides a Python to...

123c68daed17b19927372e4df7f7a2256db6b80e authored over 5 years ago by brandjon <[email protected]>
Create test for CcInfo provider

Testing provider by creating rule in .bzl file

RELNOTES: None
PiperOrigin-RevId: 251486134

1bce7544dab8d6e9083a5b40d0f303c65ece200b authored over 5 years ago by Googler <[email protected]>
Update instructions to setup RBE + BuildKite CI tests now that rbe_autoconfig is in use.

PiperOrigin-RevId: 251459420

cc41129629140cea73ec218c68b0616782c1124e authored over 5 years ago by Googler <[email protected]>
Create an "WorkspaceConfig" event to report the local Blaze exec_root to BEP, primarily for local consumers.

Going forward, we may add more workspace/output information to the message. For now it just cont...

c986d765eb354d5870d534e4337972855e1c024c authored over 5 years ago by felly <[email protected]>
Expand tree artifacts in BEP.

Unconditionally expand the tree artifacts in CompletionFunction so we can resolve them in BEP.

...

9b91cb4ab3bc440194192929a9dbeab02fb34e26 authored over 5 years ago by felly <[email protected]>
Add a test that verifies that Netty uses native SSL when we expect it to.

RELNOTES: None.
PiperOrigin-RevId: 251442944

93825991b84c1099d44921e454294e224da58bd3 authored over 5 years ago by lberki <[email protected]>
Restrict string escape sequences and introduce flag

Related: #8380 , [#38](https://github.com/bazelbuild/starlark/issues/38)

introduce flag --incom...

20c84134ed4282fc6255c349cb5488b70be13038 authored over 5 years ago by Marwan Tammam <[email protected]>
Test Bazel with Clang, too.

Closes #8493.

PiperOrigin-RevId: 251431551

6d01f6716c85f038173fd629d2152a880bc0b4f9 authored over 5 years ago by Philipp Wollermann <[email protected]>
Windows, docs: simplify install instructions

Change-Id: Id26413f13bede92453b10b2f091d606fc85c00cd

Closes #8550.

Change-Id: Id26413f13bede92...

04b01229beb8f8b1348d271f6994b6f734c9dafe authored over 5 years ago by Laszlo Csomor <[email protected]>
Provide ar_files and as_files for the autoconfigured osx toolchain.

Work on https://github.com/bazelbuild/bazel/issues/8531.

Closes #8544.

PiperOrigin-RevId: 2514...

8df1ef3070e9983e51f3d2fc79a39bdac4005225 authored over 5 years ago by Benjamin Peterson <[email protected]>
Make CC_CONFIGURE_DEBUG print detected CC path

RELNOTES: None.

Closes #8554.

PiperOrigin-RevId: 251422395

ff6fa78f0fe84ea72a6736ff7b77f5a517b2b903 authored over 5 years ago by Marcel Hlopko <[email protected]>
Add the flag --auto_output_filter=[none,all,packages,subpackages] to Bazel.

While compiler warnings and debugging output can be valuable, they can
also make your build log ...

62dd17438bcde06ccbed361f6594a6cf96fb3a07 authored over 5 years ago by philwo <[email protected]>
Only cache structured variable lookups.

The unstructured variable lookups come directly from maps that are part of the CcToolchainVariab...

b7eca20d79fa1b1f8c4006c6dd41fc6dc1cdc055 authored over 5 years ago by Googler <[email protected]>
Update deploying.md

Apart from updating old links and polishing, we mention that rules rules_<lang> repo should cont...

ecf47b6b14b0e1d105c937586df43074817b4a25 authored over 5 years ago by hlopko <[email protected]>
Add --incompatible_disable_static_cc_toolchains that will deprecate the cc_toolchain_suite and cc_toolchain rules under @bazel_tools//tools/cpp.

Issue #8546

RELNOTES: None.
PiperOrigin-RevId: 251395406

c5ebfcf7542a381717daea887317748bd7f9624a authored over 5 years ago by rosica <[email protected]>
Introduce java_common Google-only interface methods to the Starlark build API

The new interface methods have no Bazel implementation, and are completely unrecognized when --e...

b02b70756bf684ecc9f16255a7f60c5b74e473d8 authored over 5 years ago by cparsons <[email protected]>
Demote extracted_binaries and jvm_path from global variables

Less global mutable state is always better. Potential downside is that argument
lists are starti...

97559babc554ae2439270b14f661031ecd0bf51b authored over 5 years ago by michajlo <[email protected]>
Resolve race and cancellation issue on catastrophic shutdown.

Async events could race with the abrupt shutdown and put an event on the queue after the "last e...

c2ab9177657ca06dadf1dc4bf5c9b601f1d23a8c authored over 5 years ago by felly <[email protected]>
Failures early in package loading will now fail all --keep_going builds.

When loading all packages under a directory (//foo/...) we use RecursivePkgFunction,
which in --...

8c3b3fba3f68833bd97d3df2db9c48f0539efc3b authored over 5 years ago by adgar <[email protected]>
Make sure default Linux artifacts have an associated action, even when artifact names are altered.

This is a FailAction with a message giving the corresponding file actually produced by the toolc...

aff189a7c514a0171a53a2dcdd37c93ecaa672ad authored over 5 years ago by Googler <[email protected]>
standardize graph output indentation with 2 spaces

Currently, when outputting graphs from Bazel with `bazel query --output=graph`, the indentations...

4ca768e9f87701fb92598d0a8325a5fc8881a852 authored over 5 years ago by Ricky Pai <[email protected]>
Properly wire up BES half-close. The lack thereof was a simple oversight.

With this change, --bes_upload_mode=fully_async works properly.

RELNOTES: None
PiperOrigin-RevI...

3ed9d3681c3e130aafcf3c405ff1795c601bdf95 authored over 5 years ago by felly <[email protected]>
Demote OptionProcessor from globals

Some more cutting back on global mutable state that's hard to reason about the
validity of. This...

ce5e7180d98e1244fdfba0349952727826cbd173 authored over 5 years ago by michajlo <[email protected]>
Support of using the absolute path profile for LLVM's Context Sensitive FDO

This CL adds the support of using the absolute path profile in LLVM's Context
Sensitive FDO. The...

fe81b49e727efdcc90a270520af193af75f4e31d authored over 5 years ago by Googler <[email protected]>
Flip the --incompatible_depset_is_not_iterable flag

RELNOTES[INC]: Depsets can't be iterated over unless they're converted to lists
using the .to_li...

5935259724bebd1c4bdebc90e159d0f655c8c219 authored over 5 years ago by vladmos <[email protected]>
Cancel previous BEP upload if there is a connectivity problem.

This should reduce the delay in waiting for the previous command to complete.

RELNOTES: None.
P...

fded729515596789c21d4431396ebd0a10c0c1ad authored over 5 years ago by steinman <[email protected]>
Upgrade java_tools version to javac_11-v2.0

Upgrade the java tools version in Bazel to `javac_11-v2.0`.

This PR fixes reported errors of `m...

b0403a7004976cb959a51500d7a162f37e9bfed1 authored over 5 years ago by iirina <[email protected]>
Post an event so that the number of lost inputs over the course of a build can be tracked.

PiperOrigin-RevId: 251240074

7538988062230eb73f1d86778ee6ac6152517d81 authored over 5 years ago by janakr <[email protected]>
Add Scoot to list of Remote Execution services

Add Scoot to the list of self-hosted remote execution services. Scoot is already on the list of ...

d1316a016e6808dc92f398196b6c405a49770f55 authored over 5 years ago by Drew Gassaway <[email protected]>
Update tests in preparation for incompatible_depset_is_not_iterable flag flip

RELNOTES: None.
PiperOrigin-RevId: 251231930

67ba1d68e5276b35e03b19cdf70096bca2b67ec2 authored over 5 years ago by laurentlb <[email protected]>
Open-source BlazeRuntimeWrapper and BuildIntegrationTestCase.

These classes are used by some tests that should be open-sourced.

PiperOrigin-RevId: 251217041

45743d0fa66ad8e0aacf258df88834027b6bd235 authored over 5 years ago by philwo <[email protected]>
Fix iterating over depsets

Iterating over depsets will be prohibited soon, they need to be converted to lists explicitly us...

50c876e337a6e40ade7069d46649ae71296cfc14 authored over 5 years ago by vladmos <[email protected]>
remote: grpcs (grpc+tls) is used by default for remote URLs

RELNOTES: --remote_executor, --remote_cache or --bes_backend=someurl.com would be treated as grp...

d48259604187f8ed72f571339e7749af46352008 authored over 5 years ago by Ira Shikhman <[email protected]>
Query: new "graphless" implementation

This is the initial commit of a new query implementation that does not
copy parts of the graph i...

92a872b4117de3937d7535976a387e8be4ca1f57 authored over 5 years ago by ulfjack <[email protected]>
Add @bazel_tools//tools/jdk:javadoc

Fixes #6757

It adds a `@bazel_tools//tools/jdk:javadoc` alias similar to `@bazel_tools//tools/j...

ba3f88bddda3cfefcb8960ad98a280ef20f3ca89 authored over 5 years ago by Michal Majcherski <[email protected]>
Fix link to example

RELNOTES: None.
PiperOrigin-RevId: 250984521

2b3c879a6507f17030fdf9fba2a1704cb09eb5f3 authored over 5 years ago by laurentlb <[email protected]>
Introduce a stardoc test for Python.

RELNOTES: None
PiperOrigin-RevId: 250960882

5e31dc8fbb233c8d811951c9846cfefc03d49d85 authored over 5 years ago by Googler <[email protected]>
Remove macOS version check from xcode-locator

This check was added in 231270c67d5aa771462245531fa9b2ee7d3d0ae8 because
the original version on...

9aadeac6fa499ce0181a02b3f4653b4ac66cc0eb authored over 5 years ago by Keith Smiley <[email protected]>
Flip --incompatible_no_support_tools_in_action_inputs

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

RELNOTES: Flip --incompatible_no_support_...

0e6dceee2e1268f4988d456ec6a8838b49b05098 authored over 5 years ago by laurentlb <[email protected]>
Enable Python toolchains by default

(This is a roll-forward of https://github.com/bazelbuild/bazel/commit/bf66dc7210b46a13f86e144447...

eb53de2098ce5496f1fd2d1e511f39ecda7c4f06 authored over 5 years ago by brandjon <[email protected]>
Prohibit NestedSet from being passed to NestedSetBuilder.addAll.

All call sites where this was happening have been cleaned up.

RELNOTES: None.
PiperOrigin-RevId...

bed7e4f39a3e54b2897c040566648891f31ce51c authored over 5 years ago by Googler <[email protected]>
NDK 19 and 20 support

Successfully tested to build Tensorflow's Android app on `4f9ae09cff5f357eb8260c468fbf22828f58e4...

00e29b7cd80df6a2762bc8b4b035f5a99466f5f6 authored over 5 years ago by Jingwen Chen <[email protected]>
Fix pkg_deb depends_file bug

At version 0.26.0 when depends_file attribute were to used, it generated an error:

file ".../to...

00b5dadc485f968bced9dc152d9f391a3dc1992b authored over 5 years ago by szakmary <[email protected]>
git.bzl: correctly quote shallow_since

...while still accepting that the parameter might be missing; in the
latter case, an empty argum...

4f133090e80baa9c8e0d7e7e029d3ce0fb7f1f3f authored over 5 years ago by Klaus Aehlig <[email protected]>
Cross-link backwards compatibility policy with guidance

Add links to contributor and release manager guidance.

Closes #8532.

PiperOrigin-RevId: 250890258

369fa97bb89ad6f2deeec95a1389970f3d22fd99 authored over 5 years ago by Dmitry Lomov <[email protected]>
Fixed instructions for GCS remote cache

Fix error `cannot find a NameResolver for https://storage.googleapis.com/<bucket_name>`
by switc...

da125a85d28f737f216ff0fff9f00acfbbca15fe authored over 5 years ago by Jay Vercellone <[email protected]>
Make SHOW_ONCE_TAG in Reporter mean "show the event exactly once," instead of "show the event at most once."

SHOW_ONCE_TAG now exempts the event from having to match the output filter, as is true for event...

042a579c1114b5ed80c74bcdfec68f878a736734 authored over 5 years ago by steinman <[email protected]>
Fix ios, tvos and watchos arm64 constraints

They were using the `:arm` constraint, which looks like a bug.

Fixes #8520

Closes #8522.

Pipe...

c3d2aa74ccd23dfb8a8173c2b3e2955f0c5892cb authored over 5 years ago by Steeve Morin <[email protected]>
Expose cc_common.get_execution_requirements

This is used to control per-action execution requirements. Currently only used by objc and swift...

0677a3d9fe04a6ebdeba0f9e42f22ad7f2b479a3 authored over 5 years ago by hlopko <[email protected]>
Add --incompatible_use_specific_tool_files.

This option makes
1. C++ compilation actions include only the toolchain's compiler_files artifac...

b6919154acd5909e64dacca6e9b33bcbd78a76d9 authored over 5 years ago by Benjamin Peterson <[email protected]>
Fix jacoco-toolchain dependency.

Bazel 0.26 added the `jacocorunner` attribute on `java_toolchain`. Java targets now fail when us...

3dc59e400a9e0a57f34aa990ec410a1b2af760d3 authored over 5 years ago by iirina <[email protected]>
C++: Flips incompatible_depset_for_libraries_to_link_getter

Testing downstream works https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/994

u...

f34458b65f6ac8605f29f8773e43c545578b1f91 authored over 5 years ago by plf <[email protected]>
Flip `--incompatible_dont_enable_host_nonhost_crosstool_features`

RELNOTES: Incompatible flag `--incompatible_dont_enable_host_nonhost_crosstool_features` has bee...

aec9f99d2014e6d94e602288f4bedf5153dd16bc authored over 5 years ago by Marcel Hlopko <[email protected]>
Turn on --experimental_build_setting_api

RELNOTES: Turn on --experimental_build_setting_api by default for starlark build settings (see h...

536a166270590a8dbc701718550383f3a07cc763 authored over 5 years ago by juliexxia <[email protected]>
Turn on --experimental_starlark_config_transitions

RELNOTES: Turn on --experimental_starlark_config_transitions by default for starlark transitions...

a626990141cb77cc7e7973596fce4db7031e92a6 authored over 5 years ago by juliexxia <[email protected]>
Pack all multi-arch libraries from aar_import deps when using --fat_apk_cpu

Currently if `--fat_apk_cpu` is specified with more than one architecture and there are `aar_imp...

aa0cb6133ef3f6aeff09f4ed0e032702de6a9370 authored over 5 years ago by Jingwen Chen <[email protected]>
Make CompoundEvaluationProgressReceiver's ctor public.

RELNOTES: None
PiperOrigin-RevId: 250772007

2a5e3b18816c0a2ab1575c1197cd04f561eeb076 authored over 5 years ago by nharmata <[email protected]>
Link to rules_jvm_external in the Maven migration docs

RELNOTES: None.
PiperOrigin-RevId: 250748788

ba8e01ef76b455012038623eb0289aef014be333 authored over 5 years ago by jingwen <[email protected]>
Flip --incompatible_objc_framework_cleanup flag to true

RELNOTES[INC]: cleanup that affects user provided apple frameworks is
now enabled by default. S...

d2df40b51b1c23397cb693a0db3d71d46c6f7138 authored over 5 years ago by Googler <[email protected]>
Add nested sets as transitive members in addElementsFromSkylark.

RELNOTES: None.
PiperOrigin-RevId: 250731859

53decbc163744b30b0e3785aa40b1d7041944332 authored over 5 years ago by Googler <[email protected]>
Export more files in androidsdk

This allows Android rule writers to access more file targets in `@androidsdk` directly.

Closes ...

bc6f7cb330bb531f062bb301f3703876051191f5 authored over 5 years ago by Jingwen Chen <[email protected]>
Improve error message for --incompatible_string_join_requires_strings

Fixes #8507

Closes #8519.

Change-Id: Ia2967b8765a6f47094dd382a8c963ec01132066c
PiperOrigin-Rev...

089e017d22b286fdcfeb3ba7b5c5192a1f4ad30e authored over 5 years ago by Jingwen Chen <[email protected]>
Logical rollback of unknown commit.

PiperOrigin-RevId: 250698080

4aa1d1a7b98b6169e7fde6cbce9b33f28466bd22 authored over 5 years ago by janakr <[email protected]>
Regression test for breakage caused by https://github.com/bazelbuild/bazel/commit/3290e22356b59371274849ee51297635b9435285. Fails before fix.

PiperOrigin-RevId: 250693437

09da51f37b4ddca8315358c985444c6a8535cd12 authored over 5 years ago by janakr <[email protected]>
Remove unused msvc-wrapper related filegroups

RELNOTES: None

Closes #8511.

PiperOrigin-RevId: 250685498

221c67fc1dceb9f06c4fdbaf8e839f8dfa83e358 authored over 5 years ago by Marcel Hlopko <[email protected]>