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

Don't set prototype for prototype contexts included via direct reference #221

Merged
merged 1 commit into from
Oct 28, 2018

Conversation

robinst
Copy link
Collaborator

@robinst robinst commented Oct 18, 2018

After a SyntaxSet is built once, all the references are replaced by
direct references (via index).

When it's converted back to a builder and then built again, the code
that marks prototypes needs to handle those references too, otherwise
some contexts include the prototype when they should not.

Fixes #219.

After a SyntaxSet is built once, all the references are replaced by
direct references (via index).

When it's converted back to a builder and then built again, the code
that marks prototypes needs to handle those references too, otherwise
some contexts include the prototype when they should not.

Fixes #219.
Copy link
Owner

@trishume trishume left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool thanks!

@trishume trishume merged commit 5f51b8c into master Oct 28, 2018
@trishume trishume deleted the issue-219-fix-prototype-marking branch October 28, 2018 21:31
@Keats
Copy link
Contributor

Keats commented Nov 7, 2018

@trishume any chance you can publish a 3.0.2 with the current master? Some nice bugfixes in there :)

@trishume
Copy link
Owner

@Keats done, I published v3.0.2

@Keats
Copy link
Contributor

Keats commented Nov 11, 2018 via email

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.

4 participants