Re: [Xen-devel] [PATCH] oxenstored: allow compilation prior to OCaml 3.12.0

2016-03-30 Thread Wei Liu
On Wed, Mar 30, 2016 at 03:47:34PM +, Jonathan Davies wrote: > Commit 363ae55c8 used an OCaml feature called record field punning. This broke > the build on compilers prior to OCaml 3.12.0. > > This patch makes no semantic change but now uses backwards-compatible syntax. > > Signed-off-by: Jo

Re: [Xen-devel] [PATCH] oxenstored: allow compilation prior to OCaml 3.12.0

2016-03-30 Thread Jonathan Davies
On 30/03/2016 4:54 PM, Boris Ostrovsky wrote: > On 03/30/2016 11:47 AM, Jonathan Davies wrote: > > Commit 363ae55c8 used an OCaml feature called record field punning. > > This broke the build on compilers prior to OCaml 3.12.0. > > > > This patch makes no semantic change but now uses backwards-com

Re: [Xen-devel] [PATCH] oxenstored: allow compilation prior to OCaml 3.12.0

2016-03-30 Thread Boris Ostrovsky
On 03/30/2016 11:47 AM, Jonathan Davies wrote: Commit 363ae55c8 used an OCaml feature called record field punning. This broke the build on compilers prior to OCaml 3.12.0. This patch makes no semantic change but now uses backwards-compatible syntax. Signed-off-by: Jonathan Davies Reviewed-by: