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

Add ordering mutations #1444

Merged
merged 1 commit into from
May 12, 2024
Merged

Add ordering mutations #1444

merged 1 commit into from
May 12, 2024

Conversation

mbj
Copy link
Owner

@mbj mbj commented May 12, 2024

[fix #1442]

@mbj mbj merged commit b928205 into main May 12, 2024
50 checks passed
@mbj mbj deleted the add/mutations branch May 12, 2024 00:28
to provide test cases with more than one element to observe the extra
semantics by these methods over just `#first` and `#last`.

Add `#first -> #last` and `#last -> #first` to full operator set. These where
Copy link
Sponsor Collaborator

Choose a reason for hiding this comment

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

typo: where -> were

@@ -1,5 +1,17 @@
# v0.12.1 2024-05-11

* [#1444](https://github.com/mbj/mutant/pull/1444)

Add ordering mutations to full and light operator set,
Copy link
Sponsor Collaborator

Choose a reason for hiding this comment

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

I am slightly confused as to whether or not these were added to the full operator set because i think the deletion logic makes this just the full set and you also say:

People who do not care about ordering of their collections can now choose the light operator s

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.

feat: Additional mutations around ordering
2 participants