-
-
Notifications
You must be signed in to change notification settings - Fork 794
refactor(cli/logging): removed duplication in setup_cli_subscriber(...) #7531
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
Conversation
Signed-off-by: Jad K. Haddad <[email protected]>
|
ematipico
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's an improvement! Thank you! Left some suggestions
…rExt Signed-off-by: Jad K. Haddad <[email protected]>
Signed-off-by: Jad K. Haddad <[email protected]>
Signed-off-by: Jad K. Haddad <[email protected]>
cd949b9 to
1cec003
Compare
…r_else_test` Signed-off-by: Jad K. Haddad <[email protected]>
|
FYI, this disabled all logging because the |
That PR completely disabled logging because you can't just `impl Layer` without forwarding any of the 600 million methods.
That PR completely disabled logging because you can't just `impl Layer` without forwarding any of the 600 million methods.
That PR completely disabled logging because you can't just `impl Layer` without forwarding any of the 600 million methods.
|
@cormacrelf thanks |
Co-authored-by: Emanuele Stoppa <[email protected]> Co-authored-by: Carson McManus <[email protected]>
…s#8256) Co-authored-by: Emanuele Stoppa <[email protected]> Co-authored-by: Carson McManus <[email protected]>
Summary
Removes ugly code (generic swamp) in crates/biome_cli/src/logging.rs
Test Plan
I did not find any tests for
setup_cli_subscriber. I would like to get some information on how to test the old implementation, so I can write the tests and test the new one.