-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Fix various issues with graphs and recipes #1669
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
Conversation
Thanks for making a dedicated one for it. We'll review it more seriously later on. |
@AndreMiras thanks I had to fix some of the unit tests, it should work now! |
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.
Thanks for the PR @Jonast it looks once again very good overall! 💪
I left some minor comments and less minor concerns, please let me know what you think.
I think we're almost there, just I prefer to be sure the code looks great since we're touching sensitive components
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.
I'm ready for the merge, thanks for your time and effort 💪
Will merge when build turns green
- fix graph depending on capitalization when pip doesn't - fix graph giving no useful errors (now it gives them sometimes) - fix graph entering infinite loop when no bootstrap is found - fix recipe not being obtainable irregardless of capitalization - fix recipe IOError-on-doesn't-exist not distinguishable from code-messes-up-and-causes-true-IOError. a non-existent recipe will now cause a ValueError - fix the bootstraps own dependencies being wrong and unused - possibly other minor fixes I forgot about
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.
Very nice, thanks!
recipe-exists-but-code-messes-up-and-causes-unintentional-IOError.
a non-existent recipe will now cause a ValueError
python2
+sdl2
topython3
+sdl2
(some of these fixes are required for #1625 / project's
setup.py
to be reasonably used)