platformio/platformio-core

symlinks in platformio.ini should you pre-binding to path instead of late binding to path

Offen

#5.201 geöffnet am 01.07.2025

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (791 Forks)batch import
help wantedpackage management

Repository-Metriken

Stars
 (7.329 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 109T 16h) (5 gemergte PRs in 30 T)

Beschreibung

In platformio.ini symlinks to forward relative paths must be used

For example

libs_deps=FastLED:symlink://.

If .. is used then that path resolves to a directory in the ~/.platform directory structure.

Suggested Fix

Paths should early bind to the symlink target and the path to should passed back to the backend in absolute path form.

Contributor Guide