dfinity / motoko

Simple high-level language for writing Internet Computer canisters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warn on unused imports

vporton opened this issue · comments

Warning on unused imports is important to lighten compiler task.

For example, my Motoko project compiles around 30 min. Maybe, removing unused imports may make the compiler faster.

This is actually in the works (thanks to @luc-blaeser);
about to review it now. #4377