LSL-PyOptimizer/lslopt
Sei Lisa e3c1634724 Fix regression introduced with the latest changes to loadlib
In Python 2, function type names from buiiltins.txt were entered into the tables as Unicode, causing the output module to promote strings to Unicode, and causing trouble further down the line.

Entering them as str fixes the issue.

Thanks a lot to @PeterStindberg for reporting the issue and providing a script that reproduces it.

Fixes #21
2023-01-09 11:03:41 +01:00
..
__init__.py Initial commit. Status so far: 2014-07-26 02:43:44 +02:00
lslbasefuncs.py Monkey-patch some string functions in narrow string builds 2022-12-11 23:22:42 +01:00
lslcommon.py Forgot to update copyright year 2022-06-07 19:46:31 +02:00
lsldeadcode.py Fix exception when a global references another without constfold 2022-10-31 18:42:19 +01:00
lslextrafuncs.py New upstream function: llGetObjectLinkKey 2022-10-01 01:18:12 +02:00
lslfoldconst.py Add IfElseSwap option 2022-10-31 20:08:26 +01:00
lslfuncopt.py Forgot to update copyright year 2022-06-07 19:46:31 +02:00
lslfuncs.py Forgot to update copyright year 2022-06-07 19:46:31 +02:00
lslinliner.py Forgot to update copyright year 2022-06-07 19:46:31 +02:00
lsljson.py Forgot to update copyright year 2022-06-07 19:46:31 +02:00
lsllastpass.py Forgot to update copyright year 2022-06-07 19:46:31 +02:00
lslloadlib.py Fix regression introduced with the latest changes to loadlib 2023-01-09 11:03:41 +01:00
lsloptimizer.py Add IfElseSwap option 2022-10-31 20:08:26 +01:00
lsloutput.py Forgot to update copyright year 2022-06-07 19:46:31 +02:00
lslparse.py The grammar comment for simple_expr_except_list was missing IDENT 2022-10-31 17:20:25 +01:00
lslrenamer.py Forgot to update copyright year 2022-06-07 19:46:31 +02:00