Opened 11 years ago
Closed 10 years ago
#1129 closed defect (fixed)
import does not complain when passed nonextant identifiers
| Reported by: | sjamaan | Owned by: | sjamaan |
|---|---|---|---|
| Priority: | major | Milestone: | 4.11.0 |
| Component: | expander | Version: | 4.9.x |
| Keywords: | modules | Cc: | |
| Estimated difficulty: |
Description
(import (only scheme print)) should complain that print isn't in the scheme module, but it keeps happily going along.
(this is on toplevel; unknown what happens inside a module)
Change History (3)
comment:1 Changed 11 years ago by
| Milestone: | someday → 4.10.0 |
|---|
comment:2 Changed 10 years ago by
| Milestone: | 4.10.0 → 4.11.0 |
|---|
comment:3 Changed 10 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

Inside a module it will do the same. However, if you try to use it, it'll complain that the identifier hasn't been imported. So it seems to me that these "extra" identifiers simply get ignored. Shouldn't be too hard to fix this, let's try to fix it for 4.11.