[e-lang] Bug: rune -.<ext> doesn't work as promised

Mark S. Miller markm at cs.jhu.edu
Sun Jul 30 05:45:14 EDT 2006


Kevin Reid wrote:
> $ rlwrap /Stuff/e-0.8.36n/rune --help
> ...
> 1) From an external shell, using the bash driver script "rune":
>        $ rune <s-opt>* --? (<fname> <arg>*)?
>    <fname> ::= ...
>            |   -.<ext>                 Normally interpreted as  
> standard input.
>            |   -                       Short for "-.e".
> $ rlwrap /Stuff/e-0.8.36n/rune -.e
> # problem: <FileNotFoundException: /Volumes/Gamma/External/Projects/e- 
> ui/-.e (No such file or directory)>
> 
> I'm actually looking to use "-.e-awt".


This is now bug
https://sourceforge.net/tracker/index.php?func=detail&aid=1531115&group_id=75274&atid=551529

I have just checked in a fix for this into the subversion head and closed out 
the bug. Note that interactive use should look like any of

     $ rune
     $ rune --interact -
     $ rune --interact -.e
     $ rune --interact -.e-awt

If the file name is explicit but the "--interact" flag is not given, then it 
defaults to non-interactive interpretation of stdin. (This has not changed. 
I'm just clarifying.)

-- 
Text by me above is hereby placed in the public domain

     Cheers,
     --MarkM


More information about the e-lang mailing list