Summary
disable reimport notice when executing import library
Metadata
- Id: a2c76cacbd51b96aafdf1819cf79b29376f8652c
- Trac id: 290
- Type: defect
- Reporter: felix
- Owner: felix
- Cc:
- Status: closed
- Component: expander
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone:
- Version: 4.5.x
- Changetime: 2011-04-04 08:31:00 UTC
- Created: 2010-07-20 01:49:21 UTC
- Keywords:
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.
Changes and comments
[2010-07-20 01:49:28 UTC] felix changed priority from major to minor
[2010-08-18 12:08:00 UTC] felix changed status from new to closed
[2010-08-18 12:08:00 UTC] felix set resolution to fixed
[2010-08-18 12:08:00 UTC] felix wrote:
##sys#notices-enabled has been set to false during import-library loading.
[2011-04-04 08:31:00 UTC] felix removed milestone 4.6.0
[2011-04-04 08:31:00 UTC] felix wrote:
Milestone 4.6.0 deleted