Skip to content

Fix behavior of print() in module extensions#15795

Closed
fmeum wants to merge 1 commit intobazelbuild:masterfrom
fmeum:bzlmod-fix-print
Closed

Fix behavior of print() in module extensions#15795
fmeum wants to merge 1 commit intobazelbuild:masterfrom
fmeum:bzlmod-fix-print

Conversation

@fmeum
Copy link
Copy Markdown
Collaborator

@fmeum fmeum commented Jul 3, 2022

Previously, messages printed with print() didn't have the usual
DEBUG: prefix.

Fixes #14526

Previously, messages printed with `print()` didn't have the usual
`DEBUG:` prefix.

Fixes bazelbuild#14526
@fmeum fmeum marked this pull request as ready for review July 3, 2022 10:12
@fmeum
Copy link
Copy Markdown
Collaborator Author

fmeum commented Jul 3, 2022

@meteorcloudy @Wyverald I noticed that the bzlmod parts of the codebase don't have you listed as CODEOWNERS, so reviewers don't get assigned automatically. Would it make sense to add you for e.g. src/main/java/com/google/devtools/build/lib/bazel/bzlmod, src/test/java/com/google/devtools/build/lib/bazel/bzlmod and src/test/py/bazel/bzlmod?

@sgowroji sgowroji added team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file. awaiting-review PR is awaiting review from an assigned reviewer labels Jul 4, 2022
@meteorcloudy
Copy link
Copy Markdown
Member

I noticed that the bzlmod parts of the codebase don't have you listed as CODEOWNERS

Will do it, thanks for the notice!

@meteorcloudy meteorcloudy added 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 Jul 4, 2022
@fmeum
Copy link
Copy Markdown
Collaborator Author

fmeum commented Jul 4, 2022

@bazel-io flag

@bazel-io bazel-io added the potential release blocker Flagged by community members using "@bazel-io flag". Should be added to a release blocker milestone label Jul 4, 2022
@meteorcloudy
Copy link
Copy Markdown
Member

@bazel-io fork 5.3.0

@bazel-io bazel-io removed the potential release blocker Flagged by community members using "@bazel-io flag". Should be added to a release blocker milestone label Jul 4, 2022
@copybara-service copybara-service Bot closed this in afb434d Jul 5, 2022
@sgowroji sgowroji removed the awaiting-PR-merge PR has been approved by a reviewer and is ready to be merge internally label Jul 5, 2022
sgowroji pushed a commit to sgowroji/bazel that referenced this pull request Jul 14, 2022
Previously, messages printed with `print()` didn't have the usual
`DEBUG:` prefix.

Fixes bazelbuild#14526

Closes bazelbuild#15795.

PiperOrigin-RevId: 459052873
Change-Id: I1b75498d448aaae137dd63ea0a418572097bdac2
sgowroji added a commit that referenced this pull request Jul 15, 2022
Previously, messages printed with `print()` didn't have the usual
`DEBUG:` prefix.

Fixes #14526

Closes #15795.

PiperOrigin-RevId: 459052873
Change-Id: I1b75498d448aaae137dd63ea0a418572097bdac2

Co-authored-by: Fabian Meumertzheim <[email protected]>
Co-authored-by: Chenchu K <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

print in a module appears to be different from print in a workspace rule

5 participants