Skip to content

Commit

Permalink
Toggle --incompatible_disable_late_bound_option_defaults flag.
Browse files Browse the repository at this point in the history
Rollforward of 9997470.

In preparation of removing late bound option defaults.

bazelbuild/rules_typescript#308 and
tensorflow/tensorflow#23100
to track progress on BazelCI breakages.

Closes #6384

RELNOTES: The --incompatible_disable_late_bound_option_defaults flag has been flipped (#6384)
PiperOrigin-RevId: 217837197
  • Loading branch information
scentini authored and Copybara-Service committed Oct 19, 2018
1 parent de5e968 commit 664e02d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ public enum ConfigsMode {

@Option(
name = "incompatible_disable_late_bound_option_defaults",
defaultValue = "false",
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
effectTags = {OptionEffectTag.LOADING_AND_ANALYSIS, OptionEffectTag.AFFECTS_OUTPUTS},
metadataTags = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ public void emptySettings() throws Exception {
*/
@Test
public void lateBoundOptionDefaults() throws Exception {
useConfiguration("--incompatible_disable_late_bound_option_defaults=false");
scratch.file("test/BUILD",
"config_setting(",
" name = 'match',",
Expand Down

0 comments on commit 664e02d

Please sign in to comment.