mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
Add friendly error messages to both engines.
This commit is contained in:
@@ -33,7 +33,8 @@ namespace OpenSim.Region.ScriptEngine.Interfaces
|
||||
{
|
||||
public interface ICompiler
|
||||
{
|
||||
void Configure(IConfig configSource);
|
||||
void Compile(string text, string outFile, List<IScriptApi> apiList);
|
||||
string PerformScriptCompile(string source, string asset);
|
||||
Dictionary<KeyValuePair<int, int>, KeyValuePair<int, int>>
|
||||
LineMap();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -96,5 +96,8 @@ namespace OpenSim.Region.ScriptEngine.Interfaces
|
||||
void DestroyScriptInstance();
|
||||
|
||||
IScriptApi GetApi(string name);
|
||||
|
||||
Dictionary<KeyValuePair<int, int>, KeyValuePair<int, int>> LineMap
|
||||
{ get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user