- changed status to resolved
SEGV by invalid rename clause
Issue #58
resolved
This should raise an error during compilation but causes SEGV at runtime.
(library (foo)
(export (rename (barfoo)))
(import (rnrs))
(define bar 'foo))
(import (foo))
Comments (1)
-
reporter - Log in to comment
Added check for R6RS style rename clause (Fixes
#58)→ <<cset 0a3bbe53aa96>>