Skip to content

Enabled native groupBy for vector#252

Open
BebeSparkelSparkel wants to merge 1 commit into
snoyberg:masterfrom
BebeSparkelSparkel:vector-groupBy
Open

Enabled native groupBy for vector#252
BebeSparkelSparkel wants to merge 1 commit into
snoyberg:masterfrom
BebeSparkelSparkel:vector-groupBy

Conversation

@BebeSparkelSparkel

Copy link
Copy Markdown
Collaborator

groupBy been available since vector-0.13.0.0
closes #251

groupBy been available since vector-0.13.0.0
closes snoyberg#251
@BebeSparkelSparkel

Copy link
Copy Markdown
Collaborator Author

@jcmartin Since you were sort of involved with this. Could you review this?

@jcmartin

jcmartin commented Nov 28, 2024

Copy link
Copy Markdown
Contributor

@BebeSparkelSparkel I added my small nitpicks. I think the bigger thing we should do is consider adding a 9.8.3 release from stackage to the continuous integration. This will require a nightly as there is no lts for the 9.8 series yet.

@BebeSparkelSparkel

Copy link
Copy Markdown
Collaborator Author

@jcmartin Sorry, I do not see your nitpicks.

If you have any changes you want to make for the workflows, I'll review them in a PR. Thanks

@jcmartin

jcmartin commented Dec 4, 2024

Copy link
Copy Markdown
Contributor

The nitpick is that cause should be @cause. That is all.

| otherwise = Just (U.init v, U.last v)
--groupBy = U.groupBy
#if MIN_VERSION_vector(0,13,0)
-- | since 1.0.21.1

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think you mean @since. There are a few instances of this.

| otherwise = Just (V.init v, V.last v)
--groupBy = V.groupBy
#if MIN_VERSION_vector(0,13,0)
-- | since 1.0.21.1

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@since instead of since.

| otherwise = Just (VS.init v, VS.last v)
--groupBy = U.groupBy
#if MIN_VERSION_vector(0,13,0)
-- | since 1.0.21.1

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@since instead of since.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Native groupBy functions not being used in IsSequence instances

2 participants