Cool, thanks for the push. I'll get by on return until the time comes to
switch over to the other method that you mentioned.
Thanks,
Jon
- Original Message
From: Andy Wingo
To: Jon Herron
Cc: guile-devel@gnu.org
Sent: Tue, April 27, 2010 5:06:39 PM
Subject: Re: (language tr
On Tue 27 Apr 2010 07:40, Jon Herron writes:
> In some late night hacking this evening/morn I came across a question
> in (language tree-il compile-glil) - should line 126 read ((return . 1)
> . return) instead of ((return . 1) return)?
Indeed, it appears that way. I have fixed and pushed, tha
Hello -
In some late night hacking this evening/morn I came across a question in
(language tree-il compile-glil) - should line 126 read ((return . 1) . return)
instead of ((return . 1) return)? This appears to fix an issue I ran into
implementing returns for guile-php, but don't know if thi