[perl6/specs] 81cf4c: [S02] Fix COMPILING pseudopackage example.
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 81cf4c7327bcf2d48224fa1ca2c145e90a211677 https://github.com/perl6/specs/commit/81cf4c7327bcf2d48224fa1ca2c145e90a211677 Author: lue Date: 2013-05-18 (Sat, 18 May 2013) Changed paths: M S02-bits.pod Log Message: --- [S02] Fix COMPILING pseudopackage example. The example seemed to show a misunderstanding of BEGIN blocks, at least by our undestanding :) . Fixed so that the BEGIN blocks work like they were intended, by moving each in a separate closure.
[perl6/specs] b9679d: make a proto example work again.
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: b9679d4dbc377d683f999b6a11f2231760412196 https://github.com/perl6/specs/commit/b9679d4dbc377d683f999b6a11f2231760412196 Author: Timo Paulssen Date: 2013-05-20 (Mon, 20 May 2013) Changed paths: M S06-routines.pod Log Message: --- make a proto example work again.
[perl6/specs] 7883bc: Some clarifications on using adverbs with subscrip...
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 7883bce8e34f2b792ee51d78c46d34661b1752da https://github.com/perl6/specs/commit/7883bce8e34f2b792ee51d78c46d34661b1752da Author: Elizabeth Mattijsen Date: 2013-05-21 (Tue, 21 May 2013) Changed paths: M S02-bits.pod Log Message: --- Some clarifications on using adverbs with subscripts Please consider this a draft, a discussion piece if you will. I simply got inspired by http://irclog.perlgeek.de/perl6/2013-05-21#i_7098764
[perl6/specs] f868fd: Small clarification in subscript adverbs
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: f868fd3462606730b090d1b4ae8022e210efdd2c https://github.com/perl6/specs/commit/f868fd3462606730b090d1b4ae8022e210efdd2c Author: Elizabeth Mattijsen Date: 2013-05-21 (Tue, 21 May 2013) Changed paths: M S02-bits.pod Log Message: --- Small clarification in subscript adverbs After masak++ made me think about it more
[perl6/specs] 451c4b: Added spec for :vk subscript adverbial
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 451c4bbfc0dc3b0337392962cbb7e5c57cba7135 https://github.com/perl6/specs/commit/451c4bbfc0dc3b0337392962cbb7e5c57cba7135 Author: Elizabeth Mattijsen Date: 2013-05-22 (Wed, 22 May 2013) Changed paths: M S02-bits.pod Log Message: --- Added spec for :vk subscript adverbial I assume we will need a .vk method later as well. Will spec this later unless someone beats me to it / tells me not to do it.
[perl6/specs] c33114: Revert "Added spec for :vk subscript adverbial"
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: c33114e392334d75bd57c0ceefb5035031d49c45 https://github.com/perl6/specs/commit/c33114e392334d75bd57c0ceefb5035031d49c45 Author: Elizabeth Mattijsen Date: 2013-05-22 (Wed, 22 May 2013) Changed paths: M S02-bits.pod Log Message: --- Revert "Added spec for :vk subscript adverbial" This reverts commit 451c4bbfc0dc3b0337392962cbb7e5c57cba7135.
[perl6/specs] 465ec2: [S02] Clarified quotewords being bound to paramete...
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 465ec29646591f8da63d3a201c75b711f2e52804 https://github.com/perl6/specs/commit/465ec29646591f8da63d3a201c75b711f2e52804 Author: lue Date: 2013-05-22 (Wed, 22 May 2013) Changed paths: M S02-bits.pod Log Message: --- [S02] Clarified quotewords being bound to parameters The sentence on how a quoteword is flattened or sliced when bound to a parameter is a bit clearer now.
[perl6/specs] 2d423f: .WHY is specced now.
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 2d423f2f1fa0a6171a00d121c6089cb9c8ca5862 https://github.com/perl6/specs/commit/2d423f2f1fa0a6171a00d121c6089cb9c8ca5862 Author: Timo Paulssen Date: 2013-05-22 (Wed, 22 May 2013) Changed paths: M S12-objects.pod Log Message: --- .WHY is specced now.