Ticket #26 (closed enhancement: invalid)

Opened 11 months ago

Last modified 3 weeks ago

Make order of class wrapping irrelevant?

Reported by: JarrettBillingsley Assigned to: JarrettBillingsley
Priority: normal Milestone: MiniD 2
Component: Binding Lib Keywords:
Cc:

Description

Currently when you wrap multiple classes with chained .type calls to WrapModule?, the D compiler will evaluate the wrapped class functions in an odd order, making wrapping base classes and their children odd (not to mention compiler-dependent). Could it be possible to make wrapping classes order-independent, so that they'd maybe be instantiated when the module was loaded the first time?

Change History

11/11/08 10:56:45 changed by JarrettBillingsley

  • status changed from new to closed.
  • resolution set to invalid.

No longer valid, as the binding lib again uses the Pyd-style wrapping method.