Skip to content

Use bitflags in Symbol #4298

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

Merged
merged 6 commits into from
Nov 28, 2022
Merged

Use bitflags in Symbol #4298

merged 6 commits into from
Nov 28, 2022

Conversation

yt2b
Copy link
Contributor

@yt2b yt2b commented Nov 28, 2022

#4297
What I have done are as follows.

  • Adding bitflags in rustpython-codgen crate.
  • Replacing bool variable with bitflags in Symbol.

@DimitrisJim DimitrisJim linked an issue Nov 28, 2022 that may be closed by this pull request
Copy link
Member

@DimitrisJim DimitrisJim left a comment

Choose a reason for hiding this comment

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

lgtm, thanks for the find and PR!

@DimitrisJim DimitrisJim merged commit b9ed63e into RustPython:main Nov 28, 2022
@yt2b yt2b deleted the use_bitflags branch November 29, 2022 12:08
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.

Use bitflags in Symbol
2 participants