Stream: beginners

Topic: Compile errors don't show which file?


view this post on Zulip Jared Cone (Mar 24 2022 at 23:38):

When I get a compile error it tells the line # but I don't see the file anywhere. Is this not implemented yet?

── UNUSED IMPORT ───────────────────────────────────────────────────────────────

Nothing from Util is used in this module.

15│          Util,
             ^^^^

Since Util isn't used, you don't need to import it.

Last updated: Jul 06 2025 at 12:14 UTC