[perl6/specs] b50c8a: Change Int() notation to (Int) notation

2013-02-23 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: b50c8aa4785cb11875deb3008fe8216c33e481b1 https://github.com/perl6/specs/commit/b50c8aa4785cb11875deb3008fe8216c33e481b1 Author: Larry Wall Date: 2013-02-23 (Sat, 23 Feb 2013) Changed paths: M S12-obj

[perl6/specs] c8f2dc: Failed matches to return Nil, not (Match)

2013-02-23 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: c8f2dcc68c3646bac45fafccd86368920ddd18ea https://github.com/perl6/specs/commit/c8f2dcc68c3646bac45fafccd86368920ddd18ea Author: Larry Wall Date: 2013-02-23 (Sat, 23 Feb 2013) Changed paths: M S03-ope

[perl6/specs] 48958a: Simplify Nil semantics; never means () now

2013-02-23 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 48958abed853ecc0e2632e6f77beaf855a4afd72 https://github.com/perl6/specs/commit/48958abed853ecc0e2632e6f77beaf855a4afd72 Author: Larry Wall Date: 2013-02-23 (Sat, 23 Feb 2013) Changed paths: M S02-bit

[perl6/specs] ebd9f5: spelo

2013-02-23 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: ebd9f5cf63d653683c680652abd1f0ae495123c3 https://github.com/perl6/specs/commit/ebd9f5cf63d653683c680652abd1f0ae495123c3 Author: diakopter Date: 2013-02-23 (Sat, 23 Feb 2013) Changed paths: M S02-bits

Per-Object Roles..

2013-02-23 Thread Frank White
Hi, I am new to Perl6 and I'm interested in the feature that allows you to add roles to classes. From what I understand you can add a role to an object using the "does" keyword. Is there any way you can remove a role or check to see if a role is attached to an object? I couldn't find that in the

Re: Per-Object Roles..

2013-02-23 Thread Moritz Lenz
Hi Frank, On 02/24/2013 07:27 AM, Frank White wrote: > Hi, I am new to Perl6 and I'm interested in the feature that allows you to > add roles to classes. From what I understand you can add a role to an > object using the "does" keyword. Is there any way you can remove a role or No, you cannot r