Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Generating AST for remote file broken, due to change in supporting UNC for include files

Proposed cdt patch to fix this is here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=349730


...Beth

Beth Tibbitts
Eclipse Parallel Tools Platform http://eclipse.org/ptp
IBM STG - High Performance Computing Tools
Mailing Address: IBM Corp., 745 West New Circle Road, Lexington, KY 40511


Inactive hide details for Beth Tibbitts---06/17/2011 12:01:11 AM---This question is probably for Markus... The patch that Greg Beth Tibbitts---06/17/2011 12:01:11 AM---This question is probably for Markus... The patch that Greg Watson (and you) did to add support for


    From:

Beth Tibbitts/Watson/IBM@IBMUS

    To:

"CDT General developers list." <cdt-dev@xxxxxxxxxxx>

    Date:

06/17/2011 12:01 AM

    Subject:

** [cdt-dev] Generating AST for remote file broken, due to change in supporting UNC for include files

    Sent by:

cdt-dev-bounces@xxxxxxxxxxx




This question is probably for Markus...
The patch that Greg Watson (and you) did to add support for UNC include directories in late April

https://bugs.eclipse.org/bugs/show_bug.cgi?id=343437
ended up breaking something in generating ASTs for remote files. (Mea culpa for not testing earlier).
While I realize generating ASTs for remote files isn't all that efficient (as Chris Recoskie reminded me),
it did work before.
Described here:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=349204

Now the code takes a slightly different path when a location doesn't come back null, and
an error is thrown instead of generating the nice AST it did before.


Is there perhaps a workaround or different way I can get the AST (stream?file?something?)
that would still work with the changes to CDT? or is there a fix that would make it work?



...Beth

Beth Tibbitts
Eclipse Parallel Tools Platform
http://eclipse.org/ptp
IBM STG - High Performance Computing Tools
Mailing Address: IBM Corp., 745 West New Circle Road, Lexington, KY 40511
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


GIF image

GIF image


Back to the top