estdlib icon indicating copy to clipboard operation
estdlib copied to clipboard

platformio unity test cleanup

Open malachib opened this issue 10 months ago • 2 comments

Remove symlinks under test/arduino/unity/lib/estdlib and instead point platformio.ini file directly at our own file system

Although they work in many scenarios, symlinks have two issues:

  1. Not as well behaved on Windows systems
  2. Goofs up global searches, doubling up responses

Hopefully solution for this one also applies to Arduino examples ostream and friends as well, though not part of the requirement

malachib avatar Feb 23 '25 01:02 malachib

Other fun side effect: VSCode C++ extension appears to go into infinite and intense indexing loop

malachib avatar May 07 '25 14:05 malachib

https://github.com/platformio/platformio-core/issues/5154

malachib avatar May 08 '25 17:05 malachib