Bindings in wrong environments

Bug #298196 reported by Derick Eddington
2
Affects Status Importance Assigned to Milestone
Ikarus Scheme
Fix Committed
Low
Abdulaziz Ghuloum

Bug Description

(scheme-report-environment 5) should not have eof-object. R5RS does not have eof-object, only eof-object?.

Ikarus Scheme version 0.0.3+ (revision 1677, build 2008-11-14)
Copyright (c) 2006-2008 Abdulaziz Ghuloum

> (eval 'eof-object (scheme-report-environment 5))
#<procedure eof-object>
>

Related branches

Changed in ikarus:
importance: Undecided → Low
Revision history for this message
Derick Eddington (derick-eddington) wrote :

syntax-violation does not go in (rnrs conditions), only (rnrs syntax-case) and (rnrs).

> (eval 'syntax-violation (environment '(rnrs conditions)))
#<procedure syntax-violation>
>

description: updated
Revision history for this message
Derick Eddington (derick-eddington) wrote :

(rnrs r5rs) should not have interaction-environment.

> (eval 'interaction-environment (environment '(rnrs r5rs)))
#<procedure interaction-environment>
>

Revision history for this message
Derick Eddington (derick-eddington) wrote :

R6RS's (scheme-report-environment 5) is supposed to omit interaction-environment.

> (eval 'interaction-environment (scheme-report-environment 5))
#<procedure interaction-environment>
>

Revision history for this message
Abdulaziz Ghuloum (aghuloum) wrote :

Fixed in 1681.

Changed in ikarus:
assignee: nobody → aghuloum
status: New → Fix Committed
Changed in ikarus:
milestone: none → 0.0.4
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.