On Mon, 17 Feb 2025 17:12:06 +0100 Lucas Nussbaum <lu...@debian.org>
wrote:> Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
[...]
=== RUN TestAPIConsistency
typeparams_test.go:39: "*TypeList.Types": got func()(Seq[Type]) at 1.18+,
but at 1.17
typeparams_test.go:39: "*Union.Terms": got func()(Seq[*Term]) at 1.18+, but
at 1.17
typeparams_test.go:39: "*TypeParamList.TypeParams": got
func()(Seq[*TypeParam]) at 1.18+, but at 1.17
--- FAIL: TestAPIConsistency (0.86s)
FAIL
I just made a merge request on salsa that would fix this:
https://salsa.debian.org/go-team/packages/golang-golang-x-exp/-/merge_requests/1
--
Nicolas Peugnet