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

vm: add start_index to iterator unwrap helpers #298

Merged
merged 1 commit into from
Dec 6, 2023
Merged

vm: add start_index to iterator unwrap helpers #298

merged 1 commit into from
Dec 6, 2023

Conversation

ixje
Copy link
Member

@ixje ixje commented Dec 6, 2023

There's a 2048 max stack item count limit imposed by the VM which prevent our unwrap_iterator helpers from fetching all data from the iterator. By providing a start_index we can work around that limit.

@coveralls
Copy link

Coverage Status

coverage: 80.497% (-0.1%) from 80.593%
when pulling 62f2298 on unwrap_it
into eb6e410 on master.

@ixje ixje merged commit a4c8fc7 into master Dec 6, 2023
12 checks passed
@ixje ixje deleted the unwrap_it branch December 6, 2023 11:31
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.

2 participants