develooper Group list

perl.perl6.compiler

Postings from July 2010 | Postings from August 2010 | Postings from September 2010

Newest page 1 2 3 Oldest

[perl #77604] [BUG] 'so' doesn't work like prefix:<?> in Rakudo 1 message Carl Mäsak 31 Aug 2010
[perl #77598] [BUG] Null PMC access when array-indexing a hash with a negative index in Rakudo 1 message Carl Mäsak 31 Aug 2010
[perl #77596] [BUG] Null PMC access when doing 'use v5' inside of a block in Rakudo 1 message Carl Mäsak 31 Aug 2010
[perl #77594] [BUG] Binding of a literal to something doesn't give an error in Rakudo 1 message Carl Mäsak 31 Aug 2010
[perl #77592] [BUG] infix:<%> gives fewer divide-by-zero errors than does infix:</> in Rakudo 1 message Carl Mäsak 31 Aug 2010
[perl #77590] [BUG] The program '() .= ()' segfaults in Rakudo 1 message Carl Mäsak 31 Aug 2010
[perl #77586] [BUG] Assigning to a hash with the same hash in the rhs of the assignment causes the hash to become empty in Rakudo 1 message Carl Mäsak 31 Aug 2010
[perl #77570] No protection against huge capture variables ($1, $2...) index 1 message Paweł Pabian 31 Aug 2010
[perl #77578] [BUG] .chomp returns String rather than Str 1 message Solomon Foster 31 Aug 2010
[perl #77568] [PATCH] Added more info to an error message for <> 1 message Tadeusz Sośnierz 31 Aug 2010
[perl #77564] * quantifier after block in regexp executes it infinite amount of times 1 message Paweł Pabian 31 Aug 2010
[perl #77562] rakudo parses /$'x'/ but STD doesn't 1 message Paweł Pabian 31 Aug 2010
[perl #77560] [PATCH] Instants and Durations 1 message Kodi Arfer 31 Aug 2010
[perl #77558] $^ accepted inside regexp in Rakudo but not in STD 1 message Paweł Pabian 31 Aug 2010
[perl #77572] Rakudo parses 1 .. 2 .. 3 but STD doesnt 1 message Paweł Pabian 31 Aug 2010
[perl #77582] Invocant type empty in error message when calling non-existant method on hash 1 message Moritz Lenz 31 Aug 2010
[perl #77576] [BUG] Built-in rules don't emit <?DEBUG> output in Rakudo (nqp-rx) 1 message Carl Mäsak 31 Aug 2010
[perl #77550] $. in regexp accepted by Rakudo but not by STD 1 message Paweł Pabian 31 Aug 2010
[perl #77522] Rakudo allows unspace in /\ X/ but STD doesn't 1 message Paweł Pabian 31 Aug 2010
[perl #77528] Rakudo misinterprets calls to subs with names beginning with "my" as malformed my declaration. 1 message Tyler Curtis 31 Aug 2010
[perl #77526] Rakudo not warning about unblessed refs in regexpx 1 message Paweł Pabian 31 Aug 2010
[perl #77524] Rakudo allows postfix<:> in regexp(?) but STD doesnt 1 message Paweł Pabian 31 Aug 2010
[perl #77520] [BUG] Internal Parrot error when introspecting the signature of an &assuming'd code block in Rakudo 1 message Carl Mäsak 30 Aug 2010
[perl #77504] [BUG] LTA Failure error message when hash-indexing a non-hash (using either .<> or .{}) in Rakudo 2 messages Carl Mäsak via RT, Carl Mäsak 29 Aug 2010
[perl #77474] [BUG] Something strange happens when doing binding in a subsignature as part of the Hamming problem in Rakudo 1 message Carl Mäsak 27 Aug 2010
[perl #76420] [BUG] Wrapping subs doesn't work anymore in Rakudo 1 message Carl Mäsak via RT 27 Aug 2010
[perl #77472] [BUG] Cannot wrap a multi sub in Rakudo 1 message Carl Mäsak 27 Aug 2010
[perl #77464] Rakudo Star: Trim down disk space once installed 11 messages Patrick R. Michaud, James Keenan via RT, James Keenan, Will Coleda 28 Aug 2010
[perl #77462] [BUG] infix:<:=> binding should bind to a list, not to an item in Rakudo 2 messages Carl Mäsak via RT, Carl Mäsak 26 Aug 2010
[perl #77460] [BUG] Calling an anonymous sub in a for loop makes the for loop not run in Rakudo 1 message Carl Mäsak 26 Aug 2010
Could not find sub !UNIT_OUTER 4 messages a b, Will Coleda, Moritz Lenz 27 Aug 2010
[perl #77458] [BUG] $*VM.perl and %*ENV.perl don't work in Rakudo 1 message Carl Mäsak 26 Aug 2010
[perl #77454] [TODO] Implement .so in Rakudo 1 message Carl Mäsak 26 Aug 2010
Announce: Rakudo Star 2010.08 released 1 message Patrick R. Michaud 26 Aug 2010
[perl #77442] [BUG] [+] should be parsed as a listop in Rakudo 1 message Carl Mäsak 25 Aug 2010
[perl #77436] [BUG] Rakudo doesn't recognize $() @() %() as being variables after a dotty (but STD does) 1 message Carl Mäsak 25 Aug 2010
[perl #77434] [BUG] Cannot mix roles into anonymous classes in Rakudo 1 message Carl Mäsak 25 Aug 2010
[perl #77406] duplicated before-regexp modifier allowed in STD but not in Rakudo 1 message Paweł Pabian 25 Aug 2010
[perl #77410] :i regexp modifier does not ignore case of character classes 1 message Paweł Pabian 25 Aug 2010
[perl #77412] [PATCH] Fix sub hash() and improve Parcel.hash 1 message Jarrod 25 Aug 2010
[perl #77408] say "a" ~~ m:nth(Mu)/a/ dies with maximum recursion depth exceeded 1 message Paweł Pabian 25 Aug 2010
[perl #77426] [BUG] Possible duplication bug in the backtrace printer in Rakudo 1 message Carl Mäsak 24 Aug 2010
[perl #77424] [BUG] Rakudo gives a runtime error on .[ 1 .. *-1 ] 1 message Carl Mäsak 24 Aug 2010
[perl #77422] [BUG] Timeout in .[1..*] array slice in Rakudo 1 message Carl Mäsak 24 Aug 2010
[perl #77420] [BUG] Not enough thunking of the rhs of //= and ||= in Rakudo 1 message Carl Mäsak 24 Aug 2010
[perl #77356] tests available 1 message kyleha 24 Aug 2010
[perl #75828] tests available 1 message kyleha 24 Aug 2010
[perl #77218] tests available 1 message kyleha 24 Aug 2010
[perl #77382] %() causes Out of mem error 1 message Paweł Pabian 23 Aug 2010
[perl #77378] inverted ranges in regexp ** op matches maximum times instead of 0 times 1 message Paweł Pabian 23 Aug 2010
[perl #77380] error message for negative range quantifier endpoint not precise enough 1 message Paweł Pabian 23 Aug 2010
[perl #77394] Rakudo ignores sigil-implied types for binding 1 message Moritz Lenz 23 Aug 2010
[perl #77390] Rakudo allows null patterns in alternations 1 message Moritz Lenz 23 Aug 2010
[perl #77386] unrecognized meta character in regexes produces LTA error message 1 message Moritz Lenz 23 Aug 2010
[perl #75502] tests available 1 message kyleha 23 Aug 2010
[perl #77356] [BUG] Lexical subs aren't found from the where clause of a subset declaration in Rakudo 1 message Carl Mäsak 22 Aug 2010
[perl #77354] [BUG] Whatever currying doesn't DWIM with chaining comparison in Rakudo 1 message Carl Mäsak 22 Aug 2010
[perl #77350] Calling a token 'any' calls for trouble 1 message Moritz Lenz 21 Aug 2010
[perl #77340] [BUG] Arrays should flatten in for loop expressions in the absence of explicit don't-flatten clues, but they don't in Rakudo 2 messages Patrick R. Michaud, Carl Mäsak 20 Aug 2010
[perl #77338] [BUG] Rakudo erroneously parses some optional-parameter question marks as twigils 1 message Carl Mäsak 20 Aug 2010
[perl #77334] [BUG] For loops don't decontainerize in Rakudo, and maybe they should 2 messages Patrick R. Michaud, Carl Mäsak 20 Aug 2010
[perl #77330] Re: Account details for tos1 at Rakudo.org 1 message tosch 20 Aug 2010
[perl #74530] tests available 1 message kyleha 19 Aug 2010
[announce] Rakudo Perl 6 release #32 "Pisa" 1 message Matthew Walton 19 Aug 2010
[perl #70600] tests available 1 message kyleha 19 Aug 2010
[perl #71362] tests available 1 message kyleha 19 Aug 2010
[perl #66694] tests available 1 message kyleha 19 Aug 2010
[perl #77322] [BUG] A grammar can be made not to inherit from Grammar in Rakudo 2 messages Stéphane Payrard, Carl Mäsak 21 Aug 2010
[perl #77302] [BUG] Gather / take producing wrong result 1 message Patrick Abi Salloum 18 Aug 2010
[perl #75620] some exceptions throw you out of the rakudo shell 1 message Will Coleda via RT 17 Aug 2010
[perl #72830] [BUG] Parse difficulties with '::%%r' in Rakudo 1 message Will Coleda via RT 17 Aug 2010
[perl #64124] Segmentation fault in embedding Parrot into Perl 5 3 messages Gabor Szabo, Will Coleda via RT 23 Aug 2010
[perl #74822] [BUG] Too many CR in a for loop with % 1 message Will Coleda via RT 17 Aug 2010
[perl #73740] [BUG] Parsefail when semicolon missing from 'use' statement in Rakudo 1 message Will Coleda via RT 17 Aug 2010
[perl #74654] [BUG] '&$b()' is parsed wrongly by Rakudo 3 messages Will Coleda via RT, Moritz Lenz 17 Aug 2010

Newest page 1 2 3 Oldest

Browse perl.perl6.compiler in 2010



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About