mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user