ZacSweers / kotlin-compile-testing

A library for testing Kotlin and Java annotation processors, compiler plugins and code generation
Mozilla Public License 2.0
109 stars 7 forks source link

Capture diagnostics with a severity level #260

Closed evant closed 4 months ago

evant commented 4 months ago

This allows the output to be more easily filtered after the fact

Fixes #198

evant commented 4 months ago

This was taken an modified from https://android.googlesource.com/platform/frameworks/support/+/refs/heads/androidx-work-release/room/room-compiler-processing-testing/src/main/java/androidx/room/compiler/processing/util/compiler/DiagnosticsMessageCollector.kt, chose to get rid of the location stuff for now since I don't know how important it is, can always add it back later.