Skip to content

Conversation

@emidoots
Copy link

@emidoots emidoots commented Mar 5, 2022

This brings back #10950, which was reverted in 5ab5e2e because it introduced a regression in zig run where the runtime arguments passed were incorrect (sorry for not catching that sooner!)

I've fixed the issue, and notably this was the only location where we directly relied on accessing arguments by index in this code still (all other locations use the iterator proper) and so we should be all good to go now.

cc @andrewrk sorry for the regression!

Stephen Gutekanst added 2 commits March 5, 2022 16:04
This brings back #10950, which was reverted in 5ab5e2e
because it [introduced a regression in `zig run`](#10950 (comment))
where the runtime arguments passed were incorrect.

I've fixed the issue, and notably this was the only location where we
directly relied on accessing arguments by index in this code still (all
other locations use the iterator proper) and so we should be all good to
go now.

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
@andrewrk
Copy link
Member

andrewrk commented Mar 6, 2022

Thanks for the follow-up!

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