-
Notifications
You must be signed in to change notification settings - Fork 11
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
Rejig #265
Rejig #265
Commits on Nov 1, 2023
-
refactor: move utilities out of the entry_points module
* Move utils out of the entry points module and move the rose-stem entry point in. * Move fileinstall into its own module. * Sort imports.
Configuration menu - View commit details
-
Copy full SHA for 3d3e3f4 - Browse repository at this point
Copy the full SHA 3d3e3f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4f1cbb - Browse repository at this point
Copy the full SHA e4f1cbbView commit details -
tests: fix accidentally skipped tests
* `['a'].sort()` returns `None` not `['a']` * So `assert a.sort() == b.sort()` will always be `True`.
Configuration menu - View commit details
-
Copy full SHA for 9bd5143 - Browse repository at this point
Copy the full SHA 9bd5143View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f33ba1 - Browse repository at this point
Copy the full SHA 2f33ba1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ee6462 - Browse repository at this point
Copy the full SHA 1ee6462View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba07063 - Browse repository at this point
Copy the full SHA ba07063View commit details -
entry_points: catch None values earlier
* Avoid having to handle None values for srcdir/rundir throughout the codebase by catching them earlier.
Configuration menu - View commit details
-
Copy full SHA for aa79c43 - Browse repository at this point
Copy the full SHA aa79c43View commit details -
utils: split the loading and processing of the config
* A future rose stem interface will need to inject itself between config loading and processing. * So colocate the plugin processing logic into one function.
Configuration menu - View commit details
-
Copy full SHA for d1ff77d - Browse repository at this point
Copy the full SHA d1ff77dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f376d1 - Browse repository at this point
Copy the full SHA 0f376d1View commit details -
entry_points: remove type uncertainty
* Entry points accept missing or None values for arguments, however, this can never happen in practice. * Set the appropriate type hints and remove code paths which could not get executed.
Configuration menu - View commit details
-
Copy full SHA for 9bef3c8 - Browse repository at this point
Copy the full SHA 9bef3c8View commit details -
* Amend false docstrings. * Rename a couple of modules.
Configuration menu - View commit details
-
Copy full SHA for b993900 - Browse repository at this point
Copy the full SHA b993900View commit details
Commits on Nov 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8169941 - Browse repository at this point
Copy the full SHA 8169941View commit details