-
Notifications
You must be signed in to change notification settings - Fork 1k
Implement -old
flag for dep status
#1383
Comments
Would you add more detail? @darkowlzz |
@azbshiri yes, so With The result should be in table format as well as in json format, compatible with There are some examples of how the output should look like at the bottom of the command spec doc. Have a look. Also, you can refer to And ignore the algorithm in #613 for checking update. That's an old implementation and I see it tries to fetch update without a gps solve, that could lead to incorrect/incompatible suggestions. Use the Hope this helps 😊 |
@darkowlzz Hey, I'm working on this. But I have problem with the solver after preparation how can I identify which dependency is out of sync? is this has something to do with |
@azbshiri great! you can submit a WIP PR and show us your progress :)
So, once you have prepared a solver, solve it ( |
For sure. But it was not in a state that could be a PR. Thank you so much for the info. |
What should prepare for output? I mean |
According to the spec doc it should look like this:
|
And that would require creating a new struct |
dep status -old
should list the dependencies that are out-of-date.Refer: command spec
Example code: #613The text was updated successfully, but these errors were encountered: