Better diagnostics in case of error
Open
enhancement
feature request
P2
- Dominant language
- Kotlin
- Stars
- 3.5k
- Forks
- 415
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 53
Description
context: https://github.com/google/dagger/issues/4225#issuecomment-2201989808
In general, a symbol not found is not an error in annotation processing and could be handled and reported by processors. However, asking all processor to handle them is too tedious and error prone. To reduce the efforts of processors and also help users debug, let's try to preserve the diagnostics and report them if processing is failing.
Contributor guide
Assessment
This issue has not been assessed yet.