Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kawa: Does not handle rename correctly in eval if --no-inline specified #35

Closed
okuoku opened this issue Feb 11, 2016 · 1 comment
Closed

Comments

@okuoku
Copy link
Owner

okuoku commented Feb 11, 2016

Kawa does not handle rename correctly if it was inside environment on eval

(import (scheme base)
        (scheme write)
        (scheme eval))

(let ((c (eval 'cons2 (environment '(rename (scheme base) (cons cons2))))))
 (write c)(newline))

Strangely, it is OK without --no-inline.

[oku@centos7 yuni]$ java kawa.repl -r7rs check.sps
#<procedure cons>
[oku@centos7 yuni]$ java kawa.repl --no-inline -r7rs check.sps
unbound location: cons2

kawa-2.1.jar

@okuoku
Copy link
Owner Author

okuoku commented Feb 12, 2016

Reported to the upstream.https://sourceware.org/ml/kawa/2016-q1/msg00008.html
No longer a blocker for Yuni as of r8704(kawa-2.1.1). CLOSE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant