foundry-rs / compilers

Utilities for working with native solc and compiling projects.
Apache License 2.0
57 stars 33 forks source link

Rewrite progress reporting #155

Open DaniPopes opened 1 week ago

DaniPopes commented 1 week ago

Should be local instead of global, in a box dyn trait, and should report on more useful stuff that the compiler is doing like resolving sources

DaniPopes commented 3 days ago

Multiple spinners at the same time are broken because of this I think