Laurent Le Brun

Results 136 comments of Laurent Le Brun

fyi, you don't need to install Java for using Bazel. The Bazel binary should be self-contained (and it's around 50MB). Build systems are pretty much required as soon as builds...

> Does "Mark as Done" === resolve? We should be consistent with the terminology if possible. This command is defined by the extension. In our extension, the `mark as done`...

Previous discussion: https://github.com/bazelbuild/bazel/issues/4792

Also: https://groups.google.com/g/bazel-discuss/c/M_LCQuLk-BQ/m/331pE6sXAwAJ?pli=1 Inside Google, there's also b/73722197

Your rewrite with the `found` boolean seems more obvious to me. This feature is rarely found in other languages and it can create confusion. I've migrated tons of files at...

Whitespace is not a feature, it's the base of the language. You might say it was a mistake and another syntax would be better, but looking like Python was a...

Can we get this merged?

Bazelisk (`--migrate`) doesn't support startup flags.

Action items: - Decide how we pass the information that a flag is a startup flag (e.g. in the bug title). - Update Bazelisk (`insertArgs` in https://github.com/philwo/bazelisk/blob/master/bazelisk.go). - Make a...

Startup flags are rare (and László's flag is now enabled by default, I think) and we don't encourage them. Proposal: The next person to add an incompatible startup flag should...