Sign in
bazel
/
bazel
/
132a8e3405484a06ded8fee5de53c27de61236fe
/
site
/
docs
/
skylark
4a8bacd
Switch the default for --incompatible_package_name_is_a_function
by laurentlb
· 7 years ago
1c0c366
Change skylint to accept UpperCamelCaseWithSuffixInfo identifiers
by Jared Neil
· 7 years ago
2613b62
Update backward-compatibility.md
by scentini
· 7 years ago
779653f
Fix links to DefaultInfo
by laurentlb
· 7 years ago
5f46044
Add documentation for --incompatible_disable_tools_defaults_package
by dbabkin
· 7 years ago
b60762b
Fix typo
by dbabkin
· 7 years ago
be02b51
Clarify wording on depset iteration
by brandjon
· 7 years ago
09ec261
Introduce --incompatible_static_name_resolution
by laurentlb
· 7 years ago
774bfe0
Support directory expansion in Skylark Args.
by tomlu
· 7 years ago
0d0aafe
Remove incompatible_disable_glob_tracking from documentation
by laurentlb
· 7 years ago
dc702ce
Rename "Skylark" to "Starlark" in documentation.
by laurentlb
· 7 years ago
fc6640e
Fix "Deprecated API" header
by laurentlb
· 7 years ago
59b0856
Automatic code cleanup.
by Googler
· 7 years ago
59a0b3f
Remove cookbook
by laurentlb
· 7 years ago
3ffc665
fix typo: "how to creates" -> "how to create"
by Vladimir Rutsky
· 7 years ago
cb7ed16
Rules are no longer experimental.
by laurentlb
· 7 years ago
34fd09d
Remove stray backticks to fix end of code block in testing documentation.
by Googler
· 7 years ago
9de215d
[Skylark] Make range function lazy.
by Taras Tsugrii
· 7 years ago
d80739a
Clarify documentation for implicit deps and default attr values
by brandjon
· 7 years ago
b0c8619
Skylark spec: -x is not an Operand, but a UnaryExpr
by laurentlb
· 7 years ago
bbc8ed1
Clarify attr documentation
by brandjon
· 7 years ago
e047900
PiperOrigin-RevId: 203116395
by brandjon
· 7 years ago
ef5873b
Remove outdated cfg=data"
by gregce
· 7 years ago
89dfee5
Fix minor errors in[]
by Googler
· 7 years ago
cb68a96
Clarify that depset order is deterministic
by brandjon
· 7 years ago
9594d5e
If a dictionary is used as a general set, the keys should be mapped to `True` instead of `None`.
by Googler
· 7 years ago
18de315
repository_rules.md: update documentation on return values
by Klaus Aehlig
· 7 years ago
aaf11e9
Make tools in action inputs an error.
by tomlu
· 7 years ago
8470058
Fix string.title and string.upper documentation.
by Googler
· 7 years ago
99a7c44
Provide more details on the transition to Skylark {git,http}_repository
by Klaus Aehlig
· 7 years ago
dd5f7db
De-document the Skylark "data" transition.
by gregce
· 7 years ago
fc58231
Recommend 4 spaces for indentation in the style guide.
by laurentlb
· 7 years ago
507acf9
Update recursive glob docs.
by Googler
· 7 years ago
e374970
Add --incompatible_disallow_legacy_javainfo flag.
by tomlu
· 7 years ago
87493af
Fix code blocks in the documentation
by vladmos
· 7 years ago
9c5c19d
Externalize testing guidance for Skylark code
by brandjon
· 7 years ago
d6f3924
Update backward-compatibility.md with missing flag docs
by brandjon
· 7 years ago
788b63a
Make some links absolute
by brandjon
· 7 years ago
83da8cc
Fix anchors for docstring section
by brandjon
· 7 years ago
185535a
Clarify 1st arg of load()
by brandjon
· 7 years ago
707acfe
Introduce `--incompatible_disallow_filetype` to remove the `FileType` function.
by laurentlb
· 7 years ago
d5e403b
Update the markdown header
by laurentlb
· 7 years ago
cbe428a
Document the new ctx.actions.args() API
by brandjon
· 7 years ago
2213d92
Remove flag `incompatible_disallow_toplevel_if_statement`.
by laurentlb
· 7 years ago
b456e9d
Fix bad formatting
by brandjon
· 7 years ago
a2e5ae9
Update ctx.action.args() docs.
by tomlu
· 7 years ago
c381cf1
Introduce `--incompatible_disallow_slash_operator` to disable `/` operator.
by laurentlb
· 7 years ago
5a35e72
Add "--detach" to tap_presubmit command. Without it, TAP warned it may not halt
by Googler
· 7 years ago
f1f5f99
Update repository-rule documentation on restarts
by Klaus Aehlig
· 7 years ago
0c148f3
Fix the definition of Argument in the Skylark specification
by vladmos
· 7 years ago
7a45873
Fix incorrect int() example
by brandjon
· 7 years ago
22c573c
Fix typo in link
by brandjon
· 7 years ago
bc4a0a2
Remove the --incompatible_disallow_uncalled_set_constructor flag
by vladmos
· 7 years ago
72d5109
Remove the flag --incompatible_show_all_print_messages
by vladmos
· 7 years ago
9c4cecd
Clarify migration instructions for providers
by brandjon
· 7 years ago
856ca71
Remove features that actually don't exist from the spec
by laurentlb
· 7 years ago
6d43860
Rename a few pages
by brandjon
· 7 years ago
3ef60b7
Split off troubleshooting section into a FAQ page
by brandjon
· 7 years ago
7ec05f9
Recommend against writing "boolattr = 1" in style guide
by brandjon
· 7 years ago
260f6b2
Fix broken links and formatting
by brandjon
· 7 years ago
189adbc
Update links to examples
by brandjon
· 7 years ago
864ac52
Revamp docs for ctx.outputs
by brandjon
· 7 years ago
f442ad5
Revamp discussion of executable/test rules
by brandjon
· 7 years ago
033081b
Fixes nit by removing accidently-repeated words.
by Googler
· 7 years ago
940dbc5
Remove --incompatible_load_argument_is_label flag
by laurentlb
· 7 years ago
61dcfc7
Revamp docs for default outputs / output groups
by brandjon
· 7 years ago
4d14259
Revamp rules.md documentation for files
by brandjon
· 7 years ago
346eec4
Replace "else if" with "elif" (Issue 4637)
by Serge
· 7 years ago
a6ef7fe
Recommend True and False for boolean attributes.
by laurentlb
· 7 years ago
86f7e68
Set default of --incompatible_disable_glob_tracking to true
by laurentlb
· 7 years ago
97704ea
Add linter check for deprecated ctx methods.
by laurentlb
· 7 years ago
9f608c2
Add example in Skylint doc
by laurentlb
· 7 years ago
2195b1c
Remove old flags.
by laurentlb
· 7 years ago
2d5326a
Change extension -> evaluation in docs
by Trevor Summers Smith
· 7 years ago
a70827d
Remove description of the build language. It is Skylark.
by laurentlb
· 7 years ago
33ca88f
Document a few more differences between Skylark and Python.
by laurentlb
· 7 years ago
174451a
Revamp rules documentation
by laurentlb
· 7 years ago
7f1f3a2
Clarify doc related to declare_file and declared outputs.
by laurentlb
· 7 years ago
5232531
Update documentation about Files.
by laurentlb
· 7 years ago
4656b84
Fix the Skylark specification
by vladmos
· 7 years ago
48fb4de
Add a few new readability guidelines
by brandjon
· 7 years ago
bf0937c
PiperOrigin-RevId: 184020914
by laurentlb
· 7 years ago
a88f061
Fix the definition of Argument in the Skylark specification
by vladmos
· 7 years ago
a79f42f
Doc formatting fix, take two
by brandjon
· 7 years ago
210cdeb
Doc formatting fix
by brandjon
· 7 years ago
14c8991
Fix link format in bzl-style.md
by brandjon
· 7 years ago
0e8af49
Fix link
by laurentlb
· 7 years ago
2e76741
Fix a typo in Skylark specification
by vladmos
· 7 years ago
191ccfb
Fix a really tiny typo
by andy g scott ?
· 7 years ago
a1a1e61
Improve documentation for depsets.
by Googler
· 7 years ago
7285074
Add cfg = "host" to implicit executable aspect attribute because it is required for all attributes marked executable.
by dannark
· 7 years ago
773f12e
Automatic code cleanup.
by Googler
· 7 years ago
13047a0
Rewrite confusing sentence in aspects.md.
by dslomov
· 7 years ago
a982168
Add link to provider example in the doc
by laurentlb
· 7 years ago
7f86d4a
Skylint: Add a warning for the `+` operator on depsets.
by laurentlb
· 7 years ago
a0112a8
Add a Troubleshoot section for rules
by laurentlb
· 7 years ago
3dec5cf
Document the --incompatible_show_all_print_messages flag
by vladmos
· 7 years ago
79b2d31
Update links to use the github examples
by laurentlb
· 7 years ago
81a4948
Clarify types of `ctx.attr.<attr_name>` objects.
by vladmos
· 7 years ago
1419d64
Replace `ctx.config` with `ctx.configuration` in the documentation
by vladmos
· 7 years ago
Next »