scalacenter / bloop

Bloop is a build server and CLI tool to compile, test and run Scala fast from any editor or build tool.

Home Page:https://scalacenter.github.io/bloop/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when compiling Scala 3 code using the new and experimental macro annotations

alexarchambault opened this issue · comments

See this repo for a full reproduction.

When trying to compile this code (where @caseapp.entrypoint is a macro annotation), we get an error like:

E] Unexpected error when compiling project_9a380f230a-70bf441a95: 'Failed to find name hashes for Hello$.$method$hello$macro$1'
[E] Failed to compile 'project_9a380f230a-70bf441a95'

The README of the repro repository above has a server stacktrace corresponding to the exception of the "Failed to find name hashes for…" message (at the very end of the README).