[perl #118581] [BUG] Segfault for a signature match with a native type and an 'as' cast in Rakudo

2013-06-21 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #118581] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=118581 > r: say \(1) ~~ :(int $x as Str) rakudo 51d024: OUTPUT«(signal SEGV)» O.O * mas

[perl6/specs] 0dbb83: Generalize statement to thunk for phasers

2013-06-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 0dbb83c3565431f530b3327cac4c28e65cefc8f8 https://github.com/perl6/specs/commit/0dbb83c3565431f530b3327cac4c28e65cefc8f8 Author: Elizabeth Mattijsen Date: 2013-06-19 (Wed, 19 Jun 2013) Changed paths:

[perl6/specs] aff4e8: s/an/a/

2013-06-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: aff4e89118b46b7ae498a4477c1a6164c7b425d3 https://github.com/perl6/specs/commit/aff4e89118b46b7ae498a4477c1a6164c7b425d3 Author: Elizabeth Mattijsen Date: 2013-06-19 (Wed, 19 Jun 2013) Changed paths:

[perl #118539] smart matching bug

2013-06-21 Thread via RT
# New Ticket Created by Philippe de Rochambeau # Please include the string: [perl #118539] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=118539 > In Rakudo 2013.5 on Windows 7, >perl6 -e "if (['a','b'] ~~ (*, 'a',

[perl6/specs] a55921: Mention that Zop stops after the shorter list

2013-06-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: a5592110238ade72f608124f30d97ac28d23c18b https://github.com/perl6/specs/commit/a5592110238ade72f608124f30d97ac28d23c18b Author: Larry Wall Date: 2013-06-20 (Thu, 20 Jun 2013) Changed paths: M S03-ope

[perl #118541] $ context specifier

2013-06-21 Thread via RT
# New Ticket Created by Philippe de Rochambeau # Please include the string: [perl #118541] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=118541 > Hello, according to http://en.wikibooks.org/wiki/Perl_6_Programming/T

[perl6/specs] 4301cc: An attempt at explaining what a thunk is

2013-06-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 4301ccbc4be449565981e00fe2a31791532e08ea https://github.com/perl6/specs/commit/4301ccbc4be449565981e00fe2a31791532e08ea Author: Elizabeth Mattijsen Date: 2013-06-19 (Wed, 19 Jun 2013) Changed paths:

[perl6/specs] 081817: Removed superfluous "a"

2013-06-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 081817f6324e2e465ece37e3be9ada109a7de463 https://github.com/perl6/specs/commit/081817f6324e2e465ece37e3be9ada109a7de463 Author: Elizabeth Mattijsen Date: 2013-06-19 (Wed, 19 Jun 2013) Changed paths:

[perl6/specs] 93a7eb: Some elaboration on possible name collisions in si...

2013-06-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 93a7eb5d02bb2e96c118cb4e4b3a47c76d469400 https://github.com/perl6/specs/commit/93a7eb5d02bb2e96c118cb4e4b3a47c76d469400 Author: Elizabeth Mattijsen Date: 2013-06-19 (Wed, 19 Jun 2013) Changed paths:

[perl #118555] [BUG] sub - optional parameters with a type cause exception when parameters omitted

2013-06-21 Thread via RT
# New Ticket Created by Samuel Sutch # Please include the string: [perl #118555] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=118555 > # with Array[Str] -- sub foo(Array[Str] :@vars?) {

[perl6/specs] 912d12: [S09] Add the term "semilist" to S09

2013-06-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 912d12cdadbf559d0a4a129ef17fb7588e979313 https://github.com/perl6/specs/commit/912d12cdadbf559d0a4a129ef17fb7588e979313 Author: lue Date: 2013-06-21 (Fri, 21 Jun 2013) Changed paths: M S09-data.pod

Future Directions for Parrot and Rakudo

2013-06-21 Thread Jonathan "Duke" Leto
Howdy, The future of Parrot and Rakudo Perl 6 are on divergent paths. I am dedicated to a successful future for Parrot which is independent of Rakudo Perl 6. As soon as Rakudo Perl 6 works on MoarVM (the spiritual successor of the m0 branch in parrot.git) [0], anything that Rakudo depends on tha

[perl6/specs] b49be3: Remove mention of .exists method from example, rep...

2013-06-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: b49be302000f0c1bfab96c70126d13d2483f867e https://github.com/perl6/specs/commit/b49be302000f0c1bfab96c70126d13d2483f867e Author: Elizabeth Mattijsen Date: 2013-06-20 (Thu, 20 Jun 2013) Changed paths:

[perl #118545] Int.round does not take optional parameter like Rat.round does

2013-06-21 Thread via RT
# New Ticket Created by Life U. Everything # Please include the string: [perl #118545] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=118545 > r: say (41.0).round(5) rakudo b2072f: OUTPUT«40␤» r: say (41).round(5) #