-
Notifications
You must be signed in to change notification settings - Fork 7
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
Using type size in condition yields exception #559
Comments
84 tasks
@rssen Could you please have a look at that? I suppose the fix for this issue should be rather simple, probably |
rssen
added a commit
that referenced
this issue
Mar 25, 2021
rssen
added a commit
that referenced
this issue
Mar 25, 2021
84 tasks
84 tasks
rssen
added a commit
that referenced
this issue
Mar 25, 2021
rssen
added a commit
that referenced
this issue
Mar 25, 2021
rssen
added a commit
that referenced
this issue
Mar 25, 2021
rssen
added a commit
that referenced
this issue
Mar 25, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using
Some_Type'Size
in a condition, PyRFLX crashes with an exception when parsing a message. Most likely this problem is similar to #525 and the solution is to substitute occurences ofSome_Type'Size
by the actual size of the type.The text was updated successfully, but these errors were encountered: