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

This adds failing test, cleanup and fix for #318 (incorrect import insert due to improper stack count) #320

Merged
merged 5 commits into from
Mar 19, 2024

Conversation

Carreau
Copy link
Collaborator

@Carreau Carreau commented Mar 18, 2024

Note that one need to have the conflicting import in the ImportDB.

I still need to track down and check what are the proper scopes.

@Carreau Carreau changed the title This adds failing test and cleanup for #318 (incorrect import insert) This adds failing test, cleanup and fix for #318 (incorrect import insert due to improper stack count) Mar 18, 2024
@Carreau Carreau force-pushed the weird-types branch 3 times, most recently from e730a16 to efc8cab Compare March 18, 2024 14:10
@Carreau
Copy link
Collaborator Author

Carreau commented Mar 18, 2024

Closes #318

Carreau added 3 commits March 18, 2024 15:22
This was triggering negative number of class scopes,
and not allowing proper scoping of type annotations in class
definitions.

It is still weird that this work before unhiding the class scope, but I
guess as we are in Function Scope this is going to be a delayed
evaluation of the scope.
@Carreau Carreau merged commit 631f083 into deshaw:master Mar 19, 2024
7 checks passed
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