Skip to content

jison: switch to maintained fork #57

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

Merged
merged 1 commit into from
Oct 22, 2019
Merged

Conversation

davidgovea
Copy link
Contributor

Hi @MoOx, thanks for this library!

I see that you're already using a custom fork of jison -- we are having issues downstream due to the main() function added to the end of parser.js by jison (for command-line usability -- it require()s the fs module, which doesn't exist in our build environment).

There are quite a few dangling PRs in the main jison repo, but this one is pretty active & maintained:
https://github.com/GerHobbelt/jison
available on npm: https://www.npmjs.com/package/jison-gho

I was considering creating my own fork, but I'd rather go with the community if possible.

Looks like the tests are all still passing -- hopefully this fork also addresses the use-cases that lead to you going off-package as well.

@MoOx
Copy link
Owner

MoOx commented Sep 11, 2019

Could this be released as a patch? Or should this be a breaking change?

@davidgovea
Copy link
Contributor Author

Hi @MoOx -

This should not affect users at all. Tests are passing -- patch should be fine.
Thanks for replying!

@TVke
Copy link

TVke commented Oct 15, 2019

@MoOx

Any news on merging and releasing this patch?

@MoOx MoOx merged commit 0212c2a into MoOx:master Oct 22, 2019
@MoOx
Copy link
Owner

MoOx commented Oct 22, 2019

2.1.7 is out

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.

3 participants