On Sat, 05 Apr 2025 15:13, Santiago Vila <sanv...@debian.org> wrote:
El 5/4/25 a las 13:22, Matthias Geiger escribió:
ok      arduino.cc/builder/ctags    0.003s
?       arduino.cc/builder/gohasissues    [no test files]
FAIL    arduino.cc/builder/i18n [build failed]

Some (all?) of the errors say "non constant format string",
so maybe changing this:

return errors.Errorf("unable to copy file " + currentPath)

to this:

return errors.Errorf("unable to copy file %s", currentPath)

might help. Note the above is just an example, as there are
several occurrences, and I've not actually tested it.

Thanks.
Having patched all occurences the test still warns about them (and fails), so not sure what the reason is here.

best,

werdahias

Reply via email to