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

gh-93692: remove redundant "build finished successfully" message from setup.py #93693

Merged
merged 3 commits into from Jun 24, 2022

Conversation

erlend-aasland
Copy link
Contributor

@erlend-aasland erlend-aasland commented Jun 10, 2022

Resolves #93692

setup.py Outdated Show resolved Hide resolved
@erlend-aasland erlend-aasland changed the title gh-93692: setup.py now reports successful builds if the build succeeded gh-93692: remove redundant "build finished successfully" message from setup.py Jun 23, 2022
@erlend-aasland
Copy link
Contributor Author

@erlend-aasland erlend-aasland commented Jun 24, 2022

@tiran, are you fine with this? There is no point in printing this message only if some modules failed to build.

tiran
tiran approved these changes Jun 24, 2022
Copy link
Member

@tiran tiran left a comment

Yeah, makes sense :)

@erlend-aasland erlend-aasland merged commit ab077d1 into python:main Jun 24, 2022
12 checks passed
@erlend-aasland erlend-aasland deleted the build-succeeded branch Jun 24, 2022
@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jun 24, 2022

Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒🤖

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jun 24, 2022

Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒🤖 I'm not a witch! I'm not a witch!

miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jun 24, 2022
…up.py (pythonGH-93693)

The message was only emitted when the build succeeded _and_ there were
missing modules.
(cherry picked from commit ab077d1)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Jun 24, 2022

GH-94209 is a backport of this pull request to the 3.10 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jun 24, 2022
…up.py (pythonGH-93693)

The message was only emitted when the build succeeded _and_ there were
missing modules.
(cherry picked from commit ab077d1)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Jun 24, 2022

GH-94210 is a backport of this pull request to the 3.11 branch.

miss-islington added a commit that referenced this issue Jun 24, 2022
…H-93693)

The message was only emitted when the build succeeded _and_ there were
missing modules.
(cherry picked from commit ab077d1)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
miss-islington added a commit that referenced this issue Jun 24, 2022
…H-93693)

The message was only emitted when the build succeeded _and_ there were
missing modules.
(cherry picked from commit ab077d1)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
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.

5 participants