Branch: refs/heads/master Home: https://github.com/perl6/specs
Commit: 781e7266ed8dd7e948e640142462fe48736a2d56 https://github.com/perl6/specs/commit/781e7266ed8dd7e948e640142462fe48736a2d56 Author: Larry Wall <la...@wall.org> Date: 2011-06-30 (Thu, 30 Jun 2011) Changed paths: M S06-routines.pod Log Message: ----------- Revert "fix 0 => $arg naminess" This reverts commit 0140a6f03e1e0917c103eaf730cfafa3c97c8069, which was widely reviled. Commit: e881c784d657bc70127078d5c81a2bdfc5ebca0c https://github.com/perl6/specs/commit/e881c784d657bc70127078d5c81a2bdfc5ebca0c Author: Larry Wall <la...@wall.org> Date: 2011-06-30 (Thu, 30 Jun 2011) Changed paths: M S06-routines.pod Log Message: ----------- Revert "don't include positional names in API" This reverts commit 74b208c3d7dc6bc3fb913be3376492e2d72733f6, which which was found wanting. Commit: 94d01246e7d286bb2a4df32ba9c2ba733d0aec04 https://github.com/perl6/specs/commit/94d01246e7d286bb2a4df32ba9c2ba733d0aec04 Author: Larry Wall <la...@wall.org> Date: 2011-06-30 (Thu, 30 Jun 2011) Changed paths: M S06-routines.pod Log Message: ----------- severely restrict named-to-positional binding Binding named args to positional parameters is now restricted to explicit C<proto> and C<only> declarations. But we will support it, since it can have profound refactoring advantages if you don't have to know which parameters will eventually end up as positionals. Compare: https://github.com/perl6/specs/compare/e84b111...94d0124