Clone
Gustaf Neumann <neumann@wu-wien.ac.at>
committed
on 27 Sep 12
- invalidation of per-object parameter cache * on mixin changes and * on deletion/adding of per-object slots - decactivate PER_OBJECT_PA… Show more
- invalidation of per-object parameter cache   * on mixin changes and   * on deletion/adding of per-object slots - decactivate PER_OBJECT_PARAMETER_CACHING per default   (flipping this parameter makes regression test more than 20 faster). - extended regression test

Show less

2-1-0-rc + 56 more
library/nx/pkgIndex.tcl (+1 -1)
1   package ifneeded nx 2.4 [list source [file join $dir nx.tcl]]
  1 package ifneeded nx 2.4.0 [list source [file join $dir nx.tcl]]
2 2 package ifneeded nx::class-method 1.0 [list source [file join $dir class-method.tcl]]
3 3 package ifneeded nx::plain-object-method 1.0 [list source [file join $dir plain-object-method.tcl]]