On Sunday 18 April 2010 at 04:19, bacek wrote: > Log: > Update Test::More to not use removed ops. > > Modified: > branches/immutable_strings_part2/runtime/parrot/library/Test/More.pir > > --- branches/immutable_strings_part2/runtime/parrot/library/Test/More.pir Sun Apr 18 11:18:54 2010 (r45778) > +++ branches/immutable_strings_part2/runtime/parrot/library/Test/More.pir Sun Apr 18 11:19:06 2010 (r45779) > @@ -576,7 +576,7 @@ > if does_flag goto compare_hash > > diagnosis = typeof left > - diagnosis .= ' is not a nested data structure' > + diagnosis = diagnosis . ' is not a nested data structure' > result = 0 > goto report_result
That's going to lead to annoying code. We should instead consider patching IMCC to rewrite the infix op to the concat_s_s_s form. -- c _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
