gleam-lang / gleam

⭐️ A friendly language for building type-safe, scalable systems!
https://gleam.run
Apache License 2.0
17.62k stars 736 forks source link

`gleam deps why packagename` command to explain requirements for package version #3267

Open lpil opened 3 months ago

lpil commented 3 months ago

It would be useful to be able to quickly view all the version requirements that resulted in a package version being selected.

Given a package name, find it in the deps tree and then print all the requirements for it from the other packages.

giacomocavalieri commented 3 months ago

I'm working on this!

Ramkarthik commented 2 months ago

@lpil @giacomocavalieri If this is still open, can I take this one? I have the changes ready to send a PR (code).

giacomocavalieri commented 2 months ago

Sure go ahead!

Ramkarthik commented 2 months ago

Thank you, @giacomocavalieri. I've created a PR (#3408).