[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Reviewing 1.10 APIs & compatibility

From: Julian Foad <julianfoad_at_apache.org>
Date: Tue, 5 Dec 2017 15:27:20 +0000

One task in the 1.10 release process is reviewing API changes.

One way, that I use myself, is to take a library at a time and compare
the 1.9 and 1.10 public headers, looking for procedural errors (e.g. how
new and deprecated APIs are marked up, undocumented parameters, etc.)
and for possible semantic problems such as changing one part of the API
but not changing a related part in the corresponding way.

Another possible approach is to look for compatibility breakage by
running the 1.9 client and test suite against the 1.10 libraries, and
indeed different client/server version combinations.

Can anyone volunteer for any of this?

- Julian
Received on 2017-12-05 16:27:26 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.