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 .Parts #16

Merged
merged 2 commits into from
Aug 30, 2023
Merged

Fix .Parts #16

merged 2 commits into from
Aug 30, 2023

Conversation

halgari
Copy link
Contributor

@halgari halgari commented Aug 30, 2023

RelativePath.Parts was returning the wrong value, this is because we were using an interator correctly and walking from the tail of the path to the head. This wasn't caught by our tests because they didn't have Strict Ordering enabled on the Fluent check. Fixed the tests, reimplemented .Parts to fix the bug.

@halgari halgari requested a review from a team August 30, 2023 20:03
@halgari halgari merged commit e78d2df into main Aug 30, 2023
3 checks passed
@halgari halgari deleted the fix-parts branch August 30, 2023 20:47
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.

1 participant