Arduino-CI / arduino_ci

Unit testing and Continuous Integration (CI) for Arduino libraries, from a Ruby gem
Apache License 2.0
110 stars 34 forks source link

Logging improvements #344

Closed ianfixes closed 1 year ago

ianfixes commented 1 year ago

Highlights from CHANGELOG.md

TODO:

Issues Fixed

hlovdal commented 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
ianfixes commented 1 year ago

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