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

feat(script-compiler): require id for lint and fix command messages #77

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

otariidae
Copy link
Contributor

BREAKING CHANGE: Textlint worker send an error message if id property in received lint and fix messages is missing to avoid race conditions by design

Closes #72

BREAKING CHANGE: Textlint worker send an error message if id property
in received lint and fix messages is missing to avoid race conditions
by design
@azu azu added the Type: Breaking Change Includes breaking changes label Jun 23, 2023
@azu
Copy link
Member

azu commented Jul 2, 2023

  • TODO: Chrome Extension should be updated before merging this
  • It is necessary to consider whether there are other problems caused by different update timings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Breaking Change Includes breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[script-compiler] Mapping sent and received messages and avoiding race conditions
2 participants