bazel
Here are 851 public repositories matching this topic...
-
Updated
Apr 14, 2022 - Go
-
Updated
Apr 16, 2022 - Starlark
-
Updated
Feb 17, 2022
With #11315 done, we can do some small optimizations:
- NonEmpty
- if it makes a difference, redefine
pourto abstract overIterableFactoryandMapFactory, if those implementations do optimization for same-type conversions - redesign
pour's API to put the factory type first, no more tricky currying, #11933 - just use
toSeqfortoSeq, #11933 - define `coll
- if it makes a difference, redefine
-
Updated
Nov 19, 2021 - Kotlin
-
Updated
Apr 16, 2022 - Java
-
Updated
Apr 16, 2022 - Starlark
-
Updated
Mar 23, 2022 - Swift
-
Updated
Apr 16, 2022 - Go
-
Updated
Apr 15, 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
Apr 6, 2022 - Starlark
-
Updated
Sep 1, 2021 - Rust
-
Updated
Apr 17, 2022 - Go
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
Apr 16, 2022 - Starlark
-
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