This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_ck_refassign: support refassigning into a state variable
[perl5.git] / t / op / lvref.t
2023-08-25 Richard LeachPerl_ck_refassign: support refassigning into a state...
2022-01-25 Paul "LeoNerd" EvansFix unit tests for experimental::builtin warnings
2021-12-08 Paul "LeoNerd" EvansUse builtin::weaken() in t/
2019-06-12 Tony Cook(perl #134072) allow \&foo = \&bar to work in main::
2018-11-05 David MitchellDon't localise array / hash slice ref assignment
2017-12-06 Zeframdon't mistake tr/// for assignable reference
2016-06-28 David MitchellAdd test for RT #128252
2015-03-01 Father Chrysostomos[perl #123821] Fix assert fail with \(&$0)=0
2014-10-18 Father ChrysostomosRename lvalue references
2014-10-13 Father Chrysostomosaelemfast_lex in aassign_common_vars_aliases_only
2014-10-11 Father ChrysostomosSkip no-common-vars optimisation for lex aliases
2014-10-11 Father Chrysostomoslvref.t: Remove special TODO code
2014-10-11 Father ChrysostomosStore internal state of state vars separately
2014-10-11 Father Chrysostomoslvref.t: More list and cond tests
2014-10-11 Father Chrysostomoslvref.t: Remove temporary eval & skip
2014-10-11 Father Chrysostomoslvref.t: Fix hash elem tests
2014-10-11 Father ChrysostomosHandle state vars correctly in ref assignment
2014-10-11 Father Chrysostomoslvref.t: Tests for \my assignment and scope exit
2014-10-11 Father ChrysostomosRework lvref.t foreach tests
2014-10-11 Father ChrysostomosFix err message for $cond ? \bad : ... = ...
2014-10-11 Father ChrysostomosSubroutine reference assignment
2014-10-11 Father Chrysostomoslvref.t: Repeat bad ref tests with list assignment
2014-10-11 Father Chrysostomoslvref.t: do-block err msg is no longer to-do
2014-10-11 Father ChrysostomosMake \( ?: ) assignment work
2014-10-11 Father Chrysostomoslvref.t: Remove unnecessary evals
2014-10-11 Father ChrysostomosGet basic $cond ? \$a : \$b = ... working
2014-10-11 Father ChrysostomosAssignment to \(@array)
2014-10-11 Father ChrysostomosList assignment to array and hash refs
2014-10-11 Father ChrysostomosAssignment to \local @array and \local %hash
2014-10-11 Father Chrysostomoslvref.t: Tests for localised arrays and hashes
2014-10-11 Father Chrysostomoslvref.t: Test assigning non-array to array
2014-10-11 Father ChrysostomosSimple \@array and \%hash assignment
2014-10-11 Father Chrysostomoslvref.t: To-do tests for hashes
2014-10-11 Father Chrysostomoslvref.t: To-do tests for array ref assignment
2014-10-11 Father ChrysostomosAssignment to hash element refs
2014-10-11 Father Chrysostomos\local $a[$ix] assignment
2014-10-11 Father Chrysostomos\@array[@slice] assignment
2014-10-11 Father ChrysostomosAssignment to array elem refs
2014-10-11 Father Chrysostomos\local $scalar assignment
2014-10-11 Father ChrysostomosMake \($x,$y) assignment work
2014-10-11 Father ChrysostomosList assignment to lexical scalar refs
2014-10-11 Father ChrysostomosFix assertion failure with ... ? \$a : \$b = ...
2014-10-11 Father ChrysostomosUse ‘Can’t modify reference to...’ for refassign, too
2014-10-11 Father Chrysostomoslvref.t: Test ‘Can't modify reference to...’
2014-10-11 Father ChrysostomosList assignment to package scalar ref
2014-10-11 Father Chrysostomoslvref.t: More parenthesized scalar ref tests
2014-10-11 Father Chrysostomoslvref.t: Some assignments with mixed lhs
2014-10-11 Father ChrysostomosImplement \my $x = ...
2014-10-11 Father Chrysostomoslvref.t: Test \$foo = \*bar
2014-10-11 Father Chrysostomoslvref.t: To-do tests for foreach \
2014-10-11 Father Chrysostomoslvret.t: To-do tests for \local $scalar=
2014-10-11 Father ChrysostomosWhen making lex alias, don’t free old var too soon
2014-10-11 Father Chrysostomoslvref.t: To-do test for PADSTALE handling
2014-10-11 Father ChrysostomosSimple package scalar lvalue refs
2014-10-11 Father Chrysostomoslvref.t: Tests for error massages
2014-10-11 Father Chrysostomoslvref.t: Remove to-do and eval from passing test
2014-10-11 Father Chrysostomoslvref.t: To-do tests for closures
2014-10-11 Father ChrysostomosTo-do tests for scalar lvalue refs