On Thu, Nov 06, 2014 at 12:27:02PM +0000, Savolainen, Petri (NSN - FI/Espoo) 
wrote:
> Ping. We decided to break the dependency in the call yesterday.
> 
> -Petri

I agree test suite versioning should be independent and there's no need
to specify what *isn't* covered by the version here as the _API_ naming
makes it clear it covers the API.

> 
> > -----Original Message-----
> > From: ext Petri Savolainen [mailto:petri.savolai...@linaro.org]
> > Sent: Thursday, October 30, 2014 4:42 PM
> > To: lng-odp@lists.linaro.org
> > Cc: Petri Savolainen
> > Subject: [PATCH] API version not dependent on test suite version
> > 
> > Signed-off-by: Petri Savolainen <petri.savolai...@linaro.org>

Reviewed-by: Stuart Haslam <stuart.has...@arm.com>

> > ---
> > 
> > Notes:
> >     Test suite code is not part of the API spec. It's written
> >     against an API version. Test suite development and versioning runs
> >     in parallel to API versioning. E.g. test suite version 0.3.0-17 may
> >     be the latest test suite version for API version 0.3.0 and may have
> >     90% coverage. The next version (0.3.0-18) would improve coverage and
> >     fix bugs in tests, etc
> > 
> >  platform/linux-generic/include/api/odp_version.h | 8 +++-----
> >  1 file changed, 3 insertions(+), 5 deletions(-)
> > 
> > diff --git a/platform/linux-generic/include/api/odp_version.h
> > b/platform/linux-generic/include/api/odp_version.h
> > index 0e5b8e0..4450452 100644
> > --- a/platform/linux-generic/include/api/odp_version.h
> > +++ b/platform/linux-generic/include/api/odp_version.h
> > @@ -41,12 +41,10 @@ extern "C" {
> > 
> >  /**
> >   * ODP API minor version
> > + *
> >   * Minor version is incremented when introducing backward compatible
> > changes
> > - * to the API.
> > - * For an API with common generation and major version, but with
> > different
> > - * minor numbers the two versions are backward compatible.
> > - * Changes to the test suite will increment this digit.
> > - * Changes to linux-generic will not increment this digit.
> > + * to the API. For an API with common generation and major version, but
> > with
> > + * different minor numbers the two versions are backward compatible.
> >   */
> >  #define ODP_VERSION_API_MINOR 0
> > 
> > --
> > 2.1.1
> 

-- 
Stuart.


_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to