chazu / ypsilon

Automatically exported from code.google.com/p/ypsilon
Other
0 stars 1 forks source link

(scheme-report-environment 5) not working #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Ypsilon 0.9.5-trunk Copyright (c) 2008 Y.Fujita, LittleWing Company Limited.
> (import (rnrs r5rs))
> (scheme-report-environment 5)

error in import: attempt to reference unexported identifier string-fill!
  >  (environment
       (rnrs r5rs)
       (rnrs eval)
       (rnrs mutable-pairs)
       (rnrs mutable-strings)
       (only (rnrs) define ...))
  ..."/dev/stdin"
  @  (only
       (rnrs)
       define
       quote
       lambda
       if
       set!
       cond
       case
       and
       ...
  ..."/dev/stdin"

backtrace:
  0  (scheme-report-environment 5)
  ..."/dev/stdin" line 1

>

Original issue reported on code.google.com by derick.e...@gmail.com on 26 Jun 2008 at 7:19

GoogleCodeExporter commented 9 years ago
Thank you for your bug report.

Original comment by y.fujita...@gmail.com on 30 Jun 2008 at 2:59

GoogleCodeExporter commented 9 years ago
I have fixed the bug and trunk directory is updated. Please try. Thank you!

Original comment by y.fujita...@gmail.com on 30 Jun 2008 at 3:12