chicken-hackers
[Top][All Lists]
Advanced

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

Re: [PATCH] Fix compilation issue in 5.2.0rc1


From: Evan Hanson
Subject: Re: [PATCH] Fix compilation issue in 5.2.0rc1
Date: Sun, 19 Jan 2020 15:28:50 +1300

On 2020-01-17 11:35, Peter Bex wrote:
> Sven confirmed that this patch fixes the issue.  His code now compiles
> and also works as expected.
> 
> I think the solution is a bit hacky, but I don't know of a better way
> to do this.  Suggestions welcome!

Hmmm, we could modify the procedures in runtime.c that use barf() to
return C_SCHEME_UNDEFINED (or some other C_word), but that seems wrong
and it's probably overkill anyway. (Actually, I'm a bit surprised the
C_noret on barf() doesn't kick in here.) Is there a different node type
we could use that doesn't produce an assignment?

In any case, I've pushed this to resolve #1662. Thanks Peter!

Evan



reply via email to

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