Summary
Allow extensions to consist of import-library only
Metadata
- Id: 3432446975e126415a0f37c50247892fa2feb0a6
- Trac id: 120
- Type: enhancement
- Reporter: felix
- Owner:
- Cc:
- Status: closed
- Component: core-pending
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone:
- Version: 4.2.x
- Changetime: 2010-03-11 10:33:12 UTC
- Created: 2009-11-13 16:16:16 UTC
- Keywords:
Description
It is not currently possible to use `require-extension` and avoid loading an extension at runtime, even if we only need the import library at expansion time (like with `matchable` for example).
The commit 78a1d9712a7c1c1d432cf3ba587dcb44c651ef82 adds a new erxtension property called `import-only`.