Re: [perl #42135] [PATCH] Fix overzealous flag removal in t/examples/shootout.t

2007-03-27 Thread Leopold Toetsch
Am Dienstag, 27. März 2007 16:19 schrieb Andy Dougherty: > Many of the examples in examples/shootout specify preferred flags.  For > example, ack.pir starts with > >     #!./parrot -Oc -Cj > > I don't know what -Oc does.  docs/running.pod doesn't say.  It refers to > the non-existent F for more det

Re: [perl #42135] [PATCH] Fix overzealous flag removal in t/examples/shootout.t

2007-03-27 Thread Joshua Isom
Perhaps this is too complicated a method. The shootouts should probably be ran with the testing core. If you want to test the CGP core, use 'make testC', and so on. Otherwise, how will we know if ack.pir starts failing with a different runcore? I'd feel it'd be preferable to ignore the firs

Re: [perl #42135] [PATCH] Fix overzealous flag removal in t/examples/shootout.t

2007-03-27 Thread chromatic
On Tuesday 27 March 2007 07:19, Andy Dougherty wrote: > Ignoring that for the moment, the second set of flags is the problem. > On a system with neither -C nor -j, t/examples/shootout.t would leave > the second argument there as a plain '-'. Parrot would then sit waiting > forever for stdin, and