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
depends_on :cask
In an attempt to get started on #8492, I added a depends_on :cask => 'cvc4' stanza to the cryptol Cask.
depends_on :cask => 'cvc4'
cryptol
While running brew cask install cryptol, the installer happily ignored the absence of a cvc4 installation:
brew cask install cryptol
cvc4
==> Satisfying dependencies complete
The dependency seems to be recognized, as shown in the --debug output:
--debug
==> Cask instance method 'depends_on': --- :cask: - cvc4
So somewhere down the line, the installer either ignores the dependency, or incorrectly concludes that it is satisfied.
The text was updated successfully, but these errors were encountered:
Scratch that; forgot I didn't install brew-cask with --HEAD. #8491 hasn't made it into a release yet.
brew-cask
--HEAD
Sorry, something went wrong.
No branches or pull requests
In an attempt to get started on #8492, I added a
depends_on :cask => 'cvc4'
stanza to thecryptol
Cask.While running
brew cask install cryptol
, the installer happily ignored the absence of acvc4
installation:The dependency seems to be recognized, as shown in the
--debug
output:So somewhere down the line, the installer either ignores the dependency, or incorrectly concludes that it is satisfied.
The text was updated successfully, but these errors were encountered: