-
Notifications
You must be signed in to change notification settings - Fork 2
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
Core rework #7
Core rework #7
Conversation
I'm still unsure how I best remove the usages of |
Things that are not planned for this PR, but I want to note down regardless, as they have become easier to accomplish following this rework:
As for now, any further commits should only fix inconsistencies and bugs, I consider the rework finished and this branch ready for testing. |
5f4c053
to
fa8b57c
Compare
I've done various tests locally and in CI over at hydra (don't mind the chaos of commits, CI is hard) and I'm confident that this PR is ready. |
This PR reworks the core implementation and comes various improvements.
User facing improvements
--fail-fast
Internal improvements
Closes #6.