r29287 - docs/Perl6/Spec

2009-12-07 Thread pugs-commits
Author: lwall Date: 2009-12-07 22:59:21 +0100 (Mon, 07 Dec 2009) New Revision: 29287 Modified: docs/Perl6/Spec/S03-operators.pod docs/Perl6/Spec/S12-objects.pod Log: [S03,S12] remove redundant .Int and .true in describing conditional semantics Modified: docs/Perl6/Spec/S03-operators.pod ==

Re: Perl 6 IDEs

2009-12-07 Thread Gabor Szabo
2009/12/7 Gabor Szabo : > 2009/12/6 Víctor A. Rodríguez (Bit-Man) : >> Hi perlsixers, >> >> we've been working a bit on Perl 6 lately [1] and some work, even the >> basic coding, would be great if we use some IDE. >> I'm a regular Eclipse user and EPIC seems the natural choice for me, >> but it doe

Re: Perl 6 IDEs

2009-12-07 Thread Moritz Lenz
Hi, On Sun, Dec 06, 2009 at 01:47:37PM -0300, Víctor A. Rodríguez (Bit-Man) wrote: > but it doesn't support Perl 6 (yet). Also tied to install Padre on top > of Ubuntu but just went to nowhere :-P I'm sure the Padre developers will appreciate your feedback, and can help you with the setup. > Did

Re: Perl 6 IDEs

2009-12-07 Thread John Harrison
http://github.com/petdance/vim-perl has vim syntax highlighting for perl 6. 2009/12/7 Steffen Schwigon > "Víctor A. Rodríguez (Bit-Man)" writes: > > Hi perlsixers, > > > > we've been working a bit on Perl 6 lately [1] and some work, even the > > basic coding, would be great if we use some IDE.

[perl #70886] mt.exe fails to create perl6.exe.manifest -- why is it even trying?

2009-12-07 Thread Ronald Blaschke via RT
I think I can reproduce the issue. For a reason I haven't found yet, an installed parrot's pbc_to_exe runs the following. mt.exe -nologo -manifest perl6.exe.manifest -outputresource:perl6.exe.manifest;1 The correct command would be as follows. mt.exe -nologo -manifest perl6.exe.manifest -output

Re: Perl 6 IDEs

2009-12-07 Thread Bit-Man
Hi Gabor, 2009/12/7 Gabor Szabo : > 2009/12/6 Víctor A. Rodríguez (Bit-Man) : >> Hi perlsixers, >> >> we've been working a bit on Perl 6 lately [1] and some work, even the >> basic coding, would be great if we use some IDE. >> I'm a regular Eclipse user and EPIC seems the natural choice for me, >>

Re: Perl 6 IDEs

2009-12-07 Thread Steffen Schwigon
"Víctor A. Rodríguez (Bit-Man)" writes: > Hi perlsixers, > > we've been working a bit on Perl 6 lately [1] and some work, even the > basic coding, would be great if we use some IDE. > I'm a regular Eclipse user and EPIC seems the natural choice for me, > but it doesn't support Perl 6 (yet). Also t

[perl #71086] [BUG] Unexpected result when doing .kv from within the List class in Rakudo

2009-12-07 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #71086] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=71086 > rakudo: for .kv { .say } rakudo 7ef386: 0␤a␤1␤b␤2␤c␤ rakudo: class List is also { met

Re: Perl 6 IDEs

2009-12-07 Thread Gabor Szabo
2009/12/6 Víctor A. Rodríguez (Bit-Man) : > Hi perlsixers, > > we've been working a bit on Perl 6 lately [1] and some work, even the > basic coding, would be great if we use some IDE. > I'm a regular Eclipse user and EPIC seems the natural choice for me, > but it doesn't support Perl 6 (yet). Also

[perl #71096] [BUG] Can't refer to variables outside of a BEGIN block in Rakudo

2009-12-07 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #71096] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=71096 > rakudo: my $a; BEGIN { $a = 42 } rakudo 7ef386: Symbol '$a' not predeclared in [...]

[perl #71088] [BUG] .trans after .subst blows up in Rakudo

2009-12-07 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #71088] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=71088 > rakudo: "".subst(/x/, "").trans() rakudo 7ef386: too few positional arguments: 1 passe

Perl 6 IDEs

2009-12-07 Thread Bit-Man
Hi perlsixers, we've been working a bit on Perl 6 lately [1] and some work, even the basic coding, would be great if we use some IDE. I'm a regular Eclipse user and EPIC seems the natural choice for me, but it doesn't support Perl 6 (yet). Also tied to install Padre on top of Ubuntu but just went