david135 / mosh-scheme

Automatically exported from code.google.com/p/mosh-scheme
Other
0 stars 0 forks source link

nmosh: erroneous behavior with mixed library-program source #155

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. check.scm

(library (check)
 (export something)
 (import (rnrs))
(define something 0))

(import (check))
...

2. run with: nmosh check.scm

What is the expected output? What do you see instead?

once nmosh cached check.scm, nmosh falls into infinite loop.

(psyntax-mosh reject mixed library-program code.)

Original issue reported on code.google.com by oku...@gmail.com on 19 Jun 2010 at 7:33

GoogleCodeExporter commented 9 years ago
Issue 163 has been merged into this issue.

Original comment by oku...@gmail.com on 14 Jul 2010 at 1:22

GoogleCodeExporter commented 9 years ago
status: won't fix at 0.2.6
This will fixed in new expander.

Original comment by oku...@gmail.com on 27 Sep 2010 at 2:59

GoogleCodeExporter commented 9 years ago
target changed (unknown -> 0.3.0)

Original comment by oku...@gmail.com on 31 Jan 2011 at 5:01

GoogleCodeExporter commented 9 years ago

Original comment by oku...@gmail.com on 11 Sep 2011 at 3:51