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

Support semicolons in WIT #482

Merged
merged 1 commit into from
Oct 4, 2023
Merged

Conversation

jeffcharles
Copy link
Collaborator

Description of the change

Supports parsing WIT with semicolons at the end of lines. Also adds a test to verify that WIT that does not have semicolons at the end of lines continues to be parsed.

Why am I making this change?

WIT added a requirement for semicolons at the end of lines in WebAssembly/component-model#249. We should support WIT that has semicolons at the end of lines without requiring semicolons at the end of lines for backwards compatibility.

Checklist

  • I've updated the relevant CHANGELOG files if necessary. Changes to javy-cli and javy-core do not require updating CHANGELOG files.
  • I've updated the relevant crate versions if necessary. Versioning policy for library crates
  • I've updated documentation including crate documentation if necessary.

@jeffcharles jeffcharles merged commit ca6e60e into main Oct 4, 2023
14 checks passed
@jeffcharles jeffcharles deleted the jc.support-semicolons-in-wit branch October 4, 2023 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants