Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] issue with ASTRewrite and assert macro

The utils thing is weird. It's just a single utility class that also happens to be in the cdt.core.tests plug-in. ??? I suppose this class should be in cdt.core. That would eliminate the utils plug-in and feature.

At any rate, 'utils' is too generic. It would be hard to know what's in it or why someone would install it. I'd rather call this something like cdt.core.tools or something like that.

Doug.

From: Jesse Weinstein <jesse.weinstein@xxxxxxxxxxxxx>
Reply-To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Date: Monday, 22 July, 2013 10:11 PM
To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] issue with ASTRewrite and assert macro

I agree about a separate plug-in, but it might as well go in the existing   

Miscellaneous C/C++ Utilities     5.2.0.201307221951         org.eclipse.cdt.util.feature.group             Eclipse CDT

feature.

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Sergey Prigogin
Sent: Monday, July 22, 2013 7:09 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] issue with ASTRewrite and assert macro

 

This view should probably live in a separate plug-in and a separate feature.

 

My 2c.

-sergey

 

On Mon, Jul 22, 2013 at 7:03 PM, Doug Schaefer <dschaefer@xxxxxxx> wrote:

We could revisit the decision not to include it. Not sure why it's in the
test plug-in other than that was convenient at the time.


On 13-07-22 10:01 PM, "Nathan Ridge" <zeratul976@xxxxxxxxxxx> wrote:

>> It's not in a feature so you can't install it, it's only in the CDT
>> repo. You can include the plug-in when launching your runtime Eclipse
>> when developing CDT code. There was a discussion on this mailing list
>> about whether or not to move it to the Util feature but it was decided
>> not to.
>>
>> http://dev.eclipse.org/mhonarc/lists/cdt-dev/msg23423.html
>>
>> Marc-Andre
>
>Hmm... so there is no way to add it into an actual Eclipse installation?
>
>Thanks,
>Nate
>_______________________________________________
>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