chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ANN] CHICKEN 5.2.0 release candidate 2 available


From: Thomas Chust
Subject: Re: [ANN] CHICKEN 5.2.0 release candidate 2 available
Date: Sun, 16 Feb 2020 17:38:15 +0100

On Sun, 16 Feb 2020 09:10:46 +0100 Peter Bex <address@hidden>
wrote:

> [...]
> The second release candidate for CHICKEN 5.2.0 is now available for
> download:
> [...]
> If you can, please let us know the following information about the
> environment on which you test the RC:
> [...]

Hello,

my results trying to run the new release candidate are as follows:

  Operating system: Linux Mint 18.3 (based on Ubuntu 16.04)
  Hardware platform: x86-64
  C Compiler: GCC 9.2.0
  Installation works?: yes
  Tests work?: yes
  Installation of eggs works?: partially

The list of successfully installed eggs is attached. I ran into trouble
with two of my own eggs:

- iup installs only partially. It looks like the modules forms in the
egg descriptor are no longer additive, which breaks the conditional
compilation logic and leads to missing import libraries. I'm not sure
if this is intentional, but it is annoying and I have no idea how to
circumvent it.

- elliptic-curves installs, but doesn't work. The code uses matchable
to destructure record instances and none of those statements match any
of the records, possibly because the record tag symbols are now
prefixed with the declaring module name. However, simply adding the
module-prefix#... to each of the match statements doesn't fix the
problem either.

Ciao,
Thomas


--
Any large-scale human cooperation — whether a modern state, a medieval
church, an ancient city or an archaic tribe — is rooted in common myths
that exist only in people's collective imagination.
-- Yuval Noah Harari, "Sapiens"

Attachment: chicken-status.txt
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]