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

Incorrect resolver behavior #35

Closed
RichDom2185 opened this issue Apr 15, 2024 · 0 comments · Fixed by #45
Closed

Incorrect resolver behavior #35

RichDom2185 opened this issue Apr 15, 2024 · 0 comments · Fixed by #45
Labels
bug Something isn't working

Comments

@RichDom2185
Copy link
Member

def f():
    return g()

def g():
    return 3

Line 2 should still resolve g correctly, even though it is only defined after f. Instead, we get the following:

image

@martin-henz martin-henz added the bug Something isn't working label Apr 16, 2024
Fidget-Spinner added a commit that referenced this issue May 27, 2024
Closes #35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants