mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
parent
d677a135f1
commit
702e881289
1 changed files with 2 additions and 0 deletions
|
@ -296,6 +296,8 @@
|
||||||
(pair? (exception-irritants exn)))
|
(pair? (exception-irritants exn)))
|
||||||
(let ((name (car (exception-irritants exn))))
|
(let ((name (car (exception-irritants exn))))
|
||||||
(cond
|
(cond
|
||||||
|
((and (identifier? name) (not (env-parent (current-environment))))
|
||||||
|
(display "Did you forget to import a language? e.g. (import (scheme base))\n" out))
|
||||||
((identifier? name)
|
((identifier? name)
|
||||||
(display "Searching for modules exporting " out)
|
(display "Searching for modules exporting " out)
|
||||||
(display name out)
|
(display name out)
|
||||||
|
|
Loading…
Add table
Reference in a new issue