StupidLocal

Stupid local executor which just runs rdmd and passes the source to it and outputs the executes binary's output.

Warning: UNSAFE BECUASE CODE IS RUN UNFILTERED AND NOT IN A SANDBOX

Constructors

this
this()
Undocumented in source.

Members

Functions

compileAndExecute
Tuple!(string, "output", bool, "success") compileAndExecute(RunInput input)
Undocumented in source. Be warned that the author may not have intended to support it.
installedPackages
Package[] installedPackages()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

dCompiler
string dCompiler;
Undocumented in source.

Inherited Members

From IExecProvider

RunInput
struct RunInput
Undocumented in source.
compileAndExecute
Tuple!(string, "output", bool, "success") compileAndExecute(RunInput input)
Undocumented in source.
installedPackages
Package[] installedPackages()
Undocumented in source.

Meta