Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
perl . perl6 . compiler
This is a Usenet group - learn more
Find or start a Google Group about compiler.
Group info
Language: English
Group categories: Not categorized
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 3649  Older »
Description: perl6-compiler@perl.org (Moderated)
 

[BUG] $*PROGRAM_NAME erroneously reports the first argument to 'perl6', even when this argument isn't a program name in Rakudo 
  ... <moritz> $ perl6 -Ilib -e 'say $*PROGRAM_NAME' <moritz> -Ilib <moritz> /o\ * masak submits $*PROGRAM_NAME bug
By "Carl Mäsak"  - May 24 - 1 new of 1 message    

Rakudo Star 2012.05 released 
  Announce: Rakudo Star - a useful, usable, "early adopter" distribution of Perl 6 On behalf of the Rakudo and Perl 6 development teams, I'm happy to announce the May 2012 release of "Rakudo Star", a useful and usable distribution of Perl 6. The tarball for the May 2012 release is available from <[link]>.... more »
By Moritz Lenz  - May 23 - 1 new of 1 message    

[BUG] [WEIRD] LTA internals-leaky error message when doing 'for our $:: ();' in Rakudo 
  ... <masak> r: for our $:: (); <p6eval> rakudo dca0fa: OUTPUT«===SORRY!===␤ResizableP MCArray: index out of bounds!␤» * masak submits LTA error diakopter++ rakudobug
By "Carl Mäsak"  - May 22 - 1 new of 1 message    

[BUG] [WEIRD] LTA error message when doing 'for my $/ ();' in Rakudo 
  ... <masak> r: for my $/ (); <p6eval> rakudo dca0fa: OUTPUT«===SORRY!===␤Contextual %*PARAM_INFO not found␤» * masak submits LTA error diakopter++ rakudobug
By "Carl Mäsak"  - May 22 - 1 new of 1 message    

a much better bug report 
  (so please ignore my initial report, because it was lazily written, here is the proper bugreport, restated with clarity) The following loop should iterate infinitely, but it does not: my @array = 1, 2; for @array -> $n { $n.say; @array.push: $n + 2; } say @rray;... more »
By Siddhant Saraf  - May 21 - 1 new of 1 message    

array iterator does not track a growing array 
  ... $ perl6 -v This is perl6 version 2012.05-15-gdca0fa6 built on parrot 4.4.0 revision RELEASE_4_4_0 <sisar> so here is the same code in perl6 and python: [link]. While the perl6 the loop terminates, in pyhton it is an infinite loop. Though both behaviour have their... more »
By Siddhant Saraf  - May 21 - 2 new of 2 messages    

sequence deduction tries to convert strings to numbers, should not 
  ... < moritz> r: say ('1a' ... *)[^5] <+p6eval> rakudo 45679a: OUTPUT«1a 1b 1c 1d 1e␤» < moritz> r: say ('1a', '1b' ... *)[^5] <+p6eval> rakudo 45679a: OUTPUT«Cannot convert string to number: trailing characters after number in '1⏏b' (indicated by ⏏)␤ in method Numeric at src/gen/CORE.setting:9058␤... more »
By Moritz Lenz  - May 19 - 1 new of 1 message    

excessive errors when foo.pl does not exist 
  ... $ perl6 foo Error while reading from file: Unable to open filehandle from path 'foo.pl' current instr.: 'nqp;HLL;Compiler;_block1994' pc 35586 (src/stage2/gen/NQPHLL.pir:136 27) (src/stage2/gen/NQPHLL.pm:1453 ) called from Sub 'nqp;HLL;Compiler;evalfiles' pc 35251 (src/stage2/gen/NQPHLL.pir:134 72) (src/stage2/gen/NQPHLL.pm:1439 )... more »
By Siddhant Saraf  - May 18 - 1 new of 1 message    

error 'Use of uninitialized $_ of type Any in numeric context" throws extra errors 
  ... <sisar> r: $_**2; <p6eval> rakudo 45679a: OUTPUT«use of uninitialized variable $_ of type Any in numeric context  in block <anon> at /tmp/uUxfmOEKJJ:1␤␤» <sisar> that gives a different error locally <sisar> it says "use of uninitialized variable $_ of type Any in numeric contextMethod 'message' not found for invocant of class 'Any'... more »
By Siddhant Saraf  - May 18 - 1 new of 1 message    

Rakudo 2012.05 "MadMongers" 
  Announce: Rakudo Perl 6 compiler development release #52 ("MadMongers") On behalf of the Rakudo development team, I'm glad to announce the May 2012 release of Rakudo Perl #52 "MadMongers". Rakudo is an implementation of Perl 6 on the Parrot Virtual Machine (see <[link]>). The tarball for this release... more »
By Tadeusz Sośnierz  - May 17 - 1 new of 1 message    

1 - 10 of 3649   « Newer | Older »

XML