Type constraint for named parameters, and questions about 6.c backwards compat

2015-12-21 Thread Rob Hoelz
Hello Perl 6 users and developers! I asked this in #perl6, but I wasn't getting a response there, so I figured I would try here. In the following code: > use v6; > > class C { > has Str $!dist-id; > > submethod BUILD(:$!dist-id) {} > } > > my ( $build ) = C.can('BUILD'); > say $build.sig

[perl6/specs] 1903a5: Bring parameter semantics in line with reality.

2015-12-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 1903a509e3ac4fefbd769673e6a26eb84fee31fa https://github.com/perl6/specs/commit/1903a509e3ac4fefbd769673e6a26eb84fee31fa Author: jnthn Date: 2015-12-18 (Fri, 18 Dec 2015) Changed paths: M S06-routines