forked from tschuchortdev/kotlin-compile-testing
-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
In switching to this from room-compiler-processing-testing
. One thing I miss is that it stored messages by Diagnostic.Kind
so I can get ex, only the errors, or only the warnings. Looking at the implementation it seems like this info may be available from org.jetbrains.kotlin.cli.common.messages.MessageCollector
for now, I can filter lines by the added "v:", "w:" or "e:" prefix but it would be nice to have something more official.
Metadata
Metadata
Assignees
Labels
No labels