Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Build Console

I'll take a look at you patch. But I'm not talking about updating the existing one. I'm looking at using the MessageConsole which I believe has everything we need. I'm just concerned about performance of it for large builds.

On Jan 30, 2010 8:30 AM, "Dmitry Kozlov" <ddk@xxxxxxxxxxxxxxxx> wrote:

Hi Doug,
I was preparing error highlighting patch for existing build console. It significantly modifies existing build console (patch is about 75Kb). It is available at https://bugs.eclipse.org/bugs/show_bug.cgi?id=295625
Please apply the patch first before modifying build console. From my prospective as a contributor it will be a little bit incorrect if you modify build console and make my patch not-working.

There are also a lot of odd things with build console. Most problem I guess is API between build console and builders, before my patch there was no API for reporting build errors to console. In my patch I made _minimal_ modifications to distribute error information from error parsers to build console, but this is very local modification.

If you are going to make significant changes to console it would be nice to discuss them.

Best regards,
Dmitry Kozlov

Doug Schaefer wrote:

> > Does anyone remember why we have the build console architecture that we do? Or given thought abo...

------------------------------------------------------------------------

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev
 

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top