Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 003891a8e432b5e5bc283288adeef6387a7ddb01 https://github.com/perl6/specs/commit/003891a8e432b5e5bc283288adeef6387a7ddb01 Author: Larry Wall <la...@wall.org> Date: 2012-07-28 (Sat, 28 Jul 2012)
Changed paths: M S02-bits.pod M S04-control.pod M S06-routines.pod Log Message: ----------- Explication of lazy warnings Lazy warning are to be used for +, ~ and ? conversions, as well as for the ??? stub. Commit: 838a4b983e8bbc35796a67c4cbe9b20a198e5aae https://github.com/perl6/specs/commit/838a4b983e8bbc35796a67c4cbe9b20a198e5aae Author: Larry Wall <la...@wall.org> Date: 2012-07-28 (Sat, 28 Jul 2012) Changed paths: M S04-control.pod Log Message: ----------- relax prev to numeric/string conversion This is all Stringy/Numeric conversion, not just the ~/+ prefix operators. (And Bool conversion always succeeds, so ? need not apply). Compare: https://github.com/perl6/specs/compare/76c977a784b1...838a4b983e8b