LSL-PyOptimizer/lslopt
Sei Lisa d58217ad96 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.
2023-02-26 09:46:54 +01:00
..
__init__.py Initial commit. Status so far: 2014-07-26 02:43:44 +02:00
lslbasefuncs.py New copyright year 2023-02-03 13:06:18 +01:00
lslcommon.py New copyright year 2023-02-03 13:06:18 +01:00
lsldeadcode.py New copyright year 2023-02-03 13:06:18 +01:00
lslextrafuncs.py Don't try to track llGetEnv settings - it's too eror-prone 2023-02-03 14:33:29 +01:00
lslfoldconst.py New copyright year 2023-02-03 13:06:18 +01:00
lslfuncopt.py Fix llDumpList2String disaster with string addition 2023-02-26 09:46:54 +01:00
lslfuncs.py New copyright year 2023-02-03 13:06:18 +01:00
lslinliner.py New copyright year 2023-02-03 13:06:18 +01:00
lsljson.py New copyright year 2023-02-03 13:06:18 +01:00
lsllastpass.py New copyright year 2023-02-03 13:06:18 +01:00
lslloadlib.py New copyright year 2023-02-03 13:06:18 +01:00
lsloptimizer.py New copyright year 2023-02-03 13:06:18 +01:00
lsloutput.py New copyright year 2023-02-03 13:06:18 +01:00
lslparse.py New copyright year 2023-02-03 13:06:18 +01:00
lslrenamer.py New copyright year 2023-02-03 13:06:18 +01:00