Parrot Bug Summary
http://rt.perl.org/rt3/NoAuth/parrot/Overview.html
Generated at Mon Jan 19 14:00:01 2009 GMT
---
* Numbers
* New Issues
* Overview of Open Issues
* Ticket Status By Version
* Requestors with m
Hi...
Yes, yes, i know. There is an official perl6 wiki. But, i think a more
"friendly" wiki is needed, so i just started a new mediawiki one in
http://perl6.wikia.com
We have few articles at the moment, with just 2 contributors. Take a
look and contribute if you think is worth it!
Anyone can co
On Tue Nov 25 09:42:24 2008, masak wrote:
> rakudo: class foo { }; say foo;
> rakudo 33193: OUTPUT[invoke() not implemented in class
> 'foo'current instr.: '_block11' pc 19 (EVAL_11:13)]
> Yes, now you've found the "can't have a class with a lowercase
> name" thingy in
> Rakudo. :-)_
>
On Tue Jan 13 15:18:05 2009, moritz wrote:
> 00:11 <@moritz_> rakudo: module A { sub b { return 'bar' }}; say A::b()
> 00:11 < p6eval> rakudo 35511: OUTPUT«b»
>
> should return 'bar', of course
>
This and the various other cases in this ticket are resolved in r35763.
Thanks!
Jonathan
On Sun Dec 07 03:06:11 2008, moritz wrote:
> On Sun Dec 07 02:47:22 2008, theba...@gmail.com wrote:
> > rakudo: class A { has $.a }; class B is A {}; my $b =
> > B.new(a=>"foo");
> > rakudo 33597: OUTPUT[You passed an initialization parameter
> > that does not have a matching
>
> As a test case
On Mon Jan 05 10:22:53 2009, moritz wrote:
> Rakudo r34428:
>
> ./perl6 -e '1.does(Int)'
> Method 'does' not found for invocant of class 'Int'
>
> Every object should have .does method, which should check the same type
> conformance as $object ~~ Type does.
> There are many tests for .does spread
On Wed Dec 31 08:44:02 2008, masak wrote:
> Rakudo r34703:
>
> $ perl6 -e 'my $year; $year //= 2009'
> get_iter() not implemented in class 'Integer'
>
> This looks like a misparse, interpreting '//= 2009' as '// =2009'.
>
Tried just adding it to generate as a meta-op, then realized that we're
us
Hello friends!
I just recently read Ovid's post on use Perl about how we can help by
fixing PUGS tests. I was a little clear on what he meant and I am a
little anxious to do something. I checked out the code for parrot
already and I am getting the pugs code while I write this. Anyone
have any i
Author: chromatic
Date: Mon Jan 19 21:19:27 2009
New Revision: 35788
Modified:
trunk/docs/pdds/pdd17_pmc.pod
trunk/docs/pdds/pdd28_strings.pod
Changes in other areas also in this revision:
Modified:
trunk/DEPRECATED.pod
trunk/compilers/imcc/pbc.c
trunk/languages/lua/src/pmc/luabool