-
Notifications
You must be signed in to change notification settings - Fork 7
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
use distutils.core.run_setup to extract more complete package information #22
use distutils.core.run_setup to extract more complete package information #22
Conversation
2b7cbaf
to
9dce088
Compare
Thank you. I approve :-) |
This is still failing for me:
|
I think either |
I can give this some attention tomorrow |
With this patch I am unable to cleanly abort a running build using |
Shoot. I suppose having a process pool with module lifespan is fraught with problems... adjusting the code |
Just for the record: #24 targets this branch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Python setup.py
@kaptenkece I don't know what you want say with your comment. Please clarify. |
This implements the patch proposed in colcon/colcon-core#215 in this package instead.
colcon-ros
needs to be updated to use the new API instead of the now deprecated API.@rotu I used your name as the author of the commit since this is basically just a port of your proposed patch. Let me know if you want me to change it.