Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
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


Back to the top