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

Pass optimize=1 to yacc.yacc() #34

Closed
wants to merge 1 commit into from
Closed

Pass optimize=1 to yacc.yacc() #34

wants to merge 1 commit into from

Conversation

jwiggins
Copy link

@jwiggins jwiggins commented Jan 25, 2017

Fixes #33

This avoids regeneration of the parse table after the library has been installed.

This avoids regeneration of the parse table after the library has been
installed.
@coveralls
Copy link

coveralls commented Jan 25, 2017

Coverage Status

Coverage remained the same at 94.474% when pulling cb12b57 on jwiggins:fix/yacc-parsetab-opt into 17d71c7 on emory-libraries:master.

@cormier
Copy link

cormier commented Mar 6, 2017

We have experienced #33 at @erudit and I confirm that this patch fixes the issue for us. We haven't thoroughly tested it though, as we do not produce XML documents but only consume them.

@emory-libraries is there anything we can do to help getting this patch merged in master?

@jwiggins jwiggins closed this Nov 28, 2022
@jwiggins jwiggins deleted the fix/yacc-parsetab-opt branch November 28, 2022 07:32
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.

PLY parsetab.py should only be written at installation time
3 participants