Skip to content

Commit

Permalink
Flip the --incompatible_disallow_set_constructor flag by default
Browse files Browse the repository at this point in the history
RELNOTES[INC]: `set` is deprecated in BUILD and .bzl files, please use `depset`
instead. Ordering names have also been changed, please use "default",
"postorder", "preorder", and "topological" instead of "stable", "compile",
"naive_link", and "link" correspondingly.

PiperOrigin-RevId: 166830004
  • Loading branch information
vladmos committed Aug 29, 2017
1 parent 03976a5 commit aa43a89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class SkylarkSemanticsOptions extends OptionsBase implements Serializable

@Option(
name = "incompatible_disallow_set_constructor",
defaultValue = "false",
defaultValue = "true",
category = "incompatible changes",
documentationCategory = OptionDocumentationCategory.UNCATEGORIZED,
effectTags = {OptionEffectTag.UNKNOWN},
Expand Down

0 comments on commit aa43a89

Please sign in to comment.