# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #121310]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=121310 >
okay, one more question, and I'll leave you guys alone [;
p: True ~~ True
rakudo-parro
# New Ticket Created by raiph
# Please include the string: [perl #121296]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=121296 >
my Int constant foo = 1 # should work and does in rakudo
my constant foo of Int = 1 # shoul
Branch: refs/heads/pod6ify
Home: https://github.com/perl6/specs
Commit: f00b2e5fb54cedd87107a0aec6b3238f93bb1a97
https://github.com/perl6/specs/commit/f00b2e5fb54cedd87107a0aec6b3238f93bb1a97
Author: Mouq
Date: 2014-02-23 (Sun, 23 Feb 2014)
Changed paths:
M S32-setting-
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 7f3f23c8eebd60e725f9c3800acee48b948ad873
https://github.com/perl6/specs/commit/7f3f23c8eebd60e725f9c3800acee48b948ad873
Author: Timo Paulssen
Date: 2014-02-22 (Sat, 22 Feb 2014)
Changed paths:
M S17-
Branch: refs/heads/pod6ify
Home: https://github.com/perl6/specs
Commit: c84f005db5b69814e065243b98e33caea9521bd0
https://github.com/perl6/specs/commit/c84f005db5b69814e065243b98e33caea9521bd0
Author: Mouq
Date: 2014-02-22 (Sat, 22 Feb 2014)
Changed paths:
M S01-overview
Branch: refs/heads/pod6ify
Home: https://github.com/perl6/specs
Commit: e39e9b0b3a47e7644318245405bf2da5ccf2a113
https://github.com/perl6/specs/commit/e39e9b0b3a47e7644318245405bf2da5ccf2a113
Author: lue
Date: 2014-02-22 (Sat, 22 Feb 2014)
Changed paths:
R S15-unicode.p
Branch: refs/heads/pod6ify
Home: https://github.com/perl6/specs
Commit: e6effc6513bcb53a7ee4ac58afc09fb751c0d6d7
https://github.com/perl6/specs/commit/e6effc6513bcb53a7ee4ac58afc09fb751c0d6d7
Author: Mouq
Date: 2014-02-23 (Sun, 23 Feb 2014)
Changed paths:
M S32-setting-
On Thu Jul 22 13:19:22 2010, util wrote:
> $ git show | head -1
> commit 6442956542337f1d2d744d4b5ba621ce73a1e5af
>
> In build/Makefile.in, the target "coretest" sets PARROT as an ENV
> variable,
> because t/02-embed/01-load.t needs to know the path to the parrot
> executable.
> PARROT=$
On Tue Jun 29 15:37:31 2010, masak wrote:
> rakudo: "foo" ~~ /foo/; say "What kind of $()l am I?"
> rakudo 451b40: OUTPUT«What kind of l am I?»
> hm, shouldn't that say 'fool'?
> no
> rakudo: "foo" ~~ / foo {make "foo"} /; say "What kind of $()l am I?"
> pmichaud: what about that?
> masak:
On Wed Jun 09 10:41:32 2010, moritz wrote:
> IIRC the spec says that multis should be exported by default, in Rakudo
> they are not (making the JSON emitter in JSON::Tiny and thus a book
> example a bit awkward)
>
>From S11:
Any C declaration that is not declared C is exported by default.
Any C
On Tue Feb 16 02:04:32 2010, masak wrote:
> rakudo: say 6 >== 2
> rakudo c3aaa2: OUTPUT«Cannot assign to readonly valuecurrent
> instr.: '&infix:<=>' [...]
> weird.. it's using *any* operator as an assignment
> operator, not just infix
> I mean, not just non-boolean-returning :)
> alpha: say
On Tue Oct 19 13:47:36 2010, Solomon wrote:
> my $file = open "test.txt", :w;
>
> for 1..1000 {
> $file.say: sprintf("This is a test
>%7d", $_);
> }
>
>
> # end of text.txt after executing this:
>
> This is a test980
> This is a test
On Thu Sep 09 08:57:52 2010, pawel.pab...@implix.com wrote:
> [17:43] rakudo: callframe.perl # known_and_NYI or should I
> report it as
> TODO? in STD this is valid syntax.
> [17:43] rakudo 859f2d: OUTPUT«Method 'perl' not found for
> invocant of
> class 'ParrotInterpreter' in at line 1237:CO
On Wed Aug 11 09:37:18 2010, moritz wrote:
> Fwiw, m:g// wasn't working at all, and I've disabled it again until I
> find a way for it to actually return list of Match objects.
>
> I don't see how this can be made to warn in safe and generic way that
> doesn't totally bork the separation of concer
14 matches
Mail list logo