Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] bisecting regression ranges

Ok, thanks, that seems to mostly work, although there are still a few compiler errors in the 8.8 code. For example, in core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/text/CFormattingStrategy.java line 69: "cannot convert from Map<String,String> to Map<String,Object>".

For now I fixed these manually, but I guess this suggests there is still something missing from the process?

Thanks,
Nate

----------------------------------------
> From: jonah@xxxxxxxxxxxxxxxx
> Date: Thu, 7 Jul 2016 18:17:02 +0100
> To: cdt-dev@xxxxxxxxxxx
> Subject: Re: [cdt-dev] bisecting regression ranges
>
> I would use the newest target you can. The current CDT code does not
> compile on older target platforms due to source level API changes.
> (e.g. getAdapter becoming generic)
> ~~~
> Jonah Graham
> Kichwa Coders Ltd.
> www.kichwacoders.com
>
>
> On 7 July 2016 at 17:19, Nathan Ridge <zeratul976@xxxxxxxxxxx> wrote:
>> Hi Marc-Andre,
>>
>>> One way I've done before is to copy/paste the target file (you have to rename it also inside the file), fix the dependencies and keep that file untracked. You can set this as your target platform probably for a lot of commits you are bisecting.
>>
>> Which target file would I use as the source of this copy? The current one on the master branch?
>>
>> Thanks,
>> Nate
>>
>> _______________________________________________
>> 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