bazel
Here are 641 public repositories matching this topic...
-
Updated
Feb 15, 2021 - Go
-
Updated
Feb 14, 2021 - Starlark
-
Updated
Jan 28, 2021
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
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
-
Updated
Feb 15, 2021 - Java
-
Updated
Feb 9, 2021 - Kotlin
-
Updated
Feb 16, 2021 - Starlark
-
Updated
Jan 29, 2021 - Go
-
Updated
Feb 12, 2021 - Swift
-
Updated
Oct 1, 2020 - Rust
-
Updated
Oct 23, 2020 - TypeScript
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
Feb 14, 2021 - Go
-
Updated
Dec 1, 2020 - Starlark
yaml.reader.ReaderError: unacceptable character #x1f48e: special characters are not allowed
in "", position 1195
This seems to come from the python yaml reader which incorrectly rejects special unicode characters.
The character in particular is
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.