zesterer / ariadne

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

Implement `clone` on `ReportBuilder` #15

Open cswinter opened 2 years ago

cswinter commented 2 years ago

It would be nice to be able to clone ReportBuilder to make it possible to print it with different configs. E.g. when writing tests for error messages, I would like to compare the report against a simple string without ANSI codes, but print out the report with colors if it doesn't match.