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

Bug Report: Semicolon in generics string #409

Closed
franz-95 opened this issue Nov 20, 2018 · 4 comments
Closed

Bug Report: Semicolon in generics string #409

franz-95 opened this issue Nov 20, 2018 · 4 comments

Comments

@franz-95
Copy link

Hey.
So when I have a ';' within a string in the generics, the parser gets confused even though the syntax is right.

@kraigher
Copy link
Collaborator

I will investigate and fix it. In the future VUnit will probably use a real parser from this project instead: https://github.com/kraigher/rust_hdl. It will make these kinds of bugs unlikely. Currently VUnit just uses regex which is not a complete parser and thus has these kinds of problems.

@kraigher
Copy link
Collaborator

I could reproduce the problem and pushed a fix for it. Could you try with the latest master branch and report back if it solved your problem?

kraigher added a commit that referenced this issue Nov 20, 2018
@kraigher
Copy link
Collaborator

Will soon part of release 4.0.7.

@franz-95
Copy link
Author

Thanks for the quick reply and release. I don't have the problem anymore!! 👍

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

No branches or pull requests

2 participants