Skip to content

refactor: Replace sort usage with slices package#1147

Merged
fenollp merged 2 commits into
getkin:masterfrom
jedevc:use-slices-package
Apr 8, 2026
Merged

refactor: Replace sort usage with slices package#1147
fenollp merged 2 commits into
getkin:masterfrom
jedevc:use-slices-package

Conversation

@jedevc
Copy link
Copy Markdown
Contributor

@jedevc jedevc commented Apr 8, 2026

Moving towards @fenollp's comment in #695 (comment).

I've started working on getting ordering working, but one of the suggestions there was to split out multiple PRs, one for dropping the use of the sort package.

The sort package now just directly uses slices.Sort under the hood anyways, so it's very easy to migrate.

@jedevc jedevc mentioned this pull request Apr 8, 2026
@jedevc jedevc force-pushed the use-slices-package branch from 2874f1b to 26d7697 Compare April 8, 2026 17:26
Signed-off-by: Justin Chadwell <justin@unikraft.com>
@jedevc jedevc force-pushed the use-slices-package branch from 26d7697 to 42a00e9 Compare April 8, 2026 17:28
@fenollp fenollp merged commit 9686b66 into getkin:master Apr 8, 2026
5 checks passed
@reuvenharrison reuvenharrison mentioned this pull request Apr 11, 2026
43 tasks
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