All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Edwin Török" <edwin.torok@cloud.com>
To: xen-devel@lists.xenproject.org
Cc: "Edwin Török" <edwin.torok@cloud.com>, "Wei Liu" <wl@xen.org>,
	"Anthony PERARD" <anthony.perard@citrix.com>,
	"Christian Lindig" <christian.lindig@citrix.com>,
	"David Scott" <dave@recoil.org>
Subject: [PATCH v1 0/2] tools/ocaml: support OCaml 5.x, drop support for <=4.05
Date: Wed, 31 Jan 2024 10:42:47 +0000	[thread overview]
Message-ID: <cover.1706697216.git.edwin.torok@cloud.com> (raw)

Fix building oxenstored with OCaml 5.x.
OCaml 5.x has removed some functions that have been deprecated for many years,
in order to support OCaml 5.x we need to drop support for OCaml 4.02.

Tested in gitlab CI (together with my other series):
https://gitlab.com/xen-project/people/edwintorok/xen/-/pipelines/1158302827

Edwin Török (2):
  oxenstored: fix build on OCaml 5.x
  tools/ocaml: bump minimum version to OCaml 4.05

 tools/configure               | 2 +-
 tools/configure.ac            | 2 +-
 tools/ocaml/xenstored/disk.ml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.43.0



             reply	other threads:[~2024-01-31 10:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-31 10:42 Edwin Török [this message]
2024-01-31 10:42 ` [PATCH v1 1/2] oxenstored: fix build on OCaml 5.x Edwin Török
2024-01-31 10:42 ` [PATCH v1 2/2] tools/ocaml: bump minimum version to OCaml 4.05 Edwin Török
2024-01-31 16:36   ` Anthony PERARD
2024-01-31 17:17     ` Andrew Cooper
2024-01-31 17:34       ` Edwin Torok
2024-01-31 19:43         ` Andrew Cooper
2024-01-31 10:44 ` [PATCH v1 0/2] tools/ocaml: support OCaml 5.x, drop support for <=4.05 Christian Lindig
2024-01-31 10:55   ` Andrew Cooper
2024-02-01 12:11     ` Edwin Torok

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1706697216.git.edwin.torok@cloud.com \
    --to=edwin.torok@cloud.com \
    --cc=anthony.perard@citrix.com \
    --cc=christian.lindig@citrix.com \
    --cc=dave@recoil.org \
    --cc=wl@xen.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.