Skip to content
New issue

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

paths fix for check tool #4874

Merged
merged 2 commits into from
Mar 16, 2024
Merged

Conversation

adrianstephens
Copy link
Contributor

My src_dir and include_dir are not in the same directory as the platformio.ini, which prevented the check tool from working.
I found out why, and this is my fix!

- Handle an edge case on Windows when sources and the project are located on different drives
- Cover edge cases with tests
@ivankravets ivankravets merged commit dbe58b4 into platformio:develop Mar 16, 2024
28 of 32 checks passed
ivankravets added a commit that referenced this pull request Mar 16, 2024
…src_dir` or `include_dir` are located outside the project folder // Issue #4874
@ivankravets
Copy link
Member

Thanks for the PR! Please re-test with pio upgrade --dev.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants