SEGV by invalid rename clause

Issue #58 resolved
Takashi Kato repo owner created an issue

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)

  1. Log in to comment