noreply | 1 Aug 2011 07:49

[perl6/specs] c49322: define normal order for init vs final phasers

  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs

  Commit: c493227793e2623e998abba7801e21a446ca0357
      https://github.com/perl6/specs/commit/c493227793e2623e998abba7801e21a446ca0357
  Author: Larry Wall <larry <at> wall.org>
  Date:   2011-07-31 (Sun, 31 Jul 2011)

  Changed paths:
    M S04-control.pod

  Log Message:
  -----------
  define normal order for init vs final phasers

noreply | 2 Aug 2011 00:28

[perl6/specs] 598535: more headings, add Foo:A

  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs

  Commit: 598535f2c9b7e879ac0eba9305e0200cf6f1b281
      https://github.com/perl6/specs/commit/598535f2c9b7e879ac0eba9305e0200cf6f1b281
  Author: Larry Wall <larry <at> wall.org>
  Date:   2011-08-01 (Mon, 01 Aug 2011)

  Changed paths:
    M S12-objects.pod

  Log Message:
  -----------
  more headings, add Foo:A

noreply | 2 Aug 2011 02:13

[perl6/specs] c92cde: more headings in S12 (Multisubs/multimethods and E...

  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs

  Commit: c92cdeda5242ad92f609ef6b56b2c5906fb80de7
      https://github.com/perl6/specs/commit/c92cdeda5242ad92f609ef6b56b2c5906fb80de7
  Author: diakopter <diakopter <at> gmail.com>
  Date:   2011-08-01 (Mon, 01 Aug 2011)

  Changed paths:
    M S12-objects.pod

  Log Message:
  -----------
  more headings in S12 (Multisubs/multimethods and Enumerations)

noreply | 3 Aug 2011 03:27

[perl6/specs] 81bd38: Bind of Nil with := is primitive

  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs

  Commit: 81bd38ce3e0b0708aae0c55dd2ab44317ddb548c
      https://github.com/perl6/specs/commit/81bd38ce3e0b0708aae0c55dd2ab44317ddb548c
  Author: Larry Wall <larry <at> wall.org>
  Date:   2011-08-02 (Tue, 02 Aug 2011)

  Changed paths:
    M S02-bits.pod

  Log Message:
  -----------
  Bind of Nil with := is primitive

(But parameter binding is ::= semantics, which treats Nil as if no arg had been passed.)

noreply | 4 Aug 2011 02:57

[perl6/specs] 57dfe7: begin to add more headings to S02, break some more...

  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs

  Commit: 57dfe75250bcc6908f317b7e84e1e04865de0041
      https://github.com/perl6/specs/commit/57dfe75250bcc6908f317b7e84e1e04865de0041
  Author: diakopter <diakopter <at> gmail.com>
  Date:   2011-08-03 (Wed, 03 Aug 2011)

  Changed paths:
    M S02-bits.pod

  Log Message:
  -----------
  begin to add more headings to S02, break some more smartlinks, fix future tense

noreply | 4 Aug 2011 04:01

[perl6/specs] 3be7a8: lots more headings in S02; lots more broken smartl...

  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs

  Commit: 3be7a8b94ac5e7e8cf58497f31a00370a82b0bf6
      https://github.com/perl6/specs/commit/3be7a8b94ac5e7e8cf58497f31a00370a82b0bf6
  Author: diakopter <diakopter <at> gmail.com>
  Date:   2011-08-03 (Wed, 03 Aug 2011)

  Changed paths:
    M S02-bits.pod

  Log Message:
  -----------
  lots more headings in S02; lots more broken smartlinks; fix typos/grammaros

noreply | 5 Aug 2011 20:39

[perl6/specs] 15c37f: refine relationship of CATCH to outer caller's $!

  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs

  Commit: 15c37f83a49fbd0c6039b4e44021d00529c94051
      https://github.com/perl6/specs/commit/15c37f83a49fbd0c6039b4e44021d00529c94051
  Author: Larry Wall <larry <at> wall.org>
  Date:   2011-08-05 (Fri, 05 Aug 2011)

  Changed paths:
    M S04-control.pod

  Log Message:
  -----------
  refine relationship of CATCH to outer caller's $!

Now if there are multiple caught exceptions in a try, they
should all be passed to set_outer_caller's_bang and show up
in some form in $!.  Note it's not the caller's bang, since
we're called by some die deep down (CATCH is pre unwind).
It's whatever called the OUTER of the CATCH, so is a bit lexotic

noreply | 6 Aug 2011 00:54

[perl6/specs] a7170a: no need to set $! if we're rethrowing past it

  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs

  Commit: a7170aa66ebf2f53a3f2079683a8e82f19aad946
      https://github.com/perl6/specs/commit/a7170aa66ebf2f53a3f2079683a8e82f19aad946
  Author: Larry Wall <larry <at> wall.org>
  Date:   2011-08-05 (Fri, 05 Aug 2011)

  Changed paths:
    M S04-control.pod

  Log Message:
  -----------
  no need to set $! if we're rethrowing past it

noreply | 6 Aug 2011 20:10

[perl6/specs] f0be5f: prohibit only Range as endpoint of a Range

  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs

  Commit: f0be5f13258ea78c0f0c6df3bd0b16a5af40b510
      https://github.com/perl6/specs/commit/f0be5f13258ea78c0f0c6df3bd0b16a5af40b510
  Author: Larry Wall <larry <at> wall.org>
  Date:   2011-08-06 (Sat, 06 Aug 2011)

  Changed paths:
    M S03-operators.pod

  Log Message:
  -----------
  prohibit only Range as endpoint of a Range

Used to prohibit Iterable, with the sad result that we couldn't't
use an array for its size.

noreply | 8 Aug 2011 12:15

[perl6/specs] e874ee: [S03] remove Scalar from the smart matching table

  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs

  Commit: e874ee45bda9978696ab75420c16aff22093ccc6
      https://github.com/perl6/specs/commit/e874ee45bda9978696ab75420c16aff22093ccc6
  Author: Moritz Lenz <moritz <at> faui2k3.org>
  Date:   2011-08-08 (Mon, 08 Aug 2011)

  Changed paths:
    M S03-operators.pod

  Log Message:
  -----------
  [S03] remove Scalar from the smart matching table


Gmane