Re: [perl #125434] AutoReply: Variable lives outside of loop's scope

2015-06-18 Thread Dagur Valberg Johannsson
Correction: rakudo does not hang, I didn't add a condition to the loop. On Thu 18 Jun 2015 at 22:37 perl6 via RT wrote: > Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "Variable lives outside of loop's scope", >

Re: [perl #78454] [BUG] Filehandle not flushed at program exit

2014-02-24 Thread Dagur Valberg Johannsson
There is a related test in roast/ S32-io/io-handle.t that tests that IO flushes when it goes out of scope. rakudo-parrot still doesn't do that: 10:57 r: "asdf".IO.open(:w).print("24"); say slurp "asdf"; 10:57 rakudo-jvm 299d70, rakudo-moar 299d70: OUTPUT«24␤» 10:57 ..rakudo-parrot 299d70: OUTP

"A website for proto" submission

2010-05-10 Thread Dagur Valberg Johannsson
Hi, I used the evening to hack together a website for proto in perl 5. It's up at http://proto.brannrev.net/ Source code at http://github.com/dagurval/proto_web Cheers