| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Before this commit, diagnostics for all analyzed files in this pipeline step were batched and logged at once. With this commit, diagnostics are rendered immediately.
There was a problem hiding this comment.
Yeah using a generator here instead of collecting everything into an accumlated list seems much better.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Summary
Before this PR, diagnostics for all analyzed files in this pipeline step were batched and logged at once. Now, diagnostics are rendered immediately when the processing of a specific file is finished.
PR Checklist