Closed ianfixes closed 1 year ago
The failing builds are due to stale old references to plain inform_multiline
as opposed to new @log.inform_multiline
.
exe/arduino_ci.rb
362: return inform_multiline("Wildcard architecture in library.properties, using configured platforms") do
373: return inform_multiline("Default config, platforms matching architectures in library.properties") do
382: inform_multiline("Configured platforms that match architectures in library.properties") do
Yup, I'm just making a lot of local edits and pushing up stuff to my branch that (for now) I expect to have failures. Lots of areas being cleaned up! All the puts
in the testing portion of that file need to be replaced with @log.iputs
as well, which is in progress
Highlights from
CHANGELOG.md
TODO:
321
Issues Fixed