Skip to content

Comments

Fix TypeAliasName to store name instead of load#99

Merged
youknowone merged 2 commits intoRustPython:mainfrom
zanieb:fix/type-alias-store
Jul 29, 2023
Merged

Fix TypeAliasName to store name instead of load#99
youknowone merged 2 commits intoRustPython:mainfrom
zanieb:fix/type-alias-store

Conversation

@zanieb
Copy link
Contributor

@zanieb zanieb commented Jul 26, 2023

type NAME = ... was previously being treated as an attempt to load the NAME when we actually want to store NAME as a new binding.

zanieb added a commit to astral-sh/RustPython-Parser that referenced this pull request Jul 26, 2023
Copy link
Member

@youknowone youknowone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@youknowone youknowone merged commit b079666 into RustPython:main Jul 29, 2023
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.

3 participants