Opened 13 years ago

Closed 13 years ago

Last modified 12 years ago

#420 closed defect (wontfix)

indirectly loaded extension to statically linked extension-modules may still be loaded dynamically

Reported by: felix winkelmann Owned by: felix winkelmann
Priority: major Milestone: 4.9.0
Component: core libraries Version: 4.6.x
Keywords: Cc:
Estimated difficulty:

Description

It might be helpful to internally mark explicitly statically linked extension in an executable (-static-extension) as "pre-loaded", for example by adding them to ##sys#loaded-extensions before loading require'd extensions.

Change History (3)

comment:1 Changed 13 years ago by felix winkelmann

Resolution: wontfix
Status: newclosed

At T-DOSE we have come to the conclusion that any effort for statically linkable eggs will be silently dropped. It is too much of a hassle to get this working, the user interface is awkward, and egg-authors don't test static linking in most cases. Since it is easier to just use -deploy if self-contained binaries are desired this feature will be phased out.

comment:2 Changed 13 years ago by felix winkelmann

Milestone: 4.7.04.8.0

Milestone 4.7.0 deleted

comment:3 Changed 12 years ago by felix winkelmann

Milestone: 4.8.04.9.0

Milestone 4.8.0 deleted

Note: See TracTickets for help on using tickets.