You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 22, 2022. It is now read-only.
Check if dependencies are present early in the script, then print out a list of missing ones and fail if any are missing.
Currently, the script does not check for dependencies, this leads to it failing very late in the run if anything is missing which is frustrating. Additionally, the compiler errors can be difficult to understand for the target audience.
Check if dependencies are present early in the script, then print out a list of missing ones and fail if any are missing.
Currently, the script does not check for dependencies, this leads to it failing very late in the run if anything is missing which is frustrating. Additionally, the compiler errors can be difficult to understand for the target audience.