cocoa.subclassing: sometimes, compiled Cocoa method bodies would not be updated when words were redefined. Fixes #66
parent
f699714a16
commit
4045eeca20
|
@ -48,7 +48,7 @@ IN: cocoa.subclassing
|
|||
: prepare-methods ( methods -- methods )
|
||||
[
|
||||
[ first4 prepare-method 3array ] map
|
||||
] with-compilation-unit ;
|
||||
] with-nested-compilation-unit ;
|
||||
|
||||
:: (redefine-objc-method) ( class method -- )
|
||||
method init-method :> ( sel imp types )
|
||||
|
|
Loading…
Reference in New Issue