Is bug 41521 the last change that needs to be done for Debian 13 to be supported?
I think the only remaining thing is xt/author/codespell.t having a lot of failures on Debian 13 so either config change making false positives or large improvements of the tests. I don't recall if the errors looked legit. I'm not sure it has a ticket here. Meanwhile, turns out codespell isn't in the light test suite so with bug 41521 in main the CI can already be looked at :D
(In reply to Victor Grousset/tuxayo from comment #2) > I think the only remaining thing is xt/author/codespell.t having a lot of > failures on Debian 13 so either config change making false positives or > large improvements of the tests. I don't recall if the errors looked legit. > > I'm not sure it has a ticket here. > > Meanwhile, turns out codespell isn't in the light test suite so with bug > 41521 in main the CI can already be looked at :D Yeah some of the codespell stuff is wrong (e.g. Plack ==> Plaque) but then there is some good stuff like (C4/Creators/Lib.pm:355: valud ==> valid, value) I imagine a lot of these must come up with existing KTD... I'll give it a go...
Yeah... I don't think codespell is an issue really. I mean in the case of "plack" to "plaque", it's just because they added that correction after 2.2.2: https://github.com/codespell-project/codespell/blob/v2.2.2/codespell_lib/data/dictionary_rare.txt https://github.com/codespell-project/codespell/blame/main/codespell_lib/data/dictionary_rare.txt If we think xt/author/codespell.t is a blocker, then we'll need to update ".codespell-ignore" with the relevant words, as well as fixing the legitimate typos the updated library is finding.