Skip to content
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

Ignore 'from <name> import *' commands #90

Merged
merged 3 commits into from
Oct 27, 2024
Merged

Conversation

keith-packard
Copy link
Owner

This will let us use 'from math import *' and then move all of the math functions into the main namespace while remaining semi-compatible with python.

This makes the cover large enough to be used when printing books

Signed-off-by: Keith Packard <[email protected]>
This decrease the resulting PDF size a bit and seems to make it
more compatible with various PDF renderers.

Signed-off-by: Keith Packard <[email protected]>
This will let us use 'from math import *' and then move all of the
math functions into the main namespace while remaining semi-compatible
with python.

Signed-off-by: Keith Packard <[email protected]>
@keith-packard keith-packard merged commit 61802b1 into main Oct 27, 2024
2 checks passed
@keith-packard keith-packard deleted the add-from-import branch October 27, 2024 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant