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

[Bug] Fix when multiple import from are called for the same module into two different places #1385

Open
mgtm98 opened this issue Oct 17, 2024 · 0 comments
Assignees
Labels
bug Something isn't working as expected.

Comments

@mgtm98
Copy link
Collaborator

mgtm98 commented Oct 17, 2024

For the following jac code, py import won't work

import:py from A {a}
import:py from A {b, c}

by the current implementation only b, c will be imported for the first and second import, the issue will be more visible when two import from are there into two different Modules

@mgtm98 mgtm98 self-assigned this Oct 17, 2024
@mgtm98 mgtm98 added the bug Something isn't working as expected. label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as expected.
Projects
None yet
Development

No branches or pull requests

1 participant