Re: Rakudo 2009-08 REPL: no UTF-8

2009-09-03 Thread Mark J. Reed
And of course I find the bug someone else submitted *after* I send that message. http://rt.perl.org/rt3/Public/Bug/Display.html?id=68744 Nothing new to see here, move along... On Thu, Sep 3, 2009 at 10:51 PM, Mark J. Reed wrote: > Possibly a known bug, but Rakudo (at least on OS X) is treating

Rakudo 2009-08 REPL: no UTF-8

2009-09-03 Thread Mark J. Reed
Possibly a known bug, but Rakudo (at least on OS X) is treating REPL input as Latin-1, even though it treats script code and command-line code properly as UTF-8 (which matches my locale settings): $ ./perl6 -e 'for «Hello world!» { .say }' Hello world! $ ./perl6 > for «Hello world!» { .say } Stat

Re: parrot.org needs renewed SSL, smoke tests failing due to expired cert

2009-09-03 Thread Will Coleda
parrot.org admins are on this; Hopefully will be done today. On Thu, Sep 3, 2009 at 10:52 AM, yary wrote: > I'm running one of the buildslave smoke testing machines for parrot, > and noticed that mine & the other buildslaves are failing. Seems to be > due to the clients' vigilant checking of SSL c

parrot.org needs renewed SSL, smoke tests failing due to expired cert

2009-09-03 Thread yary
I'm running one of the buildslave smoke testing machines for parrot, and noticed that mine & the other buildslaves are failing. Seems to be due to the clients' vigilant checking of SSL certificates- http://buildbot.eigenstate.net:8040/OpenBSD-trunk-builder/builds/14/step-svn/0 says: svn: PROPFIND

[perl #68960] [BUG] Rat of 1/0 makes say silently fail

2009-09-03 Thread via RT
# New Ticket Created by Solomon Foster # Please include the string: [perl #68960] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=68960 > colomon: rakudo: say "hello"; say 1 / 0; say "goodbye" p6eval: rakudo c9a930: OUTPUT«h

[perl #68958] [BUG] Rat.new.Str causes Null PMC

2009-09-03 Thread via RT
# New Ticket Created by Solomon Foster # Please include the string: [perl #68958] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=68958 > colomon: rakudo: say Rat.new.Str p6eval: rakudo c9a930: OUTPUT«Null PMC access in find