Re: r24737 - docs/Perl6/Spec

2009-01-03 Thread Aristotle Pagaltzis
* jerry gay [2009-01-02 21:30]: > the most likely short names, C<< < -d -o -c > >> are all taken > by either p5 or p6 command-line. Is `-q` taken? Regards, -- Aristotle Pagaltzis //

Re: [perl #61928] [BUG] (undef === undef)

2009-01-03 Thread Patrick R. Michaud
On Fri, Jan 02, 2009 at 01:52:45PM -0800, Todd Hepler wrote: > I think this is a bug, but I'm not sure. > > (undef === undef) currently evaluates to false. Seem like it should be > true. > > I couldn't find a test for it, so below is a patch to add one. Before entering a fix for this, I'm curi

Which brackets should @a.perl use?

2009-01-03 Thread Markus Laker
This behaviour looks wrong to me: m...@edward:~/perl/6$ cat ap1 #!/home/msl/bin/perl6 my @a = ; my $p = @a.perl; say "\...@a: {...@a.elems} elements: $p"; say '@a[0]: ', @a[0]; my @b = eval $p; say "\...@b: {...@b.elems} elements: $p"; say '@b[0]: ',@b[0]; say '@b[0][0]: ', @b[0][0]; m...@

[perl #61944] Rakudo stringifies some operands to X~X too early

2009-01-03 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #61944] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=61944 > rakudo: my %test = (1 => ); my @word = ; (%test{1} X~X @word).perl.say rakudo 34889: O

[perl #61942] NaN !~~ NaN in Rakudo

2009-01-03 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #61942] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=61942 > perl6: say NaN ~~ NaN ..pugs: OUTPUT«1␤» ..rakudo 34888: OUTPUT«0␤» masak: want to r

[perl #61940] No tests for unpack() in pugs/t/spec/

2009-01-03 Thread via RT
# New Ticket Created by Gabor Szabo # Please include the string: [perl #61940] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=61940 > Nor is it implemented in rakudo.

[svn:parrot-pdd] r34905 - in trunk: . compilers/pirc compilers/pirc/new compilers/pirc/src config/gen/makefiles docs/pdds/draft lib/Parrot t/codingstd

2009-01-03 Thread jkeenan
Author: jkeenan Date: Sat Jan 3 16:22:40 2009 New Revision: 34905 Modified: trunk/docs/pdds/draft/pdd06_pasm.pod Changes in other areas also in this revision: Added: trunk/compilers/pirc/src/ - copied from r34904, /trunk/compilers/pirc/new/ Removed: trunk/compilers/pirc/new/ Modif

r24752 - docs/Perl6/Spec

2009-01-03 Thread pugs-commits
Author: particle Date: 2009-01-04 03:26:39 +0100 (Sun, 04 Jan 2009) New Revision: 24752 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] get rid of illustration grammar, it's in the revision history if i need it later. Modified: docs/Perl6/Spec/S19-commandline.pod