getExecLanguageVersion: Recovers module execution language information

Description Usage Arguments Details Value See Also

Description

Interprets the ‘.languageVersion’ file produced when module sources script is executed.

Usage

1

Arguments

modulePath

module output file directory

Details

The ‘.languageVersion’ file should contain four lines of text:

  1. the exact version of the language used for execution

  2. 1 if language did not meet minVersion, else 0

  3. 1 if language did not meet maxVersion, else 0

  4. 1 if language did not match version, else 0

Value

list containing:

execVersion

exact version of executing language as character

failMain

TRUE if language did not meet minVersion

failMax

TRUE if language did not meet maxVersion

failExact

TRUE if language did not match version

See Also

prepareScriptInit


anhinton/conduit documentation built on May 10, 2019, 11:48 a.m.