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: change encoding of variable and lookup indices to allow for arbitrary number of subscripts #507

Merged
merged 1 commit into from
Aug 17, 2024

Conversation

chrispcampbell
Copy link
Contributor

Fixes #506

This is a refactoring that has no impact on existing projects; it just cleans up the way some values are encoded internally in the runtime and removes restrictions on the number of subscripts that can be used by a variable in some less commonly used cases (when overriding lookups or accessing impl variables at runtime). See issue for more details.

@chrispcampbell chrispcampbell merged commit 697e943 into main Aug 17, 2024
6 checks passed
@chrispcampbell chrispcampbell deleted the chris/506-indices-encoding branch August 17, 2024 01:34
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.

Change encoding of variable and lookup indices to allow for arbitrary number of subscripts
1 participant