Re: Parrot 0.8.1 "Tio Richie" Released!

2008-11-19 Thread François Perrad
chromatic a écrit : On behalf of the Parrot team, I'm proud to announce Parrot 0.8.1 "Tio Richie." [1] Parrot is a virtual machine aimed at running all dynamic languages. As usual, the Windows setup is available on http://parrotwin32.sourceforge.net/ François. Rat Creature

Re: Assignment of UnManagedStruct in Perl6

2008-11-19 Thread Patrick R. Michaud
On Wed, Nov 19, 2008 at 04:57:34PM +0900, Simon Cozens wrote: > [...] > From this I can conclude that my PIR open() code correctly returns an > UnManagedStruct PMC; however, when Perl 6's assignment operator assigns > this to a variable, a new, empty UnManagedStruct PMC is created and no > longer c

[perl #60640] Exception Handlers won't automatically be disabled

2008-11-19 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #60640] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60640 > from DEPRECATED.pod: =item * Exception Handlers won't automatically be disabled [post 0.

[perl #60648] :immediate-declared Classes Not Thawed from PBC

2008-11-19 Thread via RT
# New Ticket Created by chromatic # Please include the string: [perl #60648] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60648 > Given this PIR: .sub 'foo' :anon :immediate $P0 = newclass 'Bar'

[perl #60656] December 2008 release

2008-11-19 Thread via RT
# New Ticket Created by chromatic # Please include the string: [perl #60656] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60656 > This metaticket is for issues related to the December 2008 release of Parrot, planned for D

[perl #60650] Lexical Associations Not Thawed with Tailcalls

2008-11-19 Thread via RT
# New Ticket Created by chromatic # Please include the string: [perl #60650] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60650 > >From t/pmc/exception.t test #26: .sub main :main .local pmc a .lex 'a

Re: Assignment of UnManagedStruct in Perl6

2008-11-19 Thread Simon Cozens
Patrick R. Michaud wrote: > In r32873 I've updated assignment semantics so that it now tries to > do the right thing when dealing with something coming from outside > Rakudo's type system. In particular, assigning an UnManagedStruct > to a scalar value should now properly take a reference instead

[perl #60642] [CAGE] add a codingstd test to ensure TODOed tests have an RT ticket number

2008-11-19 Thread via RT
# New Ticket Created by Mark Glines # Please include the string: [perl #60642] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60642 >

[perl #60636] [TODO] implement 'is rw' trait on classes

2008-11-19 Thread [EMAIL PROTECTED] (via RT)
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #60636] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60636 > Rakudo needs to have the 'is rw' trait on classes at some point (which according to

[perl #60658] Broken links to Glossary and Patch & Bug Report Submission Information

2008-11-19 Thread via RT
# New Ticket Created by Matt Kraai # Please include the string: [perl #60658] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60658 > Howdy, On the Developer Resources page at http://www.parrot.org/dev, the Glossary and Pat

[perl #60662] Failed tests: t/pmc/nci.t

2008-11-19 Thread [EMAIL PROTECTED] (via RT)
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #60662] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60662 > --- osname= linux osvers= 2.6.23-gentoo-r3 arch= x86_64-linux cc= x86_64-pc-l

[perl #60652] Lexicals and :outer not Thawed Properly from PBC

2008-11-19 Thread via RT
# New Ticket Created by chromatic # Please include the string: [perl #60652] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60652 > Several tests in t/op/lexicals.t fail when run as PBC (or with parrot -r): t/op/lexicals

Re: [perl #60674] sign($x) always returns 1 when $x ~~ Complex

2008-11-19 Thread Carl Mäsak
Moritz (>), Carl (>>): >> what should the behaviour of sign($x) be when $x is complex? > > I'd argue that it's a Failure. Aye. > [...]

Rakudo bug reports still go to [EMAIL PROTECTED]

2008-11-19 Thread Patrick R. Michaud
Some of you may have seen the announcements on the Parrot lists that Parrot will be starting to use trac.parrot.org for its issue tracking and bug reporting system. This is just a note that Rakudo's bug reports will continue to be hosted on the rt.perl.org server, and we will continue to use <[EM

[svn:parrot-pdd] r32918 - in trunk: . config/gen/makefiles docs/pdds include/parrot lib/Parrot/Pmc2c src src/io src/pmc t/pmc

2008-11-19 Thread allison
Author: allison Date: Wed Nov 19 17:50:32 2008 New Revision: 32918 Modified: trunk/docs/pdds/pdd22_io.pod Changes in other areas also in this revision: Added: trunk/include/parrot/io_portable.h - copied unchanged from r32916, /branches/pdd22io/include/parrot/io_portable.h trunk/in

[perl #60068] [BUG] t/pmc/packfile.t: set_integer_keyed_str test failing on Darwin PPC

2008-11-19 Thread James Keenan via RT
Tonight, for the first time in four weeks, this test (#6) passed on Darwin/PPC. Cf.: http://smolder.plusthree.com/app/public_projects/tap_stream/8270/260 I can't really tell which commit fixed this failure. Given the fact that several files with 'pack' in their names were changed in r32888 (part

[perl #60622] [BUG] t/pmc/pmc.t failing on Darwin

2008-11-19 Thread James Keenan via RT
This passed tonight on Darwin/PPC, r32919. I can't tell which commit fixed the problem. Cf.: http://smolder.plusthree.com/app/public_projects/tap_stream/8270/270 If it continues to pass over the next week, I will close the ticket. Thank you very much. kid51

Re: [perl #60642] [CAGE] add a codingstd test to ensure TODOed tests have an RT ticket number

2008-11-19 Thread Mark Glines
James Keenan via RT wrote: On Tue Nov 18 10:22:25 2008, [EMAIL PROTECTED] wrote: This will probably be quite challenging. Let's assume that all tests are found in files with names ending in '.t'. Those .t files can be written in any language, which probably have different ways of classifying a