Summary

disable reimport notice when executing import library

Metadata

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