In perl.git, the branch smoke-me/lexassign has been created
<http://perl5.git.perl.org/perl.git/commitdiff/2b8c31f902de53961f59b2a9a5dd2aa0438ede3a?hp=0000000000000000000000000000000000000000>
at 2b8c31f902de53961f59b2a9a5dd2aa0438ede3a (commit)
- Log -----------------------------------------------------------------
commit 2b8c31f902de53961f59b2a9a5dd2aa0438ede3a
Author: Father Chrysostomos <[email protected]>
Date: Sun Nov 16 18:49:29 2014 -0800
lex_assign.t: Make store count test stricter
If â$foo = some opâ croaks and $foo has not been made read-only, then
it must be becasue âsome opâ croaked, in which case the assignment
must not have happened.
We can make this test stricter and make sure the assignment doesnât
happen, to avoid the possibility of buggy ops that write to their
targets before croaking.
-----------------------------------------------------------------------
--
Perl5 Master Repository