This website requires JavaScript.
Explore
Help
Register
Sign In
Miko
/
LSL-PyOptimizer
Watch
1
Star
0
Fork
0
You've already forked LSL-PyOptimizer
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7dcd7aa31523d3c9e90aacdfd7b87dcf7f9cb4ff
LSL-PyOptimizer
/
unit_tests
/
regression.suite
/
declaration-chain-dcr.out
11 lines
148 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add the new test suite. This test suite has been in use for a long time now, in place of the obsolete and unmanageable testparser.py and testfuncs.py. It verifies the complete optimizer output to stdout and stderr, to ensure that the output matches the expectations. See unit_tests/README.txt for more info.
2019-01-04 20:26:26 +01:00
default
{
state_entry()
{
Fix swaps and other misoptimizations This undoes 454d44e85fb7e70d4f330da9054850f85a9482ff
2019-01-11 02:07:54 +01:00
integer b = 3;
integer c = b;
integer d = c;
llOwnerSay("x" + (string)d);
Add the new test suite. This test suite has been in use for a long time now, in place of the obsolete and unmanageable testparser.py and testfuncs.py. It verifies the complete optimizer output to stdout and stderr, to ensure that the output matches the expectations. See unit_tests/README.txt for more info.
2019-01-04 20:26:26 +01:00
}
}
Reference in New Issue
Copy Permalink