-
Notifications
You must be signed in to change notification settings - Fork 791
Regex parse error at tracing-subscriber-0.3.16\src\filter\env\directive.rs:140:10 #2565
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
Comments
Seems like manually enable the regex = { version = "1", features = ["unicode-case"] } However, I think |
You beat me to it! |
Detailed Discord chat log: https://discord.com/channels/873880840487206962/1098838564290187324 |
I have submitted a PR for approval which should fix this issue. |
I posted an analysis of what I believe is happening here: rust-lang/regex#982 (comment) |
I have taken your feedback and refactored the regex in the PR instead of adding the features. Thanks! |
… dependency (#2566) ## Motivation Missing features for the `regex` crate were causing build time errors due to the the use of unicode characters in the regex without using the proper features within the regex crate ## Solution Add the missing feature flags. Fixes #2565 Authored-by: Devin Bidwell <[email protected]>
… dependency (#2566) ## Motivation Missing features for the `regex` crate were causing build time errors due to the the use of unicode characters in the regex without using the proper features within the regex crate ## Solution Add the missing feature flags. Fixes #2565 Authored-by: Devin Bidwell <[email protected]>
… dependency (#2566) ## Motivation Missing features for the `regex` crate were causing build time errors due to the the use of unicode characters in the regex without using the proper features within the regex crate ## Solution Add the missing feature flags. Fixes #2565 Authored-by: Devin Bidwell <[email protected]>
Due to a series of unfortunate events involving feature resoution and the tracing-subscriber and regex crates, the tracing-subscriber integration in our tests was crashing. This is detailed here: tokio-rs/tracing#2565 For now we work around this by adding a dev dependency on regex which enables the required features. tracing-subscriber will be updated shortly and then we will need to get the updated tracing-subscriber into test-log and then we can relax.
Due to a series of unfortunate events involving feature resoution and the tracing-subscriber and regex crates, the tracing-subscriber integration in our tests was crashing. This is detailed here: tokio-rs/tracing#2565 For now we work around this by adding a dev dependency on regex which enables the required features. tracing-subscriber will be updated shortly and then we will need to get the updated tracing-subscriber into test-log and then we can relax.
Due to a series of unfortunate events involving feature resoution and the tracing-subscriber and regex crates, the tracing-subscriber integration in our tests was crashing. This is detailed here: tokio-rs/tracing#2565 For now we work around this by adding a dev dependency on regex which enables the required features. tracing-subscriber will be updated shortly and then we will need to get the updated tracing-subscriber into test-log and then we can relax.
Should be fixed now, sorry about that! https://github.com/tokio-rs/tracing/releases/tag/tracing-subscriber-0.3.17 |
Thanks!! @hawkw for the quick PATCH release :) |
Bug Report
Version
0.3.16
Platform
Windows 11 64bit
Crates
sea-orm-cli
Description
Crate fails to build due to the following error:
The text was updated successfully, but these errors were encountered: