Yun Peng

Results 201 comments of Yun Peng

Looks like the performance team has more expertise on this, so reassigning to team-Performance

@coeuvre Should we flip this flag now? https://buildkite.com/bazel/bazelisk-plus-incompatible-flags/builds/1253 says it won't break any downstream projects (ignore the rules_nodejs ones)

Bazel 6.0 is scheduled to be cut on Oct 10th, do we have enough time to implement and flip this?

I see, please add `migration-ready` label when the flags are available at HEAD so that the flags get tested in https://buildkite.com/bazel/bazelisk-plus-incompatible-flags 's nightly run, you can also [trigger a downstream...

Almost all downstream projects are broken by this flag, check https://buildkite.com/bazel/bazelisk-plus-incompatible-flags/builds/1291 E.g. ``` (01:11:47) ERROR: /var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/8e0b5ed0fa259a0e5b9840e22648f47d/external/bazel_tools/tools/android/BUILD:524:14: Cannot use new "//..." meaning without allowing new "public" syntax. Try enabling --incompatible_package_group_has_public_syntax or...

Looks like many breakages are within bazel_tools, so probably should be easy to fix, but not sure if any downstream projects also need to be fixed.

We still need more time to finish implementing features (https://github.com/bazelbuild/bazel/issues/16124, https://github.com/bazelbuild/bazel/issues/11261), fix breakages (https://github.com/bazelbuild/bazel/issues/16296) and flip incompatible flags, therefore we are pushing the 6.0 cut by another two weeks (to...

Bazel 6.0.0rc1 is now available for those that want to try it out. You can download it from: https://releases.bazel.build/6.0.0/rc1/index.html. Please report regressions to https://github.com/bazelbuild/bazel/issues as soon as possible. For any...

> Would it be possible to get some resolution for the following PRs to see if we can get that in the 6.0 release? Depending on if we have the...

@konste I'll look into the Windows issue