Paste: fuel + autouse

Author: ulysses
Mode: factor
Date: Mon, 21 Sep 2009 08:49:16
Plain Text |
USING: ;
IN: silly.example

! To repro, open the file with fuel.
! C-c k -- it will error
! C-e u -- to find usings
! C-c k -- it will pass, but invoking a-word will not work right
! Invoke a-word -- it will give a deferred word msg

<PRIVATE

: a-word ( -- )
    <some-error> ;

PRIVATE>

New Annotation

Summary:
Author:
Mode:
Body: