unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#19389: visit-entry argument problem in module/language/cps/verify.scm
@ 2014-12-15 16:18 Steven H. Margolis
  2016-06-22 19:37 ` Andy Wingo
  2016-06-22 19:37 ` bug#19389: Status: " Andy Wingo
  0 siblings, 2 replies; 3+ messages in thread
From: Steven H. Margolis @ 2014-12-15 16:18 UTC (permalink / raw)
  To: 19389

This weekend I noticed a build problem in guile from the savannah git repository. I think the patch below is an appropriate fix:

(08:06:43 <~/OpenSource/guile2/guile-savannah>) 0 $ git diff
diff --git a/module/language/cps/verify.scm b/module/language/cps/verify.scm
index a39e99b..b636fc4 100644
--- a/module/language/cps/verify.scm
+++ b/module/language/cps/verify.scm
@@ -129,7 +129,7 @@
     (match fun
       (($ $fun (free ...) entry)
        (for-each (cut check-var <> v-env) free)
-       (visit-entry '() v-env))
+       (visit-entry '() k-env v-env))
       (_
        (error "unexpected $fun" fun))))







^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#19389: visit-entry argument problem in module/language/cps/verify.scm
  2014-12-15 16:18 bug#19389: visit-entry argument problem in module/language/cps/verify.scm Steven H. Margolis
@ 2016-06-22 19:37 ` Andy Wingo
  2016-06-22 19:37 ` bug#19389: Status: " Andy Wingo
  1 sibling, 0 replies; 3+ messages in thread
From: Andy Wingo @ 2016-06-22 19:37 UTC (permalink / raw)
  To: Steven H. Margolis; +Cc: 19389

Thank you Steven!  I really appreciate you trying out the development
branch so early, and I apologize that I wasn't able to acknowledge the
report then.  When you reported I think I wasn't thinking about the
issue because I was in the middle of the transition to the "cps soup"
IR, which ended up eliminating this bug through other means, so I will
close this report.  Please let us know if you find problems in the
future; reports are very welcome.

Regards,

Andy

On Mon 15 Dec 2014 17:18, "Steven H. Margolis" <shm@pobox.com> writes:

> This weekend I noticed a build problem in guile from the savannah git repository. I think the patch below is an appropriate fix:
>
> (08:06:43 <~/OpenSource/guile2/guile-savannah>) 0 $ git diff
> diff --git a/module/language/cps/verify.scm b/module/language/cps/verify.scm
> index a39e99b..b636fc4 100644
> --- a/module/language/cps/verify.scm
> +++ b/module/language/cps/verify.scm
> @@ -129,7 +129,7 @@
>      (match fun
>        (($ $fun (free ...) entry)
>         (for-each (cut check-var <> v-env) free)
> -       (visit-entry '() v-env))
> +       (visit-entry '() k-env v-env))
>        (_
>         (error "unexpected $fun" fun))))





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#19389: Status: visit-entry argument problem in module/language/cps/verify.scm
  2014-12-15 16:18 bug#19389: visit-entry argument problem in module/language/cps/verify.scm Steven H. Margolis
  2016-06-22 19:37 ` Andy Wingo
@ 2016-06-22 19:37 ` Andy Wingo
  1 sibling, 0 replies; 3+ messages in thread
From: Andy Wingo @ 2016-06-22 19:37 UTC (permalink / raw)
  To: 19389-done

thanks





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-22 19:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-15 16:18 bug#19389: visit-entry argument problem in module/language/cps/verify.scm Steven H. Margolis
2016-06-22 19:37 ` Andy Wingo
2016-06-22 19:37 ` bug#19389: Status: " Andy Wingo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).