Antonino Sabetta

Results 72 comments of Antonino Sabetta

Please add this issue to the developer guidelines (see #208 )

I think the problem is simply the position of the logging statement; the commits returned by the backend are checked just below that code and those that are None are...

i asked myself the same question :-) I guess that having a response that maps each of the requested commit_id to the object corresponding to that commit is handy; in...

The first part of the above comment is implemented by now. The second (optional) part is not, but life's so short.... Closing.

This is a bit trickier than I expected because the function to obtain the "previous tag" is commented out in the current code and would require some rework to be...

One way to approach this is to imply an interactive mode, whereby the tool would _try_ to identify the previous tag/version but the user would have to confirm to proceed.

It seems that some suitable `git` tricks might help us here. For instance, this command returns all the commits annotated by some tag, and the branching/parent/child relation among them is...

Simpler to implement and as effective: check if the supplied X is indeed the "previous tag" of Y.

tview could be a good candidate for a cli-based UI

We agreed to separate the code implementing the interactive part from the code computing the values (perfect matches, suggestions). Sample (pseudo-)code follows: ```python class ResultsWithSuggestions: List with "matches" (exact or...