bazel
Here are 907 public repositories matching this topic...
-
Updated
May 26, 2022 - Go
-
Updated
May 26, 2022 - Starlark
-
Updated
May 21, 2022
Remove this porting helper added in #13938.
Issues to fix known callers:
- #13923
- #13921
- #13973
-
Updated
Nov 19, 2021 - Kotlin
-
Updated
May 27, 2022 - Java
-
Updated
May 27, 2022 - Starlark
-
Updated
May 24, 2022 - Swift
-
Updated
May 7, 2022 - Go
Since bazelbuild/rules_rust#612 we test more stuff on Windows, we don't test everything though. //test/rustfmt is currently disabled in .bazelci/presubmit.yml.
Feel free to comment on this issue if you want to know more or you want to give it a shot. We are happy to talk or help :)
How to fix when you don't have a Windows machine:
- delete the line with ` - "-//t
-
Updated
May 19, 2022 - Go
-
Updated
Apr 6, 2022 - Starlark
-
Updated
May 27, 2022 - Go
-
Updated
Sep 1, 2021 - Rust
-
Updated
May 28, 2022 - Starlark
See if we can replace sanitize_string_for_usage with code from skylib (existing or to contribute back).
Motivation for generalization- Recurring pattern of sanitizing inputs
-
Updated
Oct 23, 2020 - TypeScript
Improve this page
Add a description, image, and links to the bazel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bazel topic, visit your repo's landing page and select "manage topics."
Description of the feature request:
For better bash-less Windows support,
ctx.actions.run_shellcould addcommand_bat(with the same behavior as genrule'scmd_bat) andcommand_ps(with the same behavior as genrule'scmd_ps).This would, in particular, considerably simplify skylib's Windows support, where currently we are forced to write and execute temporary .bat files on Wind