aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/skylark
diff options
context:
space:
mode:
authorGravatar cparsons <cparsons@google.com>2018-04-11 11:09:17 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-04-11 11:11:22 -0700
commit4baafaca73cee2d3237999048acfc0d5f5f59a5b (patch)
treef67e4fa76f74c9458c579f4bec0e09d892cbb7da /src/main/java/com/google/devtools/build/lib/analysis/skylark
parent51ae67a626aae45163175a1eee518b9e96e33fbc (diff)
Introduce Param.legacyNamed() to handle migration from @SkylarkSignature to @SkylarkCallable.
@SkylarkSignature.parameters() treat named()=true for parameters regardless of whether named() was actually set to true, and thus for ease of migration we mark migrated parameters as legacyNamed() = true, which is currently semantically equivalent to named() = true. We make a distinction so that it's easier to bulk fix these later. RELNOTES: None. PiperOrigin-RevId: 192477405
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/analysis/skylark')
0 files changed, 0 insertions, 0 deletions