Fix stack effect declaration
parent
415d960b66
commit
500b97708f
|
@ -12,7 +12,6 @@
|
||||||
- roundoff is still not quite right with tracks
|
- roundoff is still not quite right with tracks
|
||||||
- fix top level window positioning
|
- fix top level window positioning
|
||||||
- fix contribs: boids, automata
|
- fix contribs: boids, automata
|
||||||
- [ [ dup call ] dup call ] infer hangs
|
|
||||||
- graphical module manager tool
|
- graphical module manager tool
|
||||||
- see if alien calls can be made faster
|
- see if alien calls can be made faster
|
||||||
- sometimes darcs get fails with the httpd
|
- sometimes darcs get fails with the httpd
|
||||||
|
@ -99,6 +98,8 @@
|
||||||
|
|
||||||
+ compiler/ffi:
|
+ compiler/ffi:
|
||||||
|
|
||||||
|
- [ [ dup call ] dup call ] infer hangs
|
||||||
|
- callstack overflow when compiling mutually recursive inline words
|
||||||
- test what is done in the case of an invalid declaration on an inline
|
- test what is done in the case of an invalid declaration on an inline
|
||||||
recursive
|
recursive
|
||||||
- ppc64 backend
|
- ppc64 backend
|
||||||
|
|
|
@ -7,7 +7,7 @@ IN: cocoa
|
||||||
USING: alien gadgets-presentations io kernel namespaces objc
|
USING: alien gadgets-presentations io kernel namespaces objc
|
||||||
parser prettyprint styles ;
|
parser prettyprint styles ;
|
||||||
|
|
||||||
: pasteboard-error ( error str -- f )
|
: pasteboard-error ( error -- f )
|
||||||
"Pasteboard does not hold a string" <NSString>
|
"Pasteboard does not hold a string" <NSString>
|
||||||
0 swap rot set-void*-nth f ;
|
0 swap rot set-void*-nth f ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue