Skip to content

Conversation

@rgommers
Copy link
Member

These print statements were not warnings, they're simply printing things out that work as designed. This is never a good design - it should not emit anything but warnings.

I considered adding a quiet keyword, but that doesn't seem warranted here.

[ci skip]

These print statements were not warnings, they're simply
printing things out that work as designed. This is never a
good design - it should not emit anything but warnings.

I considered adding a `quiet` keyword, but that doesn't seem
warranted here.

[ci skip]
@mattip
Copy link
Member

mattip commented Jun 27, 2021

bdist_wheel would like to differ: it outputs reams of stdout lines about which files are being included in the wheel.

But I agree this is an anti-pattern, and these seem simple enough that even a verbose flag should not print them.

@mattip mattip merged commit b970937 into numpy:main Jun 27, 2021
@mattip
Copy link
Member

mattip commented Jun 27, 2021

Thanks @rgommers

@charris charris added the 09 - Backport-Candidate PRs tagged should be backported label Jun 27, 2021
@charris
Copy link
Member

charris commented Jun 27, 2021

I marked this for backport because I assume @rgommers ran into it during his work on building SciPy with meson.

@rgommers rgommers deleted the fix-distutils-prints branch June 27, 2021 17:40
@charris charris removed the 09 - Backport-Candidate PRs tagged should be backported label Jun 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants