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

Fix const assembly with templates #61

Merged
merged 3 commits into from
Apr 23, 2021
Merged

Conversation

jasonpaulos
Copy link
Member

The constant assembly introduced by #57 included a bug that did not allow a program to use both concrete constants and templated constants. The bug was in the sorting function, since ints or bytes were being compared with strings. This PR fixes this and adds regression tests.

@jasonpaulos jasonpaulos merged commit 3fe0c94 into master Apr 23, 2021
@jasonpaulos jasonpaulos deleted the fix-const-assemble-tmpl branch April 23, 2021 21:47
@jasonpaulos jasonpaulos mentioned this pull request Aug 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant