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

fixed std.array.split_at behavior at right boundary. #1803

Merged
merged 7 commits into from
Feb 8, 2024

Conversation

suimong
Copy link
Contributor

@suimong suimong commented Feb 6, 2024

fixes #1802 .

@suimong suimong marked this pull request as ready for review February 6, 2024 05:34
core/stdlib/std.ncl Outdated Show resolved Hide resolved
Copy link
Member

@vkleen vkleen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. The CI seems to be broken because of an unrelated problem. Thanks a lot for finding and fixing this!

core/stdlib/std.ncl Outdated Show resolved Hide resolved
HACKING.md Show resolved Hide resolved
Copy link
Member

@yannham yannham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Looks good.

@yannham
Copy link
Member

yannham commented Feb 7, 2024

@suimong could you please rebase on latest master? This should solve the (unrelated) CI issue.

@suimong
Copy link
Contributor Author

suimong commented Feb 7, 2024

Not sure why the two tests failed. I'll look into it tomorrow.

@vkleen
Copy link
Member

vkleen commented Feb 7, 2024

I think it's just outdated snapshots for the snapshot tests, you should be able to see them fail locally with cargo test and accept the new snapshots with cargo insta review.

@suimong
Copy link
Contributor Author

suimong commented Feb 7, 2024

I see. Will do that tomorrow morning.

@vkleen vkleen added this pull request to the merge queue Feb 8, 2024
Merged via the queue into tweag:master with commit 249f1e7 Feb 8, 2024
4 checks passed
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.

std.array.split_at broken if index equals length of array
3 participants