-
Notifications
You must be signed in to change notification settings - Fork 15
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
v0.7.0 #48
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [pyvhdlmodel](https://GitHub.com/VHDL/pyVHDLModel) from 0.14.1 to 0.14.2. - [Release notes](https://GitHub.com/VHDL/pyVHDLModel/releases) - [Commits](https://GitHub.com/VHDL/pyVHDLModel/compare/v0.14.1...v0.14.2) --- updated-dependencies: - dependency-name: pyvhdlmodel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pyvhdlmodel](https://GitHub.com/VHDL/pyVHDLModel) from 0.14.2 to 0.14.3. - [Release notes](https://GitHub.com/VHDL/pyVHDLModel/releases) - [Commits](https://GitHub.com/VHDL/pyVHDLModel/compare/v0.14.2...v0.14.3) --- updated-dependencies: - dependency-name: pyvhdlmodel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pyvhdlmodel](https://GitHub.com/VHDL/pyVHDLModel) from 0.14.3 to 0.15.0. - [Release notes](https://GitHub.com/VHDL/pyVHDLModel/releases) - [Commits](https://GitHub.com/VHDL/pyVHDLModel/compare/v0.14.3...v0.15.0) --- updated-dependencies: - dependency-name: pyvhdlmodel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This was referenced Feb 18, 2023
Codecov Report
@@ Coverage Diff @@
## main #48 +/- ##
===========================================
- Coverage 41.84% 23.93% -17.91%
===========================================
Files 76 118 +42
Lines 10389 16447 +6058
Branches 2094 3728 +1634
===========================================
- Hits 4347 3937 -410
- Misses 5800 12257 +6457
- Partials 242 253 +11
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
After splitting
pyVHDLModel
frompyVHDLParser
and releasing 9 revisions it's time to work again on pyVHDlParser. The integration of pyVHDLModel into GHDL aspyGHDL.dom
has pushed many things forward. In addition utility packages likepyTooling
evolved to a version 2.x and now even tov2.12.3
.In 2022, several attempts where made in trying an alternative ANTRL4 based approach. Results are devastating, ultra slow and an ugliness of generated Python code.
So it's time to modernize pyVHDLParser!
New Features
It's not used by pyVHDLParer, because performance of ANTLR4 simply doesn't exist.
Changes
Bug Fixes
None
Related Issues
Related Pull Requests