Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Bug 410529

I reported this a long time ago as well on this list. If I remember correctly I offered my fix here. Since I packaged the fix with the arduino eclipse plugin I never heard complaints about this.
So I guess it is still works.
The problem is related to using expanded and non expanded paths inconsistently. My code is available here https://github.com/jantje/arduino-eclipse-plugin/tree/master/it.baeyens.cdt.refactor/src/it/baeyens/cdt/refactor.
Best regards
Jantje



Op 1/04/2016 om 18:36 schreef Marc Khouzam:
The bug in question is about:
Bug 410529 - Adding and deleting a "source folder" corrupts the project

if it helps the right people take a look.
________________________________________
From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of John Dallaway [john@xxxxxxxxxxxxxxx]
Sent: March 31, 2016 12:53 PM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Bug 410529

Could I ask one of the CDT committers to comment on bug 410529 please?

   http://bugs.eclipse.org/bugs/show_bug.cgi?id=410529#c2

There appear to be two potential routes to fixing the various issues
reported:

a) Providing a better fix for bug 100844, or
b) Modifying the "PathEntry Update source root" WorkspaceJob to remove
source folders in a different way.

I would tend to favour modifying the "PathEntry Update source root"
WorkspaceJob because it would be less invasive and easier to test. Would a
patch to fix the issues by modifying the "PathEntry Update source root"
WorkspaceJob be acceptable?

John Dallaway
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top