-
Notifications
You must be signed in to change notification settings - Fork 3
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
macropy3 bootstrapper moved to imacropy #3
Labels
enhancement
New feature or request
Milestone
Comments
Talking to myself here, this should probably be considered together with #1. A possible better approach is:
|
Local copy of bootstrapper removed in Once the port to Closing the issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
macropy3
bootstrapper now lives in the separate imacropy repo, since it's a general MacroPy add-on, not specific tounpythonic
.So, in the name of DRY, in 0.15 we should drop the local copy
macro_extras/macropy3
, addimacropy
to the requires insetup.py
, and update the documentation to reflect this.(However, this will have the side effect that installing
unpythonic
will pull inmacropy3
, even for users who don't need or want macros. This makes it look like a hard dependency, even though it is actually optional - only needed if you want the macro-based language extensions. If anyone has a better approach, please comment.)The text was updated successfully, but these errors were encountered: