Issue 27868: Unconditionally state when a build succeeds (original) (raw)
Issue27868
Created on 2016-08-26 17:56 by brett.cannon, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Messages (2) | ||
---|---|---|
msg273712 - (view) | Author: Brett Cannon (brett.cannon) * ![]() |
Date: 2016-08-26 17:56 |
When setup.py succeeds at building but couldn't build some dependency it says "Python build finished successfully!" and then lists the modules that couldn't be built. But if you are able to actually build everything then nothing is printed to stdout. Due to the fact that getting everything to build takes so much effort, when I finally reached the nirvana that is all modules built I thought my build had actually failed thanks to nothing being printed to stdout. It might be worth always printing out that the build succeeded no matter whether a extension module had issues being built or not. | ||
msg274928 - (view) | Author: Brett Cannon (brett.cannon) * ![]() |
Date: 2016-09-08 00:11 |
I'm not going to do this because I'm willing to bet someone is relying on the fact nothing is printed to stdout. Benjamin says that if you're not happy with this then "you're not a well-behaved UNIX user". |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:35 | admin | set | github: 72055 |
2016-09-08 00:11:39 | brett.cannon | set | status: open -> closedresolution: rejectedmessages: + |
2016-08-26 17:56:35 | brett.cannon | create |