-
-
Notifications
You must be signed in to change notification settings - Fork 475
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
📎 Change bitflags
for enumflags2
#3157
Comments
@ematipico, is there still work to be done here? |
Nope, this should have been closed in #3529. |
Wait, nevermind, the package name is actually This is where we currently still depend on |
bit_flags
for enumflags2
bitflags
for enumflags2
@mvares yes, mostly There, I suggest porting one bitflag at the time, because there are a lot. |
@ematipico I'll start contribuing to biome. If I'd have some help, can I ask here? |
Of course! |
I would like to contribute for the first time to Biome, could I contribute to this issue as well @ematipico ? . I would work on refactoring |
Yes, absolutely. As previously stated though, refactor one flag per PR so it's easier for us to review. |
Description
Inside the
biome_js_analyze
, we started usingenumflags2
, and the DX has been positive.This is a task to remove
bitflags
from the codebase, and useenumflags2
. This is an example of definition:biome/crates/biome_js_syntax/src/modifier_ext.rs
Lines 12 to 27 in b75d30e
Feel free to send multiple PRs to address this, we use
bit_flags
in different places of the repository.The text was updated successfully, but these errors were encountered: