Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] automatically updating API tooling baseline

Yes, so one person would update the API baseline file (target definition format) every time a new release comes out (or when appropriate) then everyone that pulls the new CDT code will get the updated API baseline set automatically. Or maybe I'm misunderstanding still ;)

Marc-Andre


From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Nathan Ridge [zeratul976@xxxxxxxxxxx]
Sent: Friday, 28 November 2014 10:52 AM
To: CDT Mailing List
Subject: Re: [cdt-dev] automatically updating API tooling baseline

Sorry, I didn't express what I meant properly :) I do want the last release as the baseline, but I want that to be updated automatically when a new release comes out.

Regards,
Nate

> From: marc.khouzam@xxxxxxxxxxxx
> To: cdt-dev@xxxxxxxxxxx
> Date: Fri, 28 Nov 2014 14:35:29 +0000
> Subject: Re: [cdt-dev] automatically updating API tooling baseline
>
> Maybe setting the API to the latest master could work for an individual committer, but if everyone did that then we would never notice when the API was broken by mistake. For example, if someone commits a change that breaks the API (because they didn't have the API Tooling enabled), this commit would be part of master and would look like the correct API version. We need some of us to really compare master with the API of the last release.
>
> So, I wouldn't recommend following master.
>
> Marc
>
> > -----Original Message-----
> > From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
> > On Behalf Of Nathan Ridge
> > Sent: Thursday, November 27, 2014 10:23 PM
> > To: CDT Mailing List
> > Subject: [cdt-dev] automatically updating API tooling baseline
> >
> > As the frequency of CDT releases has increased, so has the need to update
> > the baseline for the API tooling, as described at [1].
> >
> > Is there a way to configure the API tooling to just always track the latest
> > version on the 'master' branch, without having to update it each release?
> >
> > If not, what would be the appropriate component to file a bug requesting
> > such a feature?
> >
> > Thanks,
> > Nate
> >
> > [1] https://wiki.eclipse.org/CDT/policy#Using_API_Tooling
> >
> > _______________________________________________
> > 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