Ian

Results 245 comments of Ian

This seems related to a problem I had earlier with `Ethernet`: https://github.com/Arduino-CI/arduino_ci/issues/192#issuecomment-726815021 I can't recall how I fixed that one, but this comment is my "note to self".

The main question here is what the official project will try to do if you list `SoftwareSerial` as a dependency in `library.properties`. Is that just a no-op? @per1234 I'm hoping...

Thanks @per1234, that's extremely helpful information here. I was thinking about how my library should approach this, because if I were to maintain my own mapping of "platform bundled libraries"...

I'm still not grasping what the proper configuration might be in this case. On one hand, per1234 says that `SoftwareSerial` is not in the Arduino Library Manager index -- this...

It's been a while since I looked at this. I can see that there are a few things I need to clean up terminology-wise ("built-in" -> "platform-bundled"), and then I...

Thanks for bringing me into this discussion, and I'm somewhat flattered by this attention towards my testing library. I still consider `arduino_ci` to have an alpha-level feature set, but so...

> It is not feasible for Arduino to generate tests for 3rd party libraries. For unit tests, I agree completely: the library maintainers would need to take full responsibility for...

@PaulStoffregen > Even a rather elaborate test which runs the libraries on real hardware and compares against a known-good result is the sort of thing you might expect take 1...