Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] M6 build

The deeper I dig, the more pooched I see we are. Launch configurations are passed everywhere and launch's aren't. The misunderstanding on the roles of the two are throughout our code and isn't going to be an easy fix.

Our subclass in Momentics takes a Launch (since started down that path there) and since I can easily get the config from the launch I can fix up our build errors and move us forward.

Thanks,
Doug.

On Mon, Mar 21, 2016 at 10:56 AM, Doug Schaefer <cdtdoug@xxxxxxxxx> wrote:
Hey Marc, quick question and sorry for not getting to this earlier.

It looks like you've added ILaunchConfiguration to the constructor for GdbDebugServicesFactory. Why don't you use ILaunch? I thought we had discussed the need to have which gdb to use as a launch time decision.

Thanks,
Doug

On Mon, Mar 21, 2016 at 10:17 AM, Marc Khouzam <marc.khouzam@xxxxxxxxxxxx> wrote:
Thanks Doug.

I'm having trouble with the build this morning, but as soon as I get a good one, I'll post it.


From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Doug Schaefer [cdtdoug@xxxxxxxxx]
Sent: March 21, 2016 12:03 AM
To: CDT General developers list.
Subject: Re: [cdt-dev] M6 build

Well, the tests finally passed and manual testing seems to be working, so I've checked in the Language Settings change. If you see anything weird with the indexer/analysis features please let me know ASAP and we can respin to fix.

Doug.

On Sun, Mar 20, 2016 at 9:45 PM, Doug Schaefer <cdtdoug@xxxxxxxxx> wrote:
I'm still working on my language settings changes. The CProjectDesc stuff is such a nightmare to work with. Everything is lazily initialized and happens at random times it's a lot of work to make sure I can create the IBuildConfigurations when the workspace isn't locked but still before language settings needs them. I'll keep fighting it for a couple of hours and see if I can work my way out of it.

The good news is that with default methods we get with Java 8, it's not actually an API breaking change. So I don't really need to get it in now.

Doug.

On Sun, Mar 20, 2016 at 9:38 PM, Marc Khouzam <marc.khouzam@xxxxxxxxxxxx> wrote:

I'd like to start the M6 build Monday around 8am to give as much time as possible to the projects in the simultaneous release that use CDT to adapt to our API breaking changes.  They don't have much time for their own M6.

Does anyone have something left to put in M6?

BR,
Marc

_______________________________________________
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