Skip to main content

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

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


Back to the top