-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Add autolev parser build machinery #23416
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
Add autolev parser build machinery #23416
Conversation
|
✅ Hi, I am the SymPy bot (v167). I'm here to help you write a release notes entry. Please read the guide on how to write release notes. Your release notes are in good order. Here is what the release notes will look like: This will be added to https://github.com/sympy/sympy/wiki/Release-Notes-for-1.11. Click here to see the pull request description that was parsed.
Update The release notes on the wiki have been updated. |
🟠Hi, I am the SymPy bot (v167). I've noticed that some of your commits add or delete files. Since this is sometimes done unintentionally, I wanted to alert you about it. This is an experimental feature of SymPy Bot. If you have any feedback on it, please comment at sympy/sympy-bot#75. The following commits add new files:
If these files were added/deleted on purpose, you can ignore this message. |
Based on the latex one.
When calling the antlr command build the autolev parser too.
511bd81 to
bf12070
Compare
|
Benchmark results from GitHub Actions Lower numbers are good, higher numbers are bad. A ratio less than 1 Significantly changed benchmark results (PR vs master) Significantly changed benchmark results (master vs previous release) before after ratio
[77f1d79c] [c950ad69]
<sympy-1.10.1^0>
+ 97.1±0.3ms 177±0.7ms 1.82 sum.TimeSum.time_doit
Full benchmark results can be found as artifacts in GitHub Actions |
|
I'm a little surprised that it's not already implemented, but given the generated files have only one author it seems explainable. |
|
Tested locally. The generated files only have white space and header comment changes with origin. |
References to other Issues or PRs
Brief description of what is fixed or changed
Add build script for autolev antlr4 parser, derived from the latex one.
Other comments
Release Notes