Ian

Results 245 comments of Ian

What you have in the `Gemfile` is misleading you. ```ruby source 'https://rubygems.org' gem 'arduino_ci', git: 'https://github.com/Arduino-CI/arduino_ci', branch: 'master' ``` This setup is fetching the latest from GitHub. When you first...

Picking up this thread again, TL;DR I like this idea but please **do not merge** this PR in its present state. Overall I think the desired features align with the...

@hlovdal is there a public repo where you're using the script setup that's enabled by this patch? I'm still trying to wrap my head around how it's being used, something...

Picking up this project again after a hiatus. @RobTillaart or @per1234 can you speak to whether the compiler flags listed here are comprehensive? @Doom4535 can you rebase this off what...

@PRosenb and @hlovdal what's the priority on getting this merged? I will have to resolve some conflicts, and really I'm getting back up to speed on where this was a...

After starting on this, I remembered that it was my plan to do this via a TAP ("Test Anything Protocol") parser. That would give me full programmatic flexibility to capture...

I made progress toward this goal https://github.com/ianfixes/tap_parser The current plan is to roll the individual unit tests' TAP output into a larger test + subtest report (built into the current...

I believe that a fix has been merged as part of #334 and was released in [`v1.4.0`](https://github.com/Arduino-CI/arduino_ci/releases/tag/v1.4.0). I added some translations between windows (backslash) and MacOS/Linux (forward slash) paths, and...

This issue is old enough that it predates the move from my `ianfixes` namespace to `Arduino-CI` 😅 After re-reading this thread, I think I see what was bothering me about...

locally added `ARDUINO_CI_COMPILATION_MOCKS` and `ARDUINO_CI_GODMODE` in their respective header files. Those will go up to the PR branch soon.