Issue 6142 in pharo: Support piping in scripts to the image

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 6142 in pharo: Support piping in scripts to the image

pharo
Status: Accepted
Owner: ----
Labels: Milestone-2.0 Type-Feature

New issue 6142 by [hidden email]: Support piping in scripts to the  
image
http://code.google.com/p/pharo/issues/detail?id=6142

A CommandLineHandler that reads a string from the command line and outputs  
the evaluated result.

This handler either evaluates the arguments passed to the image:
        $PHARO_VM my.image eval  1 + 2
       
or it can read directly from stdin:

        echo "1+2" | $PHARO_VM my.image eval


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6142 in pharo: Support piping in scripts to the image

pharo
Updates:
        Status: FixReviewNeeded

Comment #1 on issue 6142 by [hidden email]: Support piping in  
scripts to the image
http://code.google.com/p/pharo/issues/detail?id=6142

SLICE-Issue-6142-Support-piping-in-scripts-to-the-image-CamilloBruni.1


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker