-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
depends_on :cask
problem with the onyx
cask
#8615
Comments
Looks like you're missing a Edit: You also need to include dummy values for |
Dependency-only Casks are not yet supported (officially), but the issue you encounter affects all dependencies with Thanks for the report. |
@ncr-qef Okey. When I have read the details of the latest release and the issue #8491 I thought that it was done for dependency-only cask. Since last June I try to do it (#4973). And since, I follow what is new for each new release. I thought that with this release it start to be done. So thank you for your future fix. I will appreciate this feature 😄. |
Truth be told, it is as you say, @nicolas-brousse! After #8491, the codebase contains everything necessary for dependency-only Casks. However, as @jawshooah mentioned, it also contains DSL-level checks which actively prevent you from using one such Cask. Filtering out invalid Casks is important, and we cannot relax the DSL without due care. The required changes are not drastic — I hope we will have something working by the end of the month. This issue is now closed, but the discussion around |
Ok. I note what you said. And I totally understand. There is very no emergency in my side. It's just I follow the feature in same time of the I will check the issue #2001 and I think alose the #8492. |
There is a problem with the
onyx
cask.It appear the problem is on line
15
in/usr/local/Cellar/brew-cask/0.52.0/rubylib/hbc/cask_dependencies.rb
file.deps
returnnil:NilClass
.Error: undefined method `each' for nil:NilClass
I have tried with this https://gist.github.com/nicolas-brousse/fb3edb9815a8ad03cf00 cask.
The text was updated successfully, but these errors were encountered: