bazel
Here are 678 public repositories matching this topic...
-
Updated
May 11, 2021 - Go
-
Updated
May 9, 2021 - Starlark
-
Updated
Apr 14, 2021
Currently such a request would return an HTTP 500:
curl -H "Authorization: Bearer <valid token>" "http://localhost:7575/v1/packages/not-a-real-package-id"I believe this is unexpected and an HTTP 404 would be more appropriate, which would mean (specification):
10.4.5 404 Not Found
The server has not found anythi
This might be faster:
git clone /path/to/base/head/startup-os
We could also probably do:
git clone file:///path/to/base/head/startup-os --depth=1
-
Updated
May 11, 2021 - Java
-
Updated
Apr 2, 2021 - Kotlin
-
Updated
May 11, 2021 - Starlark
-
Updated
May 7, 2021 - Swift
-
Updated
Apr 25, 2021 - Go
-
Updated
Oct 1, 2020 - Rust
-
Updated
Oct 23, 2020 - TypeScript
-
Updated
May 10, 2021 - 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 8, 2021 - Starlark
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
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 problem / feature request:
When overriding the
coptsandlinkoptsbuild configuration withNonevalues in a transition, Bazel crashes with a NullPointerException.Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.