platformio/platformio-core

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

Aberta

#5.201 aberto em 1 de jul. de 2025

 (2 comentários) (0 reação) (0 responsável)Python (791 forks)batch import
help wantedpackage management

Métricas do repositório

Stars
 (7.329 estrelas)
Métricas de merge de PR
 (Mesclagem média 109d 16h) (5 fundiu PRs em 30d)

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.

Guia do colaborador