mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Add two TODO items about parameters to common functions.
This commit is contained in:
parent
536b1ed2f9
commit
2047a128fb
1 changed files with 2 additions and 0 deletions
|
@ -581,6 +581,8 @@ class foldconst(object):
|
|||
if child[idx]['nt'] != 'CONST':
|
||||
CONSTargs = False
|
||||
|
||||
# TODO: Find some way to convert keys to "" e.g. llListen("", NULL_KEY, "")
|
||||
# TODO: Find some way to convert PI to 4 in llSensor[Repeat]
|
||||
if 'Fn' in self.symtab[0][node['name']]:
|
||||
# Guaranteed to be side-effect free if the children are.
|
||||
if SEFargs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue