#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 Changed 14 years ago by
Priority: | major → minor |
---|
comment:2 Changed 14 years ago by
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.