You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure which makes the most sense or where it should be (start of line, after position in queue, after filename, very end of line?)
Alternatives
Do-nothing, always my favorite alternative. There are several display options in the example above. This also could be a default-off that gets turned on with an command line option.
OS, Python version, and dependency version information:
printProcessQueue, for every entry in the queue, shows the filename and the product:
It doesn't show the
force
status, i.e. the value ofversion_bump
. It's sometimes nice to have this.Proposed enhancement
Add either an indication of forcing, e.g.:
Or the portion of the version which is forced:
I'm not sure which makes the most sense or where it should be (start of line, after position in queue, after filename, very end of line?)
Alternatives
Do-nothing, always my favorite alternative. There are several display options in the example above. This also could be a default-off that gets turned on with an command line option.
OS, Python version, and dependency version information:
Version of dbprocessing
Current github master (fb95a08)
Closure condition
Figure out the desired approach, implement, document, and ideally unit test it. This would involve the first unit tests of printProcessQueue.
The text was updated successfully, but these errors were encountered: