Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Removal of lrparser from CDT

Hi Doug,
We still use xlc compiler in here and I tried to provide some basic support for xlc plugin in the past. However we do not use xlc project types or xlc toolchains but use our own based directly on managedbuilder plugin. The only thing we use - but very important for us! - is XLC Error Parser which is a separate pluginĀ org.eclipse.cdt.errorparsers.xlc. So I would strongly ask to keep org.eclipse.cdt.errorparsers.xlc and its test plugin as an optional piece in CDT. I won't be able to spend as much time on CDT as in the past but I'll maintain that piece when needed. Well, not that it requires much support anyway.

I wonder what Chris has to say about it.

Thanks,
Andrew

On Mon, Mar 7, 2016 at 3:03 PM, Doug Schaefer <cdtdoug@xxxxxxxxx> wrote:
BTW, also included in this was removal of the xlc compiler support which uses a very old version of CDT build that we'd like to clean up.

On Mon, Mar 7, 2016 at 3:01 PM, Doug Schaefer <cdtdoug@xxxxxxxxx> wrote:
Yes, they're on the distribution list of the e-mail ;)

On Mon, Mar 7, 2016 at 2:57 PM, Mike Kucera <mikekucera@xxxxxxxxx> wrote:
The PTP project may still be using it for the UPC parser. You may want to check with them to see if they still need it.

On Mon, Mar 7, 2016 at 2:50 PM, Doug Schaefer <cdtdoug@xxxxxxxxx> wrote:
Hey gang,

As part of our discussion on clean-up of CDT for CDT 9.0 we asked the question whether we could remove the lrparser and everything that depends on it. As far as we can tell, this work is un-maintained and is preventing us from making some important API changes.

We are proposing to remove it but will await word from the community to put a hold on that move.

Let us know in the next two weeks.

Thanks,
Doug.

_______________________________________________
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



_______________________________________________
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