Ticket #66 (closed defect: fixed)

Opened 9 months ago

Last modified 3 weeks ago

Support for arrays of wrapped classes and structs

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

Description

Need that.

Change History

11/11/08 22:32:22 changed by JarrettBillingsley

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

(In [424]) Significant work towards finishing the binding lib. Wrapped classes and structs now work (?), no properties yet though. Arrays of structs and classes also now work; that was really easy. Which means this closes #66.

Also fixed a bug where instance fields were not being nulled out after creation, and another where the range check on instance fields was not correct.