Skip to content
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

Tell why upgrading more #566

Open
rdp opened this issue Dec 11, 2022 · 0 comments
Open

Tell why upgrading more #566

rdp opened this issue Dec 11, 2022 · 0 comments

Comments

@rdp
Copy link
Contributor

rdp commented Dec 11, 2022

Today if I run

$ shards update kemal
Resolving dependencies
Fetching https://github.com/kemalcr/kemal-session.git
Fetching https://github.com/sdogruyol/kemal.git
Fetching https://github.com/crystal-lang/crystal-mysql.git
Fetching https://github.com/crystal-lang/json_mapping.cr.git
Fetching https://github.com/crystal-lang/crystal-db.git
Fetching https://github.com/luislavena/radix.git
Fetching https://github.com/crystal-loot/exception_page.git
Fetching https://github.com/sija/backtracer.cr.git
Using radix (0.4.1)
Installing backtracer (1.2.2)
Installing exception_page (0.3.0)
Installing kemal (1.3.0)
Using kemal-session (1.0.0 at 2ebaf68)
Using db (0.10.1)
Using mysql (0.13.0 at 1a9b992)
Using json_mapping (0.1.1)
Writing shard.lock

It doesn't tell me "why" it's installing a new version of backtracer. Might be nice. Also a message "updating kemal" would be kind.

In the ideal world maybe something like:

Updating kemal (to 1.3.0)
Installing backtracer (new kemal dependency) (1.2.2)

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants