[perl6/specs] 368ac7: Fix typos and tenses.

2014-12-12 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 368ac72c6f323286b36d50e3ba36ef8bbbeb4d6d https://github.com/perl6/specs/commit/368ac72c6f323286b36d50e3ba36ef8bbbeb4d6d Author: Bruce Gray Date: 2014-12-12 (Fri, 12 Dec 2014) Changed paths: M S32-set

[perl6/specs] 272d12: clarify that macros can't be called before they're...

2014-12-12 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 272d12fc84439a7e53e910ddca2bd1d7add95e69 https://github.com/perl6/specs/commit/272d12fc84439a7e53e910ddca2bd1d7add95e69 Author: Carl Masak Date: 2014-12-12 (Fri, 12 Dec 2014) Changed paths: M S06-rou

[perl6/specs] 9222ac: Add "Zen slice" lemma

2014-12-12 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 9222ac63698e5fc765a0933d1517b6dceba42716 https://github.com/perl6/specs/commit/9222ac63698e5fc765a0933d1517b6dceba42716 Author: Elizabeth Mattijsen Date: 2014-12-12 (Fri, 12 Dec 2014) Changed paths:

[perl #123419] [BUG] No error when (compile-time) calling a macro before its definition in Rakudo

2014-12-12 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #123419] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123419 > m: CHECK { say "switching to runtime" }; foo(); macro foo() { say "OH HAI" } rakudo-moa