Skip to content

fix: add back noErrors = false to emitSkipped#381

Merged
ezolenko merged 1 commit into
ezolenko:masterfrom
agilgur5:fix-no-errors-emitSkipped
Jul 12, 2022
Merged

fix: add back noErrors = false to emitSkipped#381
ezolenko merged 1 commit into
ezolenko:masterfrom
agilgur5:fix-no-errors-emitSkipped

Conversation

@agilgur5

Copy link
Copy Markdown
Collaborator

Summary

Make noErrors = false unconditional again in emitSkipped

Details

- apparently `emitSkipped` can indeed happen without there being a semantic or syntactic error
  - so add back the previous unconditional behavior of `noErrors`

- still not clear what exactly triggers `emitSkipped` though, see my TS issue
@agilgur5 agilgur5 added the kind: regression Specific type of bug -- past behavior that worked is now broken label Jul 10, 2022
@ezolenko ezolenko merged commit dcae517 into ezolenko:master Jul 12, 2022
@agilgur5

Copy link
Copy Markdown
Collaborator Author

Oh... well I didn't quite realize this (was refactoring/simplifying this code a bit after all), but this is totally redundant because this.error bails out anyway, so the single log statement that noErrors is used for will never be reached anyway 😐

@agilgur5 agilgur5 deleted the fix-no-errors-emitSkipped branch July 2, 2023 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind: regression Specific type of bug -- past behavior that worked is now broken

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants