[perl6/specs] ab289f: [S02] Remove '$$' and '@$$' fossils, spotted at #...
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: ab289f425229f89d9ae3499ef02f3e408ef03777 https://github.com/perl6/specs/commit/ab289f425229f89d9ae3499ef02f3e408ef03777 Author: pmichaud Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M S02-bits.pod Log Message: --- [S02] Remove '$$' and '@$$' fossils, spotted at #apw2014.
[perl6/specs] fe47b0: Change Supply.more to Supply.drip
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: fe47b034923e13df6243d7740442c29c8b8d853f https://github.com/perl6/specs/commit/fe47b034923e13df6243d7740442c29c8b8d853f Author: Elizabeth Mattijsen Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M S17-concurrency.pod Log Message: --- Change Supply.more to Supply.drip Nobody really liked "more" anyway. "Drip" sort of signifies the itemness of the things being put in the Supply being tapped. Discussed with jnthn++ and pmichaud++
[perl6/specs] 116e30: s/winner/earliest/ as suggested earlier today
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 116e309177449fdf3907ca0fb68b2318cbc34989 https://github.com/perl6/specs/commit/116e309177449fdf3907ca0fb68b2318cbc34989 Author: Elizabeth Mattijsen Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M S17-concurrency.pod Log Message: --- s/winner/earliest/ as suggested earlier today
[perl6/specs] 83d4be: Prefer "emit" to "drip"
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 83d4beb4ef1fe64639edacd154e0aade6502e54f https://github.com/perl6/specs/commit/83d4beb4ef1fe64639edacd154e0aade6502e54f Author: TimToady Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M S17-concurrency.pod Log Message: --- Prefer "emit" to "drip" (Also, avoid C<> on verbs that are being used primarily for their meaning, even if there happens to be a keyword of the same name. The fact we can get away with this means we now have a better verb with the proper valence.)