mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-03 00:18:20 +00:00
Fix llDumpList2String disaster with string addition
The node containing the separator was not being copied; if it was modified by a later optimization step, the modification propagated to all previous nodes that contained it, causing incorrect results. Many thanks to @KrsityKu for reporting and providing a repro. Fixes #23.
This commit is contained in:
parent
d6162dfcf2
commit
d58217ad96
4 changed files with 24 additions and 1 deletions
1
unit_tests/regression.suite/issue-23.run
Normal file
1
unit_tests/regression.suite/issue-23.run
Normal file
|
@ -0,0 +1 @@
|
|||
./main.py -O addstrings -
|
Loading…
Add table
Add a link
Reference in a new issue