Skip to content

intSizes of Registers sums up values instead of length of values #157

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

Open
yzhang90 opened this issue Nov 6, 2018 · 1 comment
Open

Comments

@yzhang90
Copy link
Contributor

yzhang90 commented Nov 6, 2018

rule intSizes(ARR, I, J) => getInt(ARR [ J ]) +Int intSizes(ARR, I, J +Int 1) [owise] should be
rule intSizes(ARR, I, J) => intSize(getInt(ARR [ J ])) +Int intSizes(ARR, I, J +Int 1) [owise]

@dwightguth
Copy link

This needs to be fixed in a backwards compatible way.

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