-
Notifications
You must be signed in to change notification settings - Fork 1k
dep status show nothing after dep init #356
Comments
This is weird UX, I think |
Ugh, yeah, this is a no-good situation. Thanks for writing it up in such detail.
It's definitely not intended, and is something we need to work on in the next round of improvements to |
@sdboyer .Good to hear about the improvement. :) |
Is any work going on to fix this bug? I can take it up provided some help :) After going through the code, I think it can be fixed in different 2 ways:
|
@darkowlzz 🎉 🎉 🎊 !! Nope, no current work underway, as it's kinda tied up with refactoring the behavior of the commands more generally.
This is closer to the way to go, I think. At least in the ballpark. What'd be ideal, is if you could try to carve out the minimum possible implementation that's consistent with the new spec for
The memo is a hash of the arguments passed to the solver. (You can see the actual string values passed in to that with the hidden subcommand I think all this should be laid out in the new spec doc 😄 |
Hi, if I use
dep init
on one project, and it will createmanifest.json
、lock.json
andvendor/
successfully. After that, I usedep status
, it shows nothing, such as :After I continue typing
dep ensure
, thedep status
shows expected information, such as :But the only changes between
dep init
anddep ensure
is thememo
field in thelock.json
:Is this behavior designed by intention? Or any reason?
Thanks
The text was updated successfully, but these errors were encountered: