Re: [PATCH for-4.17 v3 09/15] tools/ocaml/xenstored/store.ml: fix build error

2022-11-09 Thread Christian Lindig
On 8 Nov 2022, at 15:34, Edwin Török mailto:edvin.to...@citrix.com>> wrote: Building with Dune in release mode fails with: ``` File "ocaml/xenstored/store.ml", line 464, characters 13-32: Warning 18: this type-based record disambiguation is not principal. File "ocaml/xenstored/store.ml", line

Re: [PATCH for-4.17 v3 09/15] tools/ocaml/xenstored/store.ml: fix build error

2022-11-09 Thread Edwin Torok
3:47, Henry Wang wrote: >>>>>> -----Original Message- >>>>>> From: Edwin Török >>>>>> Subject: [PATCH for-4.17 v3 09/15] tools/ocaml/xenstored/store.ml: fix >>>>>> build >>>>>> error >>>>>>

Re: [PATCH for-4.17 v3 09/15] tools/ocaml/xenstored/store.ml: fix build error

2022-11-09 Thread Jan Beulich
On 09.11.2022 10:36, Jan Beulich wrote: > On 09.11.2022 10:21, Edwin Torok wrote: >> >> >>> On 9 Nov 2022, at 07:10, Jan Beulich wrote: >>> >>> On 09.11.2022 03:47, Henry Wang wrote: >>>>> -Original Message- >>>>>

Re: [PATCH for-4.17 v3 09/15] tools/ocaml/xenstored/store.ml: fix build error

2022-11-09 Thread Jan Beulich
On 09.11.2022 10:21, Edwin Torok wrote: > > >> On 9 Nov 2022, at 07:10, Jan Beulich wrote: >> >> On 09.11.2022 03:47, Henry Wang wrote: >>>> -Original Message- >>>> From: Edwin Török >>>> Subject: [PATCH for-4.17 v3 09/15

Re: [PATCH for-4.17 v3 09/15] tools/ocaml/xenstored/store.ml: fix build error

2022-11-09 Thread Edwin Torok
> On 9 Nov 2022, at 07:10, Jan Beulich wrote: > > On 09.11.2022 03:47, Henry Wang wrote: >>> -Original Message- >>> From: Edwin Török >>> Subject: [PATCH for-4.17 v3 09/15] tools/ocaml/xenstored/store.ml: fix build >>> error >

Re: [PATCH for-4.17 v3 09/15] tools/ocaml/xenstored/store.ml: fix build error

2022-11-08 Thread Jan Beulich
On 09.11.2022 03:47, Henry Wang wrote: >> -Original Message- >> From: Edwin Török >> Subject: [PATCH for-4.17 v3 09/15] tools/ocaml/xenstored/store.ml: fix build >> error >> >> Building with Dune in release mode fails with: >> ``` >> File

RE: [PATCH for-4.17 v3 09/15] tools/ocaml/xenstored/store.ml: fix build error

2022-11-08 Thread Henry Wang
Hi Edwin, > -Original Message- > From: Edwin Török > Subject: [PATCH for-4.17 v3 09/15] tools/ocaml/xenstored/store.ml: fix build > error > > Building with Dune in release mode fails with: > ``` > File "ocaml/xenstored/store.ml", line 464, characters 13

[PATCH for-4.17 v3 09/15] tools/ocaml/xenstored/store.ml: fix build error

2022-11-08 Thread Edwin Török
Building with Dune in release mode fails with: ``` File "ocaml/xenstored/store.ml", line 464, characters 13-32: Warning 18: this type-based record disambiguation is not principal. File "ocaml/xenstored/store.ml", line 1: Error: Some fatal warnings were triggered (1 occurrences) ``` This is a