david135 / mosh-scheme

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

"compiler" benchmark won't run under psyntax-mosh>=0.2.4 #174

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
"compiler" benchmark from Larceny won't run under recent psyntax-mosh.

Compilation error:
 Condition components:
 1. &assertion
 2. &who             who: "car"
 3. &message         message: "pair required"
 4. &irritants       irritants: ((g10e3@loop))

 Exception:
     error in raise: returned from non-continuable exception

 Stack trace:
    1. throw: <subr>
    2. (raise c):  compiler-with-library.scm:943
    3. (pass1/sexp->iform sexp lvars tail?):  compiler-with-library.scm:5639
    4. (pass1/sexp->iform sexp lvars tail?):  compiler-with-library.scm:5639
    5. (pass1/letrec* vars vals body source-info lvars tail?):  compiler-with-library.scm:5466
    6. (pass1/letrec* vars vals body source-info lvars tail?):  compiler-with-library.scm:5466
    7. ($map1-with-tail f l):  compiler-with-library.scm:3971
    8. (pass1/body->iform body lvars tail?):  compiler-with-library.scm:5098
...

- psyntax-mosh <= 0.2.3 runs flawlessly.
- it seems a letrec* related issue
- latest nmosh runs flawlessly.
- (i will provide details later..)

Original issue reported on code.google.com by oku...@gmail.com on 14 Oct 2010 at 5:26

GoogleCodeExporter commented 9 years ago
owner change (okuoku -> higepon)

Reason:

This problem is psyntax-mosh specific.

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

GoogleCodeExporter commented 9 years ago

Original comment by hige...@gmail.com on 1 Feb 2011 at 8:51

GoogleCodeExporter commented 9 years ago
Not fixed in 0.2.7.

Original comment by oku...@gmail.com on 4 Jul 2011 at 6:39