Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#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 felix winkelmann

Priority: majorminor

comment:2 Changed 14 years ago by felix winkelmann

Resolution: fixed
Status: newclosed

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

comment:3 Changed 13 years ago by felix winkelmann

Milestone: 4.6.0

Milestone 4.6.0 deleted

Note: See TracTickets for help on using tickets.