-
Notifications
You must be signed in to change notification settings - Fork 43
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
Port over makes
essentials
#27
Comments
Yes, I agree that the makes should be a runner in std as a part of the shared library.
These projects have similar functional features that direct us to write standard scripts and have a beautiful input and output. Furthermore, makes and std will associate script set up a more independent environment for each command of the writer, and we don't need to write a primordial script. The last point is about some digressions. As a Julia lang fan and comonicon inspired me, I think it is also an excellent option to use Julia to implement the function of the std. @colinxs If you could give some advice about julia to std that we can talk about in another issue. |
@GTrunSec I think there is a misunderstanding, here:
I think it is very worthwhile indeed to provide a library of writers, starting from bash and also including some of these frameworks in elegant ways: But since there are many, many, it might also make sense to keep writers in a separate repo (with a more flexible future release cycle). |
I think we don't necessarily want to recreate a task library in |
I think we can ship makes-essentials such as https://github.com/fluidattacks/makes/blob/main/src/args/make-template/builder.sh direcly as
outputs.library.<system>.std-nameXY
. (but only the essentials to limit the scope of "opinionating")/cc @kamadorueda @tomberek wdyt?
(poor man's implementation of env substitution)
The text was updated successfully, but these errors were encountered: