Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Linux: incorrect path due to link #136

Closed
az-z opened this issue Jul 10, 2016 · 3 comments
Closed

Linux: incorrect path due to link #136

az-z opened this issue Jul 10, 2016 · 3 comments
Assignees
Labels
Milestone

Comments

@az-z
Copy link

az-z commented Jul 10, 2016

on Linux soft link in project path is causing the platformio to incorrectly parse paths to an active file and project. That causes issues with building simultaneously open projects as described here (https://community.platformio.org/t/how-to-switch-the-project-in-the-ide/448)

@dmytrokyrychuk
Copy link
Contributor

Fixed by 88a4455.

@ivankravets
Copy link
Member

PlatformIO IDE 1.3.1 has been released. Please update it.

@az-z
Copy link
Author

az-z commented Apr 26, 2017

It seems the bug came back with the latest IDE.
Please check (https://community.platformio.org/t/atom-integration-failure-old-bug-resurfaced/1821/3)

@ivankravets ivankravets reopened this Apr 26, 2017
@ivankravets ivankravets modified the milestones: 2.0.0-beta.3, 1.3.1 Apr 30, 2017
dmytrokyrychuk added a commit to dmytrokyrychuk/platformio-atom-ide that referenced this issue May 1, 2017
According to atom/atom#9879, TextEditor.getPath() does not return a realpath
since Atom 1.14. We no longer need to normalize paths by calling realpath() in
order to determine the active project, and we can use the actual project paths
and text editor paths instead.

Resolve platformio#136, Resolve 320.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants