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

Should the Compilations that come out of RunFullGeneration include diagnostics automatically? #42818

Closed
jasonmalinowski opened this issue Mar 26, 2020 · 1 comment

Comments

@jasonmalinowski
Copy link
Member

See the question raised #42373 (comment) and was also raised internally.

It'd be really handy for the IDE if the Compilation that includes generated syntax trees also included the diagnostics that were generated during the generation pass; otherwise we'll have to flow it around which gets tricky, and also be responsible for incremental updates to diagnostics which isn't clear how that will work.

@jasonmalinowski
Copy link
Member Author

@chsienki I think now that we have the API that gives the information directly, I wonder if we'll just be using that now always rather than taking advantage of this even if we did have it. So if you think this is good to keep around good, otherwise feel free to close if it was being kept open for our needs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants