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

Issue 1064: Fix determination of message size #1085

Merged
merged 3 commits into from
Jun 28, 2022
Merged

Issue 1064: Fix determination of message size #1085

merged 3 commits into from
Jun 28, 2022

Conversation

treiher
Copy link
Collaborator

@treiher treiher commented Jun 27, 2022

Closes #1064

rflx/expression.py Outdated Show resolved Hide resolved
An essential part of this fix is the added differentiation between
variables and literals in expressions. Furthermore, the redundant
checking of the message size in the generated code is removed.

Ref. #1064
@treiher treiher merged commit 4dfd5d1 into main Jun 28, 2022
@treiher treiher deleted the issue_1064 branch June 28, 2022 16:00
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.

Incorrect message size calculation if size depends on condition
2 participants