#290 closed defect (fixed)
disable reimport notice when executing import library
| Reported by: | felix winkelmann | Owned by: | felix winkelmann |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | expander | Version: | 4.5.x |
| Keywords: | Cc: | ||
| Estimated difficulty: |
Description
Inside an import library, code like
(eval '(import scheme chicken numbers))
will generate warnings about re-imports (in this example for numerical standard procedures). This should be disabled in (##sys#expand-import) during the executing of the import form in the import library.
Change History (3)
comment:1 by , 15 years ago
| Priority: | major → minor |
|---|
comment:2 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

##sys#notices-enabled has been set to false during import-library loading.