-
Notifications
You must be signed in to change notification settings - Fork 206
Open
Labels
enhancementergonomicsAny change that affects developer ergonomics and the easiness of use of bloop.Any change that affects developer ergonomics and the easiness of use of bloop.
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.
Copilot
Metadata
Metadata
Assignees
Labels
enhancementergonomicsAny change that affects developer ergonomics and the easiness of use of bloop.Any change that affects developer ergonomics and the easiness of use of bloop.