nonrunnable
Nonrunnable is an informal adjective used in software engineering and digital contexts to describe a file, script, program, or artifact that cannot be executed or run under a given set of conditions. The term emphasizes the state of being non-operational in terms of execution, rather than being merely incorrect or incomplete. It is commonly found in repositories, documentation, and issue trackers to distinguish runnable components from those that will not execute as-is.
Causes include missing interpreters or runtimes, compile-time or link-time failures, platform or architecture mismatches, dependency issues,
Practices: developers may annotate files as nonrunnable, provide notes about why, and offer runnable alternatives or
Relation to other terms: nonrunnable is closely related to non-executable or not runnable, but usage varies
Examples include legacy scripts written for deprecated interpreters (e.g., Python 2) that fail on current interpreters,