-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Deprecation warnings when using cask because of zipped #151
Comments
mea culpa on this one. I think if you replace that line with |
This is in a macro, therefore you do not get the warnings only when compiling the library, but also when you are just using it (linking to it). |
I will try to prepare a PR. |
OndrejSpanel
added a commit
to OndrejSpanel/cask
that referenced
this issue
Nov 26, 2024
This was referenced Nov 26, 2024
Merged
jodersky
pushed a commit
that referenced
this issue
Nov 27, 2024
As suggested in #151 (Fix implemented blindly from web UI only, CI passed on the fork)
Closed by #152 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This line from #137 is causing deprecation warnings when compiling against 0.10.1 with deprecations enabled:
https://github.com/com-lihaoyi/cask/blame/fae83f8ed17518574f0f6e1200bbd8a049bc1811/cask/src-3/cask/router/Macros.scala#L264
With fatal warnings this is fatal (sic):
The text was updated successfully, but these errors were encountered: