We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Operating system: Windows
PlatformIO Version: 6.1.14
If you put this in a library.json file:
library.json
{ "dependencies": { "nonexistent_lib_1": "symlink:../hfzehfzeiohize", "nonexistent_lib_2": "file:../hrfiohgeuibz" } }
PlatformIO will happily tell you:
Library Manager: Installing symlink:../hfzehfzeiohize Library Manager: Installing file:../hrfiohgeuibz
even though none of those paths exist. This makes tracking path issues painful.
I would expect:
Library Manager: Installing symlink:../hfzehfzeiohize PackageException: Can not create a symbolic link for `../hfzehfzeiohize`, not a directory
or:
Library Manager: Installing symlink:../hfzehfzeiohize VCSBaseException: VCS: Unknown repository type symlink:../hfzehfzeiohize
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Configuration
Operating system: Windows
PlatformIO Version: 6.1.14
Description of problem
If you put this in a
library.json
file:PlatformIO will happily tell you:
even though none of those paths exist. This makes tracking path issues painful.
Expected Results
I would expect:
or:
The text was updated successfully, but these errors were encountered: