Mrcv::Runner::Local
Inherits Mrcv::Runner::Base < Reference < Object
Direct local compiler execution runner. Executes Crystal builds and specs directly using local toolchains (asdf, mise, custom path, or system crystal).
Constructors
Instance methods
asdf_root
SourceLocates the executable path for a specific Crystal version.
execute(version : Core::Version, target : Core::ProjectTarget, mode : Core::ExecutionMode) : Core::ExecutionResult
Executes the compilation or spec check using the resolved local binary.
mise_root
Sourcesystem_crystal_version
Discovers and parses the version of the system-installed crystal binary in PATH.
toolchain_path
Source