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

Do not overwrite module alias in all cases #43

Closed
jjg-123 opened this issue Jan 30, 2024 · 0 comments
Closed

Do not overwrite module alias in all cases #43

jjg-123 opened this issue Jan 30, 2024 · 0 comments

Comments

@jjg-123
Copy link
Collaborator

jjg-123 commented Jan 30, 2024

Case is several modules are loaded and you write a function like

verify()->block[mm#f(x,q#y);]

In this case, there are two internal modules accessed mm and q. the enclosing function, verify, however is unqualified. The bug was that anything inside the block would have its module overwritten and thereby cause a failure. If there is no other module in effect, do not switch it.

jjg-123 pushed a commit that referenced this issue Jan 30, 2024
…ver gets whacky. Chnages to the extensions module now that help is more easily displayable.
@jjg-123 jjg-123 closed this as completed Jun 12, 2024
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

No branches or pull requests

1 participant