Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] projects using multiple toolchains

> On 30 May 2016, at 20:57, Doug Schaefer <cdtdoug@xxxxxxxxx> wrote:
> 
> In the short term, things like dealing with the missing LLVM plug-in seem to be bugs.

sure, but the point here is not specifically the LLVM plug-in.

I think the CDT is not robust enough to cope with projects having configurations referring to objects from missing plug-ins. the expected behaviour would be to mark those configurations somehow unusable and do not use them at all.

the actual behaviour ranges from ignoring the entire project content, permanently damaging the configuration, opening settings windows without content, etc.

> Was there anything interesting in the log like an NPE?

I bet there was.

> There might be some quick fixes we could do to avoid these issues.

there might be some quick fixes, but to me it seems a wider problem that probably requires a very good understanding of the code, not only small local patches.


perhaps you could consider this robustness for the new build system.


regards,

Liviu




Back to the top