Package: golang-github-jesseduffield-generics / 0.0~git20250517.b0b4a53-1

Metadata

Package Version Patches format
golang-github-jesseduffield-generics 0.0~git20250517.b0b4a53-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 update generic types.patch | (download)

list/comparable_list.go | 2 1 + 1 - 0 !
slices/delegated_sort.go | 12 6 + 6 - 0 !
2 files changed, 7 insertions(+), 7 deletions(-)

 update generic types to match go 1.24


0002 sort map to slice result.patch | (download)

maps/maps_test.go | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 sort maptoslice result
 Test was causing intermittent failures; sometimes it was in the right order,
 sometimes it wasn't.