[perl6/specs] 3ab829: Spec Bag.(minpairs|maxpairs) instead Bag.(min|max)
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 3ab8296799d1f9998c3175fba4b3fdf03507812e https://github.com/perl6/specs/commit/3ab8296799d1f9998c3175fba4b3fdf03507812e Author: Elizabeth Mattijsen Date: 2014-04-14 (Mon, 14 Apr 2014) Changed paths: M S32-setting-library/Containers.pod Log Message: --- Spec Bag.(minpairs|maxpairs) instead Bag.(min|max)
[perl6/specs] 4cd0e7: [S15] Add section for identifier and numeric liter...
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 4cd0e7cb6ec0fa4934082c8cd26595c6d2df1697 https://github.com/perl6/specs/commit/4cd0e7cb6ec0fa4934082c8cd26595c6d2df1697 Author: lue Date: 2014-04-14 (Mon, 14 Apr 2014) Changed paths: M S15-unicode.pod Log Message: --- [S15] Add section for identifier and numeric literals. The identifier literals is effectively a reiteration of what's already in S02. The numeric literals a newer concept to Perl 6, and hopefully the details will be ironed out in short order :) .
[perl6/specs] fabf7b: Elaborate on how to give a thread a name
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: fabf7b2d5307700bc643519325febe07d61efbab https://github.com/perl6/specs/commit/fabf7b2d5307700bc643519325febe07d61efbab Author: Elizabeth Mattijsen Date: 2014-04-15 (Tue, 15 Apr 2014) Changed paths: M S17-concurrency.pod Log Message: --- Elaborate on how to give a thread a name Commit: 8ffd3870688dd5c9ab18b7de4698fc75065e2435 https://github.com/perl6/specs/commit/8ffd3870688dd5c9ab18b7de4698fc75065e2435 Author: Elizabeth Mattijsen Date: 2014-04-15 (Tue, 15 Apr 2014) Changed paths: M S17-concurrency.pod Log Message: --- Thread.new only takes named parameters Why make it easier to create threads manually? We don't really want this to be the easiest way to do concurrency in Perl 6. Compare: https://github.com/perl6/specs/compare/4cd0e7cb6ec0...8ffd3870688d
[perl6/specs] 1ec306: Amplify the difference between Thread.(start|new)
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 1ec306f749aa43bcb0bbba4126ad5177abe9f0f6 https://github.com/perl6/specs/commit/1ec306f749aa43bcb0bbba4126ad5177abe9f0f6 Author: Elizabeth Mattijsen Date: 2014-04-15 (Tue, 15 Apr 2014) Changed paths: M S17-concurrency.pod Log Message: --- Amplify the difference between Thread.(start|new) Which I completely missed earlier today :-(
[perl6/specs] d1e92c: grammar inheritance example fixed and completed - ...
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: d1e92cb60d1f6582e756afe0e007bba54a215141 https://github.com/perl6/specs/commit/d1e92cb60d1f6582e756afe0e007bba54a215141 Author: David Warring david.warr...@gmail.com Date: 2014-04-15 (Tue, 15 Apr 2014) Changed paths: M S05-regex.pod Log Message: --- grammar inheritance example fixed and completed - now testable
[perl6/specs] e7c777: grammar inheritance typo
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: e7c777d22b48fefeac80b4558074609db356ddc0 https://github.com/perl6/specs/commit/e7c777d22b48fefeac80b4558074609db356ddc0 Author: David Warring david.warr...@gmail.com Date: 2014-04-15 (Tue, 15 Apr 2014) Changed paths: M S05-regex.pod Log Message: --- grammar inheritance typo
[perl6/specs] de8396: [S15] Change what a numeric literal can be.
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: de8396860b624116d975822776407b8e14ffb34a https://github.com/perl6/specs/commit/de8396860b624116d975822776407b8e14ffb34a Author: lue Date: 2014-04-17 (Thu, 17 Apr 2014) Changed paths: M S15-unicode.pod Log Message: --- [S15] Change what a numeric literal can be. Instead of "integral Numeric Value", it's now "category Nd". This leaves out some potentially useful digit ranges in category No, which can be dealt with as needed.
[perl6/specs] c71f13: "is cas" is no more
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: c71f13031cc35b94fdb6afc76a0a9c7e24ed373a https://github.com/perl6/specs/commit/c71f13031cc35b94fdb6afc76a0a9c7e24ed373a Author: Elizabeth Mattijsen Date: 2014-04-16 (Wed, 16 Apr 2014) Changed paths: M S17-concurrency.pod Log Message: --- "is cas" is no more
[perl6/specs] 4d7ca4: Elaborate on "on demand" and "live" Supply
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 4d7ca45c081cb7c29ea9e82c4180672dc6df2da4 https://github.com/perl6/specs/commit/4d7ca45c081cb7c29ea9e82c4180672dc6df2da4 Author: Elizabeth Mattijsen Date: 2014-04-16 (Wed, 16 Apr 2014) Changed paths: M S17-concurrency.pod Log Message: --- Elaborate on "on demand" and "live" Supply