feat(tdutil): add new function CmpValuesFunc for slices.SortFunc by maxatome · Pull Request #274 · maxatome/go-testdeep

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Comments

Conversation

@maxatome

Copy link

Owner

vals := []reflect.Value{…}
slices.SortFunc(vals, tdutil.CmpValuesFunc())

@coveralls

Copy link

coveralls commented

Aug 11, 2025

edited

Loading

Coverage Status

coverage: 99.871%. remained the same
when pulling f8cf121 on sort-stuff
into de402f3 on master.

    vals := []reflect.Value{…}
    slices.SortFunc(vals, tdutil.CmpValuesFunc())

Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>

@maxatome maxatome merged commit f32ba12 into master

Aug 11, 2025

12 checks passed

@maxatome maxatome deleted the sort-stuff branch

August 11, 2025 20:08

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

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@maxatome @coveralls