Fix overly zealous Objective C method stub caching
parent
f254d719ea
commit
9e4962dec4
|
@ -5,6 +5,7 @@
|
|||
]
|
||||
|
||||
- x11: rollover highlight is not reliable
|
||||
- x11: window positioning not reliable
|
||||
+ httpd:
|
||||
- outliners don't work
|
||||
- browser responder doesn't work
|
||||
|
|
|
@ -27,10 +27,10 @@ H{ } clone super-msg-senders set-global
|
|||
|
||||
: (cache-stub) ( method function hash -- word )
|
||||
[
|
||||
over second get dup [
|
||||
over get dup [
|
||||
2nip
|
||||
] [
|
||||
drop over >r sender-stub dup r> second set
|
||||
drop over >r sender-stub dup r> set
|
||||
] if
|
||||
] bind ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue