-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
crystal deps --production not updated shards now #141
Comments
Do you still have the legacy |
no, libs removed, code not updated in lib. |
easy to reproduce:
12,16c12
< @params ||= if @request.param_parser
< @request.param_parser.not_nil!
< else
< Kemal::ParamParser.new(@request)
< end
---
> @params ||= Kemal::ParamParser.new(@request) works in previous version |
Duplicate of #107 |
f-fr
pushed a commit
to f-fr/shards
that referenced
this issue
Jan 2, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i update shard kemal, file shards.lock changed, i commit it, and deploy. (on the server it builded in shared path, i just copy shards.yml, shards.lock to it, from current release and
crystal deps --production
)and it works fine, but now code of the shard in the lib, not updated to actual, so it compiled with 0.17.0
diff was
versions in shards.lock now not synced with lib dir, with
crystal deps
commandThe text was updated successfully, but these errors were encountered: