Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better diagnostics in case of error #1987

Open
ting-yuan opened this issue Jul 2, 2024 · 0 comments
Open

Better diagnostics in case of error #1987

ting-yuan opened this issue Jul 2, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request feature request Feature request for discussion

Comments

@ting-yuan
Copy link
Collaborator

context: google/dagger#4225 (comment)

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.

@ting-yuan ting-yuan added enhancement New feature or request feature request Feature request for discussion labels Jul 2, 2024
@ting-yuan ting-yuan self-assigned this Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature request Feature request for discussion
Projects
None yet
Development

No branches or pull requests

1 participant