[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Guile-rpc-bugs] [PATCH 1/1] Fix imports for Guile-3.0.
From: |
Ludovic Courtès |
Subject: |
Re: [Guile-rpc-bugs] [PATCH 1/1] Fix imports for Guile-3.0. |
Date: |
Wed, 21 Oct 2020 21:51:18 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Hi Maxime,
Maxime Devos <maxime.devos@student.kuleuven.be> skribis:
> * modules/rpc/compiler/parser.scm: Import 'lexer' explicitly.
> * modules/rpc/rpc/portmap.scm: Import 'match:substring' instead
> of 'make-regexp'.
> * modules/rcp/rpc/server.scm: Import 'xdr-encode!' explicitly.
> * utils/grpc-compile.in: Import many bindings explicitly.
Applied, thanks!
(It’s amazing that so little had to be changed to go from 1.9/2.0 to
3.0.)
Ludo’.