bazel
Here are 864 public repositories matching this topic...
-
Updated
Apr 29, 2022 - Go
-
Updated
Apr 26, 2022 - Starlark
-
Updated
Apr 29, 2022
Once interfaces are supported in the default LF version, setting the target to dev in daml-lf/interface/BUILD.bazel should be removed.
- depends on #12051
- daml-lf/interface
- ledger-service/http-json
- language-support/java/codegen
Originally posted by @S11001001 in digital-asset/daml#13154 (comment)
-
Updated
Nov 19, 2021 - Kotlin
-
Updated
Apr 29, 2022 - Java
-
Updated
Apr 20, 2022 - Starlark
-
Updated
Apr 29, 2022 - Swift
-
Updated
Apr 24, 2022 - Go
-
Updated
Apr 29, 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
May 1, 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 29, 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