mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
Fix GetNextShortest. Add test and regression cases. Rename AssignNewNames.
This commit is contained in:
parent
50d1bb2c41
commit
400809671e
3 changed files with 760 additions and 16 deletions
|
@ -609,7 +609,7 @@ class optimizer(renamer):
|
|||
self.FoldTree(tree, idx)
|
||||
|
||||
if 'shrinknames' in options:
|
||||
self.AssignNewNames()
|
||||
self.ShrinkNames()
|
||||
|
||||
treesymtab = (self.tree, self.symtab)
|
||||
del self.tree
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue