El 5/4/25 a las 13:22, Matthias Geiger escribió:Having patched all occurences the test still warns about them (and
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.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (1 / 15) |
Uptime: | 160:25:07 |
Calls: | 10,385 |
Calls today: | 2 |
Files: | 14,056 |
Messages: | 6,416,493 |