[perl6/specs] 6bb5a4: don't say "fails" unless you mean it

2013-03-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs
  Commit: 6bb5a4105bc185e8f275db04be974f8c7a4a5ed4
  
https://github.com/perl6/specs/commit/6bb5a4105bc185e8f275db04be974f8c7a4a5ed4
  Author: Larry Wall 
  Date:   2013-03-06 (Wed, 06 Mar 2013)

  Changed paths:
M S02-bits.pod

  Log Message:
  ---
  don't say "fails" unless you mean it





[perl6/specs] 3dd0a2: Include Failure in smartmatch passthroughs

2013-03-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs
  Commit: 3dd0a22eb193fa78b733ebb676b52a8a2b795764
  
https://github.com/perl6/specs/commit/3dd0a22eb193fa78b733ebb676b52a8a2b795764
  Author: Larry Wall 
  Date:   2013-03-06 (Wed, 06 Mar 2013)

  Changed paths:
M S03-operators.pod

  Log Message:
  ---
  Include Failure in smartmatch passthroughs

Only actual failure objects pass through.  You can match against Failure
as a literal type.  Presumably this can be distinguished by Failure.ACCEPTS.





[perl6/specs] e89ca6: Loosen perceived relationship of Nil and ()

2013-03-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs
  Commit: e89ca6704b2785e31e9dd69585697e16e0f378e1
  
https://github.com/perl6/specs/commit/e89ca6704b2785e31e9dd69585697e16e0f378e1
  Author: Larry Wall 
  Date:   2013-03-06 (Wed, 06 Mar 2013)

  Changed paths:
M S02-bits.pod

  Log Message:
  ---
  Loosen perceived relationship of Nil and ()