Open fadeevab opened 3 months ago
common.rs
rust-analyzer
Ctrl+S
common
I was trying to make a simple patch into common.rs, and clippy recompilation delays made it quite challenging.
clippy
Thanks :)
@fadeevab common.rs is a pile of ugly hacks that we have to decouple into dedicated crates. We have started to work on it here: https://github.com/akorchyn/near-api
Reasons / Why
common.rs
is ~2600 lines long, it's pretty huge.3 thousand light years10+ seconds forrust-analyzer
to recompile it at every change (Ctrl+S
)... on my average laptop.common
name is too... common.I was trying to make a simple patch into
common.rs
, andclippy
recompilation delays made it quite challenging.Thanks :)