-
Notifications
You must be signed in to change notification settings - Fork 0
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
Prototype helper #1
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1 +/- ##
========================================
Coverage ? 100.00%
========================================
Files ? 2
Lines ? 103
Branches ? 0
========================================
Hits ? 103
Misses ? 0
Partials ? 0 ☔ View full report in Codecov by Sentry. |
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.
This is really quite nice in the end!
Agh sorry I merged this before branch unpinning! |
This PR adds a prototype helper for bridging between orderly1 and orderly2; it requires merging vimc/orderly#327 and unpinning the branch (684460f) before merge. You must uninstall orderly before trying this out.
The idea is that we construct a little temporary package that imports, then reexports, all the functionality in the target package. There's a little check function to make sure that nothing too terrible happens with versions.
Once installed and run, then
orderly::orderly_run
will point at whatever version the user has requested - see the readme for details.While this depends on the orderly1 rename, it can be reviewed before that winds to its eventual end