Merge branch 'master' of git://factorcode.org/git/factor
commit
fc4cac5b2d
|
@ -170,4 +170,4 @@ MACRO: construct-slots ( assoc tuple-class -- tuple )
|
|||
>r keep r> rot [ call ] [ 2drop f ] if ; inline
|
||||
|
||||
: retry ( quot n -- )
|
||||
swap [ drop ] swap compose attempt-all ; inline
|
||||
[ drop ] rot compose attempt-all ; inline
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
USING: io.backend ;
|
||||
IN: io.files.unique.backend
|
||||
|
||||
HOOK: (make-unique-file) io-backend ( prefix suffix -- stream path )
|
||||
HOOK: (make-unique-file) io-backend ( path -- stream )
|
||||
HOOK: temporary-path io-backend ( -- path )
|
||||
|
|
Loading…
Reference in New Issue