Mantis#3187. Thank you kindly, DoranZemlja for a patch that:

Adds a warning for an LSL construct that exploits a
popular list memory saving hack.
This commit is contained in:
Charles Krinke
2009-02-23 02:43:51 +00:00
parent 20eb8e54ac
commit 08c76989a7
6 changed files with 169 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ namespace OpenSim.Region.ScriptEngine.Interfaces
public interface ICompiler
{
string PerformScriptCompile(string source, string asset);
string[] GetWarnings();
Dictionary<KeyValuePair<int, int>, KeyValuePair<int, int>>
LineMap();
}