]> git.maquefel.me Git - brevno-suite/hugo/commit
tpl/compare: Fix compare/sort of uint64s
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 22 Oct 2025 10:13:02 +0000 (12:13 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 22 Oct 2025 11:40:03 +0000 (13:40 +0200)
commit29e2c2fa92b10c1250376913558448e838e390fe
tree0248ac15a4d57fc0c31c9fe1318862c624aceedd
parent0579afc3c5f950328ea96e985ad5bc1279b0a938
tpl/compare: Fix compare/sort of uint64s

`uint64` is used by github.com/goccy/go-yaml  for unsigned integers, which is the reason why this long-living bug has surfaced now.

Fixes #14078
parser/metadecoders/decoder_integration_test.go
tpl/compare/compare.go
tpl/compare/compare_test.go