Andreas Merkle

Results 80 comments of Andreas Merkle

The environments are exclusively used, depended on the use case. Not sure whether I understood your question right. :-)

[pioLibTest.zip](https://github.com/platformio/platformio-core/files/14214026/pioLibTest.zip)

@ivankravets If always all dependencies from the lib folder are downloaded, its an performance issue for projects with a large number of environments, using always only a part of the...

See IDF: https://github.com/espressif/esp-idf/issues/9635

Fixed in esp-idf v4.4.5: https://github.com/espressif/esp-idf/releases/tag/v4.4.5 Available in https://github.com/platformio/platform-espressif32/releases/tag/v5.4.0 But not in platform-espressif32 v6.x yet.

> I think the proper action here would be to make the error a warning or even debug. This could be done additional. But I would not expext any log...

> If you remove the method, then `exists` will stop functioning correctly. Didn't realize this in my tests. Whats exactly is the problem by using base class exists method?