zesterer / ariadne

A fancy diagnostics & error reporting crate
https://crates.io/crates/ariadne
MIT License
1.61k stars 72 forks source link

Potential deprecation of `concolor` #80

Open epage opened 1 year ago

epage commented 1 year ago

I'm posting this as this project is reported as a dependent of concolor and wanted to both give you a heads up to prepare and an opportunity to discuss in case we should re-evaluate this.

We are proposing deprecating concolor in favor of either

We welcome feedback on this topic at rust-cli/concolor#47

DasLixou commented 6 months ago

Bump

zesterer commented 6 months ago

In #98, I'm planning some fairly substantial changes to the crate. It's likely that concolor would be removed as part of this process anyway.

DasLixou commented 6 months ago

yeah image this just annoyed me that i have windows shit 2 times so I checked concolor and I've seen that it was deprecated so I found this issue

ISSOtm commented 1 month ago

I'm currently using yansi (see yansi::whenever for an equivalent of concolor), and it seems to be working great!

So at that point, all that's necessary is to remove the concolor-related features.