platformio/platformio-core

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

Ouverte

#5 201 ouverte le 1 juil. 2025

 (2 commentaires) (0 réaction) (0 personne assignée)Python (791 forks)batch import
help wantedpackage management

Métriques du dépôt

Stars
 (7 329 étoiles)
Métriques de merge PR
 (Merge moyen 109j 16h) (5 PRs mergées en 30 j)

Description

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.

Guide contributeur