Paste: bug?

Author: blei
Mode: factor
Date: Wed, 21 Jul 2010 20:20:16
Plain Text |
: factor-icons ( -- files )
    "resource:misc/icons" dup exists? [
        [ 
            "." directory-files [ ".png" tail? ] filter
            [ normalize-path ] map
        ] with-directory
    ] [ drop f ] if ;

===

[...]
(O) Method: M\ gtk-ui-backend (with-ui)
(O) Word: set-icons
(O) Word: load-icons
(O) Word: factor-icons
(O) Word: directory-files
(O) Word: directory-entries
(O) Method: M\ unix (directory-entries)
(O) Word: (io-error)
(O) Word: unix-error
(O) Method: M\ object throw
(U) Quotation: [
        63 special-object error-thread set-global
        continuation -> error-continuation set-global
        [ original-error set-global ] [ rethrow ] bi
    ]

Unix system call failed:

Datei oder Verzeichnis nicht gefunden (2)

New Annotation

Summary:
Author:
Mode:
Body: