| [perl #76436] rakudo parses "555 ~~!~~ 666" but STD doesn't |
1 message |
Will Coleda via RT
|
17 Aug 2010 |
| [perl #77124] [BUG] 'perl6 --help' doesn't give any help in Rakudo |
1 message |
Will Coleda via RT
|
17 Aug 2010 |
| [perl #74352] [BUG] Strange type object-related error when doing a junction in a subtype with the same nominal check several times in Rakudo |
1 message |
Will Coleda via RT
|
17 Aug 2010 |
| [perl #69518] [BUG] Rakudo allows instantiating subtypes, shouldn't |
1 message |
Will Coleda via RT
|
17 Aug 2010 |
| [perl #70600] [BUG] Rakudo gets confused when the exponent in scientific notation is large enough |
5 messages |
Nicholas Clark, Will Coleda, Will Coleda via RT
|
18 Aug 2010 |
| [perl #77274] [BUG] Class cannot inherit first from parent and then from grandparent in Rakudo |
1 message |
Carl Mäsak
|
17 Aug 2010 |
| [perl #77272] [BUG] LTA error message when misspelling a type name after inheritance 'is' in class declaration in Rakudo |
1 message |
Carl Mäsak
|
17 Aug 2010 |
| [perl #77270] [BUG] LTA error message when misspelling type names in signatures in Rakudo |
1 message |
Carl Mäsak
|
17 Aug 2010 |
| [perl #77246] _~*.A parses in Rakudo but fails in STD |
1 message |
Paweł Pabian
|
16 Aug 2010 |
| [perl #77232] [BUG] Binary bitshift operators infix:<< +< >> and infix:<< +> >> have too loose a priority in Rakudo |
2 messages |
Patrick R. Michaud via RT, Carl Mäsak
|
16 Aug 2010 |
| [perl #64928] The undefinedness of optional arguments and typed attributes in Rakudo |
1 message |
Carl Mäsak via RT
|
15 Aug 2010 |
| [perl #77218] Using Perl6 PDF: Some subroutine examples don't work when declared before call |
2 messages |
Patrick R. Michaud, James Keenan
|
14 Aug 2010 |
| [perl #77220] Rakudo Star: Using Perl6 PDF: Chap 4: misleading code example |
1 message |
James Keenan
|
14 Aug 2010 |
| [perl #77224] [BUG] Rakudo allows the declaration of a sub with the same name as an already declared class, STD doesn't |
1 message |
Carl Mäsak
|
14 Aug 2010 |
| [perl #77134] tests available |
1 message |
kyleha
|
14 Aug 2010 |
| [perl #77214] [BUG] A 'do given' with no matching 'when' block yields the rather arbitrary value 0 in Rakudo |
2 messages |
Carl Mäsak, Carl Mäsak via RT
|
14 Aug 2010 |
| [perl #77208] [BUG] Closing brace does not end statement between "class C { }\n" and "module M { }" |
1 message |
Lithos
|
14 Aug 2010 |
| [perl #77206] [PATCH] Simplified Range.perl |
1 message |
Tadeusz Sośnierz
|
13 Aug 2010 |
| [perl #77204] [PATCH] Range.pick optimizations |
1 message |
Tadeusz Sośnierz
|
13 Aug 2010 |
| [perl #77202] [BUG] "Method 'foo' not found" error is missing class name |
1 message |
Lithos
|
13 Aug 2010 |
| [perl #77200] [BUG] in-place mutator C< .= new > does not work + wrong line number |
1 message |
Lithos
|
13 Aug 2010 |
| [perl #77184] [BUG] Odd "'self' not found" error when mixing a role (containing a 'my $!foo' declaration) into a class in Rakudo |
1 message |
Carl Mäsak
|
12 Aug 2010 |
| Re: [perl #77178] AutoReply: Rakudo crash with Null PMC access in get_repr() |
1 message |
Alex Varyanick
|
12 Aug 2010 |
| [perl #77178] Rakudo crash with Null PMC access in get_repr() |
1 message |
Alex Varyanick
|
12 Aug 2010 |
| [perl #66050] Can't exit REPL with exit; or EOF |
1 message |
Will Coleda via RT
|
11 Aug 2010 |
| [perl #75246] [PATCH] make hyper operators work on nested arrays |
1 message |
Will Coleda via RT
|
11 Aug 2010 |
| [perl #59400] [PATCH] Implementation of lvalue semantic of Str.substr |
1 message |
Will Coleda via RT
|
11 Aug 2010 |
| [perl #57936] [PATCH] Implementation of StrPos |
1 message |
Will Coleda via RT
|
11 Aug 2010 |
| [perl #75174] [BUG] return() and gather/take interact badly |
1 message |
Will Coleda via RT
|
11 Aug 2010 |
| [perl #74530] [BUG] Ranges and hyper-ops don't mix |
1 message |
Will Coleda via RT
|
11 Aug 2010 |
| [perl #71820] Subset name omitted from error when typecheck fails |
1 message |
Will Coleda via RT
|
11 Aug 2010 |
| [perl #72442] {redo} prints a newline to STDERR |
2 messages |
Will Coleda via RT
|
11 Aug 2010 |
| [perl #74076] [BUG] Null PMC access when accessing $OUTER::_ in a block in Rakudo |
2 messages |
Will Coleda via RT
|
11 Aug 2010 |
| [perl #68988] Empty return value causes Null PMC access in find_method() when passed to another routine |
1 message |
Will Coleda via RT
|
11 Aug 2010 |
| [perl #66714] [BUG] No line number in error message to undef[1] in Rakudo |
1 message |
Will Coleda via RT
|
11 Aug 2010 |
| [perl #77174] [BUG] "maximum recursion depth exceeded" from: my @a //= (3); @a.perl.say; |
1 message |
Ron Schmidt
|
11 Aug 2010 |
| [perl #77164] [BUG] Cannot always match signature when default value is a sub |
1 message |
Patrick Abi Salloum
|
11 Aug 2010 |
| [perl #77170] 'maximum recursion depth exceeded' comes with complete stack trace |
1 message |
Wenzel Peppmeyer
|
11 Aug 2010 |
| [perl #77168] typed list causes recursion limit hit |
1 message |
Wenzel Peppmeyer
|
11 Aug 2010 |
| [perl #75768] [BUG] Null PMC access when infix:<...>-array-slicing an infix:<...>-list in Rakudo |
1 message |
Will Coleda via RT
|
11 Aug 2010 |
| [perl #75644] [BUG] Error when reporting an error during parsing caused by doing a role with Lions containing each other in Rakudo |
2 messages |
Will Coleda via RT, Carl Mäsak via RT
|
12 Aug 2010 |
| [perl #75440] [BUG] ranges from multiple application of X not working |
2 messages |
Will Coleda via RT
|
11 Aug 2010 |
| [perl #75348] [BUG] Can't call local sub from RHS of assignment to attribute declaration in Rakudo |
2 messages |
Will Coleda via RT, Carl Mäsak via RT
|
12 Aug 2010 |
| [perl #74916] [BUG] Nil isn't defined in Rakudo (but is in the spec) |
1 message |
Will Coleda via RT
|
11 Aug 2010 |
| [perl #74609] tests available |
1 message |
kyleha
|
11 Aug 2010 |
| [perl #77162] Series with Code on the LHS |
1 message |
Patrick Abi Salloum
|
11 Aug 2010 |
| [perl #77160] Match.list flattens quantified sub-captures |
1 message |
Moritz Lenz
|
11 Aug 2010 |
| [perl #77158] [BUG] Doing .perl on an :(Array of Int) signature produces an internal error in Rakudo |
1 message |
Carl Mäsak
|
11 Aug 2010 |
| [perl #77152] Rakudo can't parse lexical subrule calls with arguments in regexes. |
1 message |
Tyler Curtis
|
11 Aug 2010 |
| What should be returned by the .keys method for Match invocants? |
1 message |
Stéphane Payrard
|
10 Aug 2010 |
| [perl #77146] What should be returned by the .keys method for Match invocants? |
1 message |
Stephane Payrard
|
10 Aug 2010 |
| [perl #76978] [BUG] The &mkdir built-in has the wrong default mode in Rakudo |
1 message |
Carl Mäsak via RT
|
10 Aug 2010 |
| [perl #77144] "while $foo ~~ m:g//" should warn |
1 message |
Wenzel Peppmeyer
|
10 Aug 2010 |
| [perl #77140] [BUG] Nil.defined should probably not return True |
2 messages |
Stephane Payrard, Carl Mäsak via RT
|
10 Aug 2010 |
| [perl #77138] [BUG] subset attempt fails with Null PMC access |
1 message |
Solomon Foster
|
10 Aug 2010 |
| [perl #77126] Cannot declare a Complex number without i |
2 messages |
Michael Cartmell
|
10 Aug 2010 |
| Large integers, ** and Int |
13 messages |
Aaron Sherman, Patrick R. Michaud, Darren Duncan, Moritz Lenz
|
18 Aug 2010 |
| [perl #77134] negated smart-match does not topicalize like ~~ |
1 message |
Moritz Lenz
|
10 Aug 2010 |
| [perl #77124] [BUG] 'perl6 --help' doesn't give any help in Rakudo |
1 message |
Carl Mäsak
|
9 Aug 2010 |
| [perl #66694] [BUG] a memory error occurs when the a method overridden in an 'is also' class declaration is called in Rakudo |
1 message |
Will Coleda via RT
|
9 Aug 2010 |
| [perl #77118] [BUG] :a<> should fail with a meaningful message like in STD |
1 message |
Stephane Payrard
|
9 Aug 2010 |
| [perl #77108] my $x = 1 // *; assigns Whatever code |
4 messages |
Aaron Sherman, PaweÅ‚ Pabian, Carl Mäsak via RT
|
9 Aug 2010 |
| [perl #77114] Rakudo parses my %foo XX= 1 but STD does not |
1 message |
Paweł Pabian
|
9 Aug 2010 |
| [perl #77112] undefined sub in substitution eval part not detected in parsetime |
1 message |
Paweł Pabian
|
9 Aug 2010 |
| [perl #77110] LTA message on unescaped "-" in substitution |
1 message |
Paweł Pabian
|
9 Aug 2010 |
| [perl #77098] [PATCH] Fixing *error getting set to itself, which must be an error |
2 messages |
Andy Lester, Will Coleda via RT
|
9 Aug 2010 |
| [perl #77106] [BUG] [LHF] Improve Configure.pl message to indicate unreleased Parrot |
1 message |
Patrick R . Michaud
|
9 Aug 2010 |
| [perl #77104] Rakudo doesn't like WhateverCode ranges in postcircumfix:<[ ]> |
1 message |
Moritz Lenz
|
9 Aug 2010 |
| Rakudo star --prefix was removed from blead? |
4 messages |
Alberto Simões, Grizzly , Patrick R. Michaud
|
9 Aug 2010 |
| [perl #70007] tests available |
1 message |
kyleha
|
8 Aug 2010 |
| Emacs mode? |
5 messages |
Alberto Simões, Ævar Arnfjörð Bjarmason, Moritz Lenz, Jan Dubois
|
8 Aug 2010 |
| [perl #76994] tests available |
1 message |
kyleha
|
8 Aug 2010 |
| [perl #77080] Smart-matching against True and False should not be a fatal error |
1 message |
Moritz Lenz
|
8 Aug 2010 |
| [perl #77078] [BUG] Segfault on .[1..*] on an Array in Rakudo |
1 message |
Carl Mäsak
|
7 Aug 2010 |
| [perl #69010] [BUG] &break outside of topicalizer block should be a compile-time error in Rakudo |
2 messages |
Will Coleda via RT, Carl Mäsak via RT
|
7 Aug 2010 |