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

Remove remaining uses of OptionsParser.newOptionsParser.

PiperOrigin-RevId: 254435097

abddb96338aa2a26e778bfc98a10098885695594 authored over 5 years ago by jcater <[email protected]>
Change ruleContext.hasError() to reflect even suppressed errors

This makes error-checking logic more consistent, even under --allow_analysis_failures. This also...

146b9ff312b544816e898ef868b873c12fe1a6fa authored over 5 years ago by cparsons <[email protected]>
Move java constraints to rules_java

https://github.com/bazelbuild/bazel/issues/6516
https://github.com/bazelbuild/bazel/issues/6521
...

b95f3815dc3a9a187dcf3093cfce3961de882f2c authored over 5 years ago by hlopko <[email protected]>
Intern StarlarkSemantic instances created from options so that later equality

operations can short circuit on object identity. This is particularly important
as this becomes p...

ed0af447b953dd19c7cb7c7cafb69897993d22d5 authored over 5 years ago by djasper <[email protected]>
Add --incompatible_use_platforms_repo_for_constraints

This change adds an incompatible flag to disable constrains bundled with Bazel
in @bazel_tools.
...

71a213c42a4572f64b323b3db731e1334b6a0c38 authored over 5 years ago by hlopko <[email protected]>
Let StarlarkSemantics memoize the hashCode(). This is used as part of the

MethodDescriptorKey of a FuncallExpression and thus performance is critical.

RELNOTES: None.
Pip...

368b6d37993268f1c48e97a507756eabaeb9017a authored over 5 years ago by djasper <[email protected]>
Update doc links still pointing to cc_binary.features

This is now in common definitions

RELNOTES: Update doc links still pointing to cc_binary.featur...

0cfe1637f19e3d9c829a4293168426492b6e6982 authored over 5 years ago by Googler <[email protected]>
Update documentation for the aapt_version attribute.

RELNOTES: Labels aapt as deprecated for aapt_version, and heavily endorses aapt2.
PiperOrigin-Re...

7068a56e0795751dbbd23b625b3a62c2183a3180 authored over 5 years ago by Googler <[email protected]>
Make AndroidSkylarkData methods consistently use the value of --android_aapt to determine the version of aapt.

RELNOTES: None.
PiperOrigin-RevId: 254281390

9b763ed0fc82359c0a1a01f4430c0b60450259bd authored over 5 years ago by jingwen <[email protected]>
Allow actions without the outputs in StableSort

RELNOTES: execution_log_json_file now allows actions without outputs.
PiperOrigin-RevId: 254272097

1387748cc8f3ed4d1e7fadba1a0be8f1d2764f4b authored over 5 years ago by Googler <[email protected]>
Simplify --incompatible_use_aapt2_by_default by making --android_aapt depend on it at analysis time.

Now, the incompatible change flag is in effect for the parts of the Android rules which select t...

986a4098ce312651ae65d098a7b68076969e911d authored over 5 years ago by jingwen <[email protected]>
Fix typo in aspects.md

Closes #8632.

PiperOrigin-RevId: 254233569

d89a135e10ba22000ded0676b157090ce2d73e55 authored over 5 years ago by Ben Diuguid <[email protected]>
Remove Cpp toolchain from Python rules

The dependency on the cpp toolchain was added in unknown commit, but is unused.

RELNOTES: None
...

c73aa26a0807f6dd8e6c865ce67daf350e03a59b authored over 5 years ago by brandjon <[email protected]>
Expose `PyRuntimeInfo` from `py_binary` and `py_test` rules

This allows targets that depend on an executable Python target to see what runtime was chosen fr...

b06400c57b463335c0cb625de4c7c4ba8c262b64 authored over 5 years ago by brandjon <[email protected]>
Make scripts/docs/dot_converter.py Python 3 compatible so //site can be built with Bazel 0.27 without --force_host_python=PY2.

Python 3 changed the type of subprocess#communicate to accept bytes, not str. Change everything ...

89cd56c1aa8440047f624bcf9596721e5561aab9 authored over 5 years ago by jingwen <[email protected]>
Delete system framework paths from blaze

Move it to crosstool.

Second attempt with fixes after https://github.com/bazelbuild/bazel/commi...

4d3c5e22699604fa91fa28b67bb03871b22b7ae1 authored over 5 years ago by Googler <[email protected]>
Don't generate documentation for attributes which are marked undocumented.

I diffed the build encyclopedia before and after this change, and the only
difference is that th...

4f918a0716802a900702af8d85344809272823b5 authored over 5 years ago by ahumesky <[email protected]>
Allow platform mappings to change internal options.

PiperOrigin-RevId: 254071427

f00184eb41bb254dbf95608cf4325173a7b2be1a authored over 5 years ago by jcater <[email protected]>
Implements Basic File I/O. RendererMain takes a raw proto file in as input and outputs it to the output location.

PiperOrigin-RevId: 254055584

75b40a31ee4c91783f33ff59ed26b38987065ae0 authored over 5 years ago by kendalllane <[email protected]>
Fix classes that create OptionsParser instances to directly use the Builder.

PiperOrigin-RevId: 254044909

05e7a19329c8e60f03afa559d258f7e50f5e3125 authored over 5 years ago by jcater <[email protected]>
Refactor git_repository and new_git_repository rules implementations ?

?so that they can be used with Bazel on Windows without MSYS

- do not use shell scripting, call...

9c913b93e275038393e4ba5f67b7421919d93cf9 authored over 5 years ago by ichern <[email protected]>
remote: output files need to be writable. Fixes #8385

They need to be (over)writable by Bazel actions.

Closes #8678.

PiperOrigin-RevId: 254017428

c7e8a922a38ea7db29d207fbd43a6af6231c7478 authored over 5 years ago by Jakob Buchgraber <[email protected]>
Add a utility function for parsing .netrc files

To allow http_archive, and possibly other repository
rules, to honor .netrc files, add a utility...

24cf645480eabbd464f7b7d9b7dbf0669e5c87b6 authored over 5 years ago by Klaus Aehlig <[email protected]>
Fix classes that create OptionsParser instances to directly use the Builder.

PiperOrigin-RevId: 254013411

913cce0dc312b4c64a291972826006606c296f55 authored over 5 years ago by jcater <[email protected]>
remote: make the dynamic spawn scheduler work. Fixes #8646

This change fixes the correctness issue of dynamic spawn scheduler when being used with remote e...

d75b6cf85c211fd284c302941bc5efc1b361b83a authored over 5 years ago by Jakob Buchgraber <[email protected]>
Fix classes that create OptionsParser instances to directly use the Builder.

This allows better creation of OptionsParser instances. The old factory methods will be removed ...

e4545fe17f6c48920652bca3256b00eb91bff185 authored over 5 years ago by jcater <[email protected]>
Make SymlinkForest simpler and more efficient (Second try)

Bazel rebuilds the symlink tree under the execution root before every build to ensure source fil...

b055a736a1a14d38370fac04f6abb78b89876621 authored over 5 years ago by pcloudy <[email protected]>
remote: enable bes for --experimental_remote_download_outputs=(minimal|toplevel)

--experimental_remote_download_outputs=(minimal|toplevel)

This is the last patch to enable BEP/...

484ffae78ff592fa44c2da9b131c1437800c8283 authored over 5 years ago by Jakob Buchgraber <[email protected]>
Be more explicit on how to load Bazel's JSON profile.

RELNOTES: None
PiperOrigin-RevId: 253980709

7bb536dae73114a165602d3ad76c8aca1198e062 authored over 5 years ago by twerth <[email protected]>
Teach cc_configure about BAZEL_LINKLIBS env variable

Using this variable is will be possible to specify system libraries that
should be added after d...

ab9c1f5f98a993b4da532224a9fed1b1b9a90148 authored over 5 years ago by Marcel Hlopko <[email protected]>
Correct pluto repository directory in skylark_git_repository_test.sh,

the test for shallow option with a commit before the shallow date does not fail any more, as the...

1719dcf281b2e311e2a8eb2206ab240bddc22acb authored over 5 years ago by ichern <[email protected]>
Remove the android_incremental_deploy_info OutputGroup from mobile-install.

The android_incremental_deploy_info OutputGroup contains the
"{name}_files/deploy_info_increment...

50f1b2658a5a697638fc8337fc842369b8d8cff3 authored over 5 years ago by Googler <[email protected]>
Fix Desugar crash on try-with-resources with memthod refernce or lambda expression as resource.

#desugar

PiperOrigin-RevId: 253896006

4469ee5f48dbc483e1da4cfe390d772d51e2c7d2 authored over 5 years ago by Googler <[email protected]>
Add warning for network connectivity problems when trying to build remotely.

RELNOTES: None.
PiperOrigin-RevId: 253841064

22bdca1bf7f699fde66edf56a5420ed73ec22c69 authored over 5 years ago by steinman <[email protected]>
Fix empty strings in empty lists in cc_configure

RELNOTES: None.

Closes #8662.

PiperOrigin-RevId: 253832682

7ebff4e76d08ab4e91b1e58dc8cfb7125cf709af authored over 5 years ago by Marcel Hlopko <[email protected]>
Add command line options to Renderer binary

RELNOTES: None.
PiperOrigin-RevId: 253824955

8bf6c16a3ad43e3c516146995bf67f7dbb60a562 authored over 5 years ago by blossomsm <[email protected]>
Creates a better representation of struct default values for the generated documentation.

Fixes https://github.com/bazelbuild/skydoc/issues/181

PiperOrigin-RevId: 253805657

e52f32f49a7a73287804e525750d167aac786987 authored over 5 years ago by kendalllane <[email protected]>
Fix classes that create OptionsParser instances to directly use the Builder.

PiperOrigin-RevId: 253800892

06d624ad5ca1048473ab6628e162c723497e4825 authored over 5 years ago by jcater <[email protected]>
Automated rollback of commit dd3e4fba359bcc232e51e49c4c8135c5b8daacd6.

*** Reason for rollback ***

Breaks bazelbuild/rules_apple

*** Original change description ***
...

131addd156e6c6b24aa8e71977aea7bedd348843 authored over 5 years ago by cparsons <[email protected]>
Remove all usages of BlazeDirectories#(getExecRoot()|getOutputPath()) from Bazel

Bazel's execution root path looks as follows: output_base/execroot/workspace_name. That is one n...

ffad58728d850b465a070d25b037ea1bced0f91f authored over 5 years ago by buchgr <[email protected]>
backwards-compatibility: fix broken link

The breaking-changes-guide has moved to bazelbuild/bazel-website
which is served from bazel.buil...

620d21c40cdd9bf9187fe74263ade3db1edaa009 authored over 5 years ago by Klaus Aehlig <[email protected]>
Extend the repository_context.download{,_and_extract} with authentication

Extend, as described in the authentication API design[1], the functions
download{,_and_extract} ...

479cf339d1e3a2638fa3e8af4e8654a46b5def9a authored over 5 years ago by Klaus Aehlig <[email protected]>
Test special case

Closes #8644.

PiperOrigin-RevId: 253753559

cdf1fc28ae984b4b267ada45f21d7e182b4c3c36 authored over 5 years ago by Loo Rong Jie <[email protected]>
Document cc_toolchain.ar_files

RELNOTES: None
PiperOrigin-RevId: 253745335

19b597c6e31a96dc0857c86123d6fd5b76c3b9c1 authored over 5 years ago by rosica <[email protected]>
Remove a "do not use externally" warning from the BUILD file.

It's a legacy of Bazel's heritage as a Google internal project.

RELNOTES: None.
PiperOrigin-Rev...

035486b4fe8cc5f81631191e4d0d7f72d1cc20c6 authored over 5 years ago by lberki <[email protected]>
Deflake //src/test/shell/integration:test_test by ensuring that the test we want to be skipped will actually be skipped: ensure the action that generates its source file will never get a cache hit, and increase the sleep time so that it will not be built before the other action fails.

Also add TestSummary#toString, which was useful to me when debugging this, so that I could see w...

29981f324e123fd1ff1a4aa3ac65beba4c35f725 authored over 5 years ago by janakr <[email protected]>
Remove Ubuntu 14.04 support from documentation.

Remove mentions of Ubuntu 14.04, improve other Ubuntu installation steps.

Closes #8654.

PiperO...

927d32dc206f088e1a66bf21ea2bf4385a56fffb authored over 5 years ago by Philipp Wollermann <[email protected]>
Fix the docstring for --symbols flag

RELNOTES: None.
PiperOrigin-RevId: 253648877

7e366fdc3478cf2563c45f8c6d7ce02eee20d8e5 authored over 5 years ago by cparsons <[email protected]>
Delete system framework paths from blaze

This has been moved to crosstool.

RELNOTES: None.
PiperOrigin-RevId: 253647421

dd3e4fba359bcc232e51e49c4c8135c5b8daacd6 authored over 5 years ago by Googler <[email protected]>
Restore error messages during a repository rule fetch failure to not suppress contextual console output

See https://github.com/bazelbuild/bazel/issues/6670#issuecomment-500037775

Closes #8584.

Chang...

6db3a59b5ec995d363c8aa7959272390a9ad817b authored over 5 years ago by Jingwen Chen <[email protected]>
Improve the name of supportsPlatforms by renaming to useToolchainResolution.

PiperOrigin-RevId: 253632079

01bb1f97035af58d6750b29ed0c737e27386fb4b authored over 5 years ago by jcater <[email protected]>
Fix classes that create OptionsParser instances to directly use the Builder.

PiperOrigin-RevId: 253601285

706a22e62329f78f356cfafdc1c97cb710667c5b authored over 5 years ago by jcater <[email protected]>
Update documentation of print in debugging

The note "as a warning" was misleading. It's not a warning.

RELNOTES: None.
PiperOrigin-RevId: ...

45ae709eb6868fb5c61d819d0cb1454767e4acad authored over 5 years ago by laurentlb <[email protected]>
Update documentation to 0.27.0

This change is made according to the process: https://github.com/bazelbuild/continuous-integrati...

d92004aa7e96e914748878795f38373bb97674fb authored over 5 years ago by laurentlb <[email protected]>
Restore 0.26.1 in CHANGELOG.md

...as that release was remove by the release script when
releasing 0.27.0

Change-Id: If0b8e9c07...

c84f7d39220c88dc44e9725df68805039917d8ed authored over 5 years ago by Klaus Aehlig <[email protected]>
Remove an extra map lookup from SpawnInputExpander.

Closes #8595.

PiperOrigin-RevId: 253566542

ce49490c917f7cbfda6f4da2080e6d76a89bd879 authored over 5 years ago by Benjamin Peterson <[email protected]>
Add some logging when an artifact fails to have a generating action.

PiperOrigin-RevId: 253565928

dbd34bc5dc1acb54b1e2e535f551f6b6cd05dc97 authored over 5 years ago by janakr <[email protected]>
Release 0.27.0 (2019-06-17)

Baseline: 5935259724bebd1c4bdebc90e159d0f655c8c219

Cherry picks:

+ fe81b49e727efdcc90a27052...

aecb1e845504f040d1dd7b7f310c37757fba4eab authored over 5 years ago by Bazel Release System <[email protected]>
Automated rollback of commit 332379ad6f8c49b0e087b504d73d3483c529e399.

*** Reason for rollback ***

Broke Bazel downstream: https://buildkite.com/bazel/bazel-at-head-p...

82ec619c062588ffad6c09b51a8840c67604c69b authored over 5 years ago by hlopko <[email protected]>
Add .h++ extension for header files

This fixes #8111 (which I just opened).

Let me know if changes are needed. I have essentially f...

ed86ef28fe68e71b12bdceacac1cc8fe41d867a1 authored over 5 years ago by Mark Butcher <[email protected]>
Add Apple framework support to CcCompilationContext

RELNOTES: None
PiperOrigin-RevId: 253320981

a44ea875254c5a630000f1838764e525cdb864ce authored over 5 years ago by Googler <[email protected]>
Update android-tools to version 0.7.

This adds OptionsParser.Builder.

Closes #8642.

PiperOrigin-RevId: 253293783

27c04e28e330ddb275ae4ad293f5ac24e5b1074f authored over 5 years ago by John Cater <[email protected]>
Create Renderer Binary and adding target to BUILD file.

RELNOTES: None.
PiperOrigin-RevId: 253293529

ff02b0f864ac1cee06c88057201fb80dd5e12431 authored over 5 years ago by kendalllane <[email protected]>
try again to silence the compiler warning about reaching the end of RestartReason.

Followup to http://https://github.com/bazelbuild/bazel/commit/1efbc1bdf3b176bf6867995fb9e4fa8973...

2a6ad855dba1e5bb5aa5be87c5ca66cff954591c authored over 5 years ago by jcater <[email protected]>
Update target labels for @androidsdk system images

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

Closes #8641.

Change-Id: I3e1d7db3716d48...

ebfd3bcb0baec0774db584fd3ff5445a1ec7925b authored over 5 years ago by Jingwen Chen <[email protected]>
Create proto format flag on Stardoc to output raw form of protos.

Progress toward https://github.com/bazelbuild/skydoc/issues/189

RELNOTES: None.
PiperOrigin-Rev...

18d63a7af207214ec27e369614a6189f73b0a251 authored over 5 years ago by blossomsm <[email protected]>
Update Bazel's skydoc dependency to HEAD

RELNOTES: None.
PiperOrigin-RevId: 253274777

6bb5ae2a8353d75867ac9136d374df7916450449 authored over 5 years ago by cparsons <[email protected]>
Support Starlark transitions on aliased build settings.

Transitions on configured 'actual' values of aliased build settings is explicitly denied for now...

b63a4a9c8bf2b34c49127d372608ecfc8ef5a09e authored over 5 years ago by juliexxia <[email protected]>
Get rid of stale TODO wrt order of logging options warnings

IIUC, at some point in the past we'd not log anything until --client_debug
was known. This was f...

c4cb467435742c5252eefb475296fce4758c94b5 authored over 5 years ago by michajlo <[email protected]>
The config command should gracefully handle mutliple identical configurations.

PiperOrigin-RevId: 253246078

0d3d95c828bfc77dd1dadc46a8fc5c502afefa04 authored over 5 years ago by jcater <[email protected]>
Add Builder for OptionsParser.

PiperOrigin-RevId: 253246068

d5822688495c17ce59079875abc7e7c3dc2fefe3 authored over 5 years ago by jcater <[email protected]>
Add --incompatible_use_platforms_repo_for_constraints

This change adds an incompatible flag to disable constrains bundled with Bazel
in @bazel_tools.
...

332379ad6f8c49b0e087b504d73d3483c529e399 authored over 5 years ago by Marcel Hlopko <[email protected]>
Change field names from plural to singular so repeated fields will be singular on proto output.

PiperOrigin-RevId: 253227524

1dbbc01468e5224b2ad48eaed31a65143be2b97f authored over 5 years ago by kendalllane <[email protected]>
Add checks for list parameters of cc_common.create_cc_toolchain_config_info() to prevent bazel crashing when a struct is expected but something else is passed instead.

Fixes #8435

RELNOTES: None.
PiperOrigin-RevId: 253212600

da8a315174742a7d2b4c5afe2a9ef2f940334b91 authored over 5 years ago by rosica <[email protected]>
Improve strategy error message

Closes #8629.

PiperOrigin-RevId: 253212274

64c124b7fccb3f48dc5f397a8aee228a7b908ea1 authored over 5 years ago by Pedro Alvarez <[email protected]>
Make setAllowResidue and enableParamsFileSupport private.

PiperOrigin-RevId: 253204455

e70f7f7a2859ca9ef990128fa23c7b24fe64f21d authored over 5 years ago by jcater <[email protected]>
Embed @platforms into the Bazel binary

This PR implements the change discussed at https://docs.google.com/document/d/1EArrWYUDugqJzBcb0...

aaf6457d800598d38890938156058f6025d5dc8d authored over 5 years ago by hlopko <[email protected]>
Add flag to enable the JSON profile by default.

It also sets the recommended options:
- compression
- slim profile
- cpu profile
- profile start...

b41bf69e416c10a74def052ef67cf4712b8b9d2e authored over 5 years ago by twerth <[email protected]>
Deflake test_build_fail_terse_summary.

The flakiness results from an actual race condition that makes it indeterminate whether Completi...

0fd1878b62e5bc1a6336fb36811689aace9e5c42 authored over 5 years ago by lberki <[email protected]>
Add WalkableGraph#getValueAndRdeps that allows fetching both the rdeps and value in a single call

PiperOrigin-RevId: 253145392

c1407df81c49b771301bfb993ca7a2c7595824f1 authored over 5 years ago by shreyax <[email protected]>
Add new flag to Stardoc and allows Stardoc to output raw serialized proto.

Progress toward https://github.com/bazelbuild/skydoc/issues/189

PiperOrigin-RevId: 253128175

0c745499d5f91c9ffd8fd95b3992206205b39f58 authored over 5 years ago by kendalllane <[email protected]>
Require the "command" param of run_shell is a string

This constitutes an incompatible change guarded by flag --incompatible_run_shell_command_string....

c750f973ea9b44a19caecd8f134f8a3bbc501dcc authored over 5 years ago by cparsons <[email protected]>
Delete some messages formerly used for serialization code which no longer exists

These have been deprecated or unused long enough that they should be perfectly fine to
delete fo...

1e3109275a732edc51f8f1a4cac8a066b713ffff authored over 5 years ago by michajlo <[email protected]>
Only eagerly read dependency files when Bazel-side Java classpath reduction is

used. Otherwise, this is just wasted effort.

RELNOTES: None.
PiperOrigin-RevId: 253118823

a9abf7618dbb43bc4fa7af81b414b9a294afa7c4 authored over 5 years ago by djasper <[email protected]>
Rename SkylarkMutable to StarlarkMutable

RELNOTES: None.
PiperOrigin-RevId: 253111275

bc6e41dfa24fd59761128f3dc690042b545d56ad authored over 5 years ago by laurentlb <[email protected]>
Fix import_deps_checker to use the correct OptionsParser factory method.

PiperOrigin-RevId: 253103941

a92f21fd5e8e4bbf23342175278ee03503c6241b authored over 5 years ago by jcater <[email protected]>
Don't capture a member in the lambda created in JavaHeaderCompileActionBuilder.

Otherwise, that capture keeps the entire Builder instance alive, consuming
memory.

RELNOTES: Non...

74279cc4b07ac3955ec6ad6de0395e5f3e61e0e0 authored over 5 years ago by djasper <[email protected]>
Refactor the server startup codepath

On the batch path just s/StartStandalone/RunBatchMode/, which goes better with
the existing jarg...

f2109fe870644b7bc97bc44e303e364cd81004f0 authored over 5 years ago by michajlo <[email protected]>
Clean up usages of setAllowResidue and enableParamsFileSupport to pass values into the factory method.

PiperOrigin-RevId: 253086042

bfcdca2c0d7b25ef7cc40be4ed4cfc4fdbbeb86f authored over 5 years ago by jcater <[email protected]>
Don't allow ctx.split_attr to access starlark transitions attributes.

Currently the split_attr struct building logic does its own transition application outside of Co...

49862c5fa66f65deb513ee938d3d052b9e4cfbbe authored over 5 years ago by juliexxia <[email protected]>
Include intermediate output key as a typed parameter for ParallelVisitor.

This will allow for stricter type checking as well as the ability to store output keys other tha...

76e4e423cae9063ee309dacc708695e721cd3f54 authored over 5 years ago by shreyax <[email protected]>
Remove SkylarkAttributeAspect and friends

This was added for some serialization code that no longer exists. It's never set in any
query re...

b3ee73f0add186266414805c7782f987618968c6 authored over 5 years ago by michajlo <[email protected]>
Update android_tools and create version 0.6.

Closes #8617.

PiperOrigin-RevId: 253073415

e2a1966a04e7907e507a07b89aad44b7640a7d14 authored over 5 years ago by John Cater <[email protected]>
Remove the flag `incompatible_disallow_native_in_build_file`

https://github.com/bazelbuild/bazel/issues/7513

RELNOTES: None.
PiperOrigin-RevId: 253062497

39c55b7abb7185dee4ee3979dd8fcff1be96ad52 authored over 5 years ago by laurentlb <[email protected]>
Remove the flag `incompatible_no_kwargs_in_build_files`.

https://github.com/bazelbuild/bazel/issues/8021

RELNOTES: None.
PiperOrigin-RevId: 253049309

3b7e29430d67be11aafd601c4d53bb25faf32942 authored over 5 years ago by laurentlb <[email protected]>
Fix two issues with incremental Skyframe hybrid globbing and the 'allow_empty' param to the 'glob' function

(1) Previously, the 'allow_empty=False' enforcement was solely in legacy globbing. So on increme...

c9fbe95ef4b93dbf1c25e854b0c6bd82b81b387d authored over 5 years ago by nharmata <[email protected]>
Replace isUseSkylarkSemantics with isUseStarlarkSemantics

RELNOTES: None.
PiperOrigin-RevId: 253040656

511eb223b44e327914e048968d13aae6f8f88399 authored over 5 years ago by laurentlb <[email protected]>
Remove flag incompatible_static_name_resolution_in_build_files

It was flipped. This change is expected to be a no-op.

https://github.com/bazelbuild/bazel/issu...

fdc2da7b8b8dbd6666662067421b9b3e264af6f0 authored over 5 years ago by laurentlb <[email protected]>
Update toolchain resolution to not favor the host platform when no

toolchain types are required.

This makes the selection algorithms easier to understand, and wil...

ba1232130ac86dcf30503fe82518971a396d6297 authored over 5 years ago by John Cater <[email protected]>
Remove the flag `incompatible_disallow_filetype`

https://github.com/bazelbuild/bazel/issues/5831

RELNOTES: None.
PiperOrigin-RevId: 253027470

7eb483c517be0a9453e2f07b107ba8d5c41c6e65 authored over 5 years ago by laurentlb <[email protected]>