-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Runtime dependencies checker? #95
Comments
True. This is fairly needed. The checks should be added by default but also we need to let developers disable adding them as well. |
We should probably also only focus on the dependencies of the Amber runtime. Trying to extract and automatically detect script specific dependencies seems like a bigger problem. |
This problem is currently being resolved by @b1ek as a separate project https://github.com/b1ek/bshchk. |
implemented in #383 |
Im pretty sure that amber depends on things like
bc
,sed
and[[
, and possibly other script-specific dependencies.Wouldn't it make sense to add a checker in the start of the program to ensure that all of them are there? That would prevent A LOT of runtime errors, as well as ensure safety
The text was updated successfully, but these errors were encountered: