Logo
Explore Help
Register Sign In
Miko/LSL-PyOptimizer
1
0
Fork 0
You've already forked LSL-PyOptimizer
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
28b42e7c6b9ba42e14a04f26021d0b43c014a8a0
LSL-PyOptimizer/unit_tests/regression.suite/boolexpr.out

12 lines
229 B
Plaintext
Raw Normal View History

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
{
touch(integer n)
{
if (llSameGroup(llGetOwner()) & llDetectedGroup(0))
llDie();
if ((integer)llGetEnergy() & -llSameGroup(llGetOwner()))
llDie();
Check min and max to determine truth value of condition Also added some min/max values for a few functions. This allows optimizing things like: ! llGetNumberOfPrims() -> 0
2019-01-06 23:49:33 +01:00
llDie();
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
Powered by Gitea Version: 1.25.3 Page: 1002ms Template: 13ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API