Laurent Le Brun

Results 51 issues of Laurent Le Brun

https://www.bazel.build/designs/index.html Under "Technical Docs", we have "Skyframe" and "Maintaining Bazel Chocolatey package on Windows". These two pages seem misplaced. If we remove them from the menu, we can move "Design...

From our latest CI run (https://buildkite.com/bazel/bazelisk-plus-incompatible-flags/builds/28#d18600f5-284d-41fa-ae37-b0e51d2e2ff8), migration is needed for the following flags:   * --incompatible_depset_is_not_iterable   * --incompatible_depset_union   * --incompatible_disable_deprecated_attr_params   * --incompatible_disable_legacy_proto_provider   * --incompatible_use_toolchain_providers_in_java_common In particular, depsets flags have been around...

Based on our latest CI run (https://buildkite.com/bazel/bazelisk-plus-incompatible-flags/builds/28#7292f5b2-bd4a-4183-9ed8-819c84282ee6), migration is needed for the following flags: * --incompatible_depset_is_not_iterable * --incompatible_depset_union * --incompatible_disallow_legacy_py_provider * --incompatible_new_actions_api Can you please take a look and report...

In the process page, the scope of Starlark build API is unclear (https://github.com/bazelbuild/starlark/blob/master/process.md#scope). We should a full list of objects, functions, and methods that belong to Starlark (even if the...

P3
type: bug

Starlark syntax was designed as a subset of both Python 2.7 and Python 3. Why? Historically, Google used Python 2 for evaluating Bazel files. Starlark was designed such that Google...

A change in Bazel (https://github.com/bazelbuild/bazel/issues/5636) affects which symbols from a Starlark module are exposed and can be loaded. More specifically, with this change, symbols that are loaded in a module...

The specification doesn't describe string literals. I tried this code. Each implementation of Starlark has a different result. ``` print("\a") print("\b") print("\c") ... print("\z") ``` TODO: * Agree on the...

According to Bazel CI: https://buildkite.com/bazel/bazel-at-release-plus-incompatible-flags/builds/95#09a501c4-e212-4885-908f-889ef0fd9524 Protobuf compilation when using Bazel flag `--incompatible_merge_genfiles_directory` on Windows. This flag removes the distinction between bazel-bin and bazel-genfiles. Some tests fail: https://storage.googleapis.com/bazel-untrusted-buildkite-artifacts/09a501c4-e212-4885-908f-889ef0fd9524/..%5C..%5Cprotobuf_test%5Cattempt_2.log

bazel
inactive

https://github.com/bazelbuild/vscode-bazel has evolved. We plan to make it the official VS Code plugin for Bazel. It's probably better for users to have everything in one plugin. Are there features from...