Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sep keyword argument to fail #21961

Closed
wants to merge 1 commit into from
Closed

Conversation

fmeum
Copy link
Collaborator

@fmeum fmeum commented Apr 10, 2024

The argument was already available on 'print' and is necessary for full control over the formatting of error messages that rely on StarlarkValue's debugPrint.

Work towards #20486

The argument was already available on 'print' and is necessary for full control over the formatting of error messages that rely on StarlarkValue's `debugPrint`.

Work towards bazelbuild#20486
@fmeum fmeum requested review from tetromino and removed request for tetromino and brandjon April 10, 2024 20:15
@github-actions github-actions bot added the awaiting-review PR is awaiting review from an assigned reviewer label Apr 10, 2024
@fmeum
Copy link
Collaborator Author

fmeum commented Apr 10, 2024

@tetromino Would you be available to review this (small) change? It's a follow-up to 3abbf20.

@fmeum fmeum changed the title Add 'sep' keyword argument to 'fail' Add sep keyword argument to fail Apr 10, 2024
Copy link
Contributor

@tetromino tetromino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@fmeum
Copy link
Collaborator Author

fmeum commented Apr 10, 2024

@bazel-io fork 7.2.0

@tetromino tetromino added team-Starlark-Interpreter Issues involving the Starlark interpreter used by Bazel awaiting-PR-merge PR has been approved by a reviewer and is ready to be merge internally and removed awaiting-review PR is awaiting review from an assigned reviewer labels Apr 10, 2024
bazel-io pushed a commit to bazel-io/bazel that referenced this pull request Apr 15, 2024
The argument was already available on 'print' and is necessary for full control over the formatting of error messages that rely on StarlarkValue's `debugPrint`.

Work towards bazelbuild#20486

Closes bazelbuild#21961.

PiperOrigin-RevId: 625022818
Change-Id: I895b5844d8543f936fc31d367b12bc6291a10bf8
github-merge-queue bot pushed a commit that referenced this pull request Apr 15, 2024
The argument was already available on 'print' and is necessary for full
control over the formatting of error messages that rely on
StarlarkValue's `debugPrint`.

Work towards #20486

Closes #21961.

PiperOrigin-RevId: 625022818
Change-Id: I895b5844d8543f936fc31d367b12bc6291a10bf8

Commit
6b2e0db

Co-authored-by: Fabian Meumertzheim <[email protected]>
@fmeum fmeum deleted the 20486-sep branch April 16, 2024 17:34
@sgowroji sgowroji removed the awaiting-PR-merge PR has been approved by a reviewer and is ready to be merge internally label Apr 26, 2024
Kila2 pushed a commit to Kila2/bazel that referenced this pull request May 13, 2024
The argument was already available on 'print' and is necessary for full control over the formatting of error messages that rely on StarlarkValue's `debugPrint`.

Work towards bazelbuild#20486

Closes bazelbuild#21961.

PiperOrigin-RevId: 625022818
Change-Id: I895b5844d8543f936fc31d367b12bc6291a10bf8
@iancha1992
Copy link
Member

The changes in this PR have been included in Bazel 7.2.0 RC1. Please test out the release candidate and report any issues as soon as possible.
If you're using Bazelisk, you can point to the latest RC by setting USE_BAZEL_VERSION=7.2.0rc1. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-Starlark-Interpreter Issues involving the Starlark interpreter used by Bazel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants