Skip to content

fix: change encoding of variable and lookup indices to allow for arbitrary number of subscripts#507

Merged
chrispcampbell merged 1 commit into
mainfrom
chris/506-indices-encoding
Aug 17, 2024
Merged

fix: change encoding of variable and lookup indices to allow for arbitrary number of subscripts#507
chrispcampbell merged 1 commit into
mainfrom
chris/506-indices-encoding

Conversation

@chrispcampbell
Copy link
Copy Markdown
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
@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