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

fix: set noErrors = false when there are compilerOptions errors #342

Merged

Conversation

agilgur5
Copy link
Collaborator

@agilgur5 agilgur5 commented Jun 4, 2022

Summary

Set noErrors = false when checking compilerOptions errors as well

Details

  • previously, while errors would be printed, the flag for noErrors was not set to false, and so there would be no yellow warning about errors
    • this is mostly just fixing asymmetric UX, but personally, I actually have missed this error before myself, so maybe this will help alleviate that kind of situation

@agilgur5 agilgur5 added the kind: bug Something isn't working properly label Jun 4, 2022
- previously, while errors would be printed, the flag for `noErrors` was
  not set to `false`, and so there would be no yellow warning about
  errors
  - this is mostly just fixing asymmetric UX, but personally, I actually
    have missed this error before myself, so maybe this will help
    alleviate that
@agilgur5 agilgur5 force-pushed the fix-report-errors-on-compiler-options branch from 66f4b5c to 5aef045 Compare June 4, 2022 16:21
@ezolenko ezolenko merged commit b1e3b44 into ezolenko:master Jun 7, 2022
@agilgur5 agilgur5 deleted the fix-report-errors-on-compiler-options branch July 2, 2023 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug Something isn't working properly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants