Changes between Initial Version and Version 1 of Ticket #2230


Ignore:
Timestamp:
2014-04-21T16:56:02Z (11 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2230 – Description

    initial v1  
    1 If the checks on dependencies done by `check_all_requirements` in [source:src/allmdyata/__init__py] fail, but we were trying to run `tahoe --version` or `tahoe --version-and-path`, then it would be useful to print the versions (and paths) anyway.
     1If the checks on dependencies done by `check_all_requirements` in [source:src/allmydata/__init__py] fail, but we were trying to run `tahoe --version` or `tahoe --version-and-path`, then it would be useful to print the versions (and paths) anyway.
    22
    3 Alternatively we could always print the versions and paths whenever the requirements check fails, regardless of what command we were trying to run.
     3An acceptable way to implement this would be to always print the versions and paths whenever the requirements check fails, regardless of what command we were trying to run.