trying to make whalesong work with 5.3

This commit is contained in:
Danny Yoo 2012-06-24 14:13:18 -04:00
parent df0d127f09
commit 8b45f7f4e0
2 changed files with 2 additions and 3 deletions

View File

@ -1887,7 +1887,7 @@
(build-list count (lambda: ([i : Natural])
(make-EnvLexicalReference (+ i
(InstallValue-depth exp)
(sub1 count))
(ensure-natural (sub1 count)))
(InstallValue-box? exp))))
(cons (make-Reg 'val)
(build-list (sub1 count) (lambda: ([i : Natural])

View File

@ -185,8 +185,7 @@
(path->string val))]
[(vector? val)
(format "RT.makeVector([~a])"
(string-join (for/list ([elt (vector->list val)])
(loop elt))
(string-join (map loop (vector->list val))
","))]
[(box? val)
(format "RT.makeBox(~s)"