-
Notifications
You must be signed in to change notification settings - Fork 206
Open
Description
A lot of the time it's difficult to debug transient compilation failures and it might be too much too flood the user's log with Zinc output. In those cases it might be good to keep a separeta .bloop/compilation.trace.json similar to metals trace files.
We could keep there a more concise information:
- What files are being compiled
- What diagnostics were produced based on that compilation
- Which artefacts were copied where
- When noop compilation was done instead of invoking zinc.
This could be enabled by a setting options from Metals.
Metadata
Metadata
Assignees
Labels
No labels