We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
opam install --yes PACKAGES
satyrographos build
It occurs when Satyristes has no dependencies, like:
Satyristes
(lang 0.0.3) (doc (name "aaa") (workingDirectory "./") (build ( (make-with-env-var "aaa.pdf") )) (dependencies ()) )
The cause is the following line. https://github.com/na4zagin3/satyrographos/blob/master/src/command/build.ml#L138 The code does not consider when dependencies has no item.
dependencies
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It occurs when
Satyristes
has no dependencies, like:The cause is the following line.
https://github.com/na4zagin3/satyrographos/blob/master/src/command/build.ml#L138
The code does not consider when
dependencies
has no item.The text was updated successfully, but these errors were encountered: