View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005454 | GNUnet | util library | public | 2018-10-03 20:45 | 2019-02-28 11:17 |
| Reporter | Florian Dold | Assigned To | Christian Grothoff | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | Git master | ||||
| Target Version | 0.11.0 | Fixed in Version | 0.11.0 | ||
| Summary | 0005454: argument parsing does not correctly parse/validate uints (and maybe others) | ||||
| Description | I'm using gnunet-statistics here as an example, but it applies to all argument parsing in GNUnet and Taler. This (as expected) doesn't work: $ gnunet-statistics -o FOO You must pass a number to the `port' option. However, when the prefix of the argument is a number, the rest is ignored: $ gnunet-statistics -o 1FOO <tries to connect> I ran into this when forgetting a space in a script (for Taler), as gnunet-statistics -o 1--another-flag simply ignores "--another-flag" *without* any errors. | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2018-10-03 20:45 | Florian Dold | New Issue | |
| 2018-10-03 20:45 | Florian Dold | Status | new => assigned |
| 2018-10-03 20:45 | Florian Dold | Assigned To | => Christian Grothoff |
| 2018-11-04 11:17 | Christian Grothoff | Note Added: 0013315 | |
| 2018-11-04 11:17 | Christian Grothoff | Status | assigned => resolved |
| 2018-11-04 11:17 | Christian Grothoff | Resolution | open => fixed |
| 2018-11-04 11:17 | Christian Grothoff | Fixed in Version | => 0.11.0 |
| 2018-11-04 11:17 | Christian Grothoff | Product Version | => Git master |
| 2018-11-04 11:17 | Christian Grothoff | Target Version | => 0.11.0 |
| 2019-02-28 11:17 | Christian Grothoff | Status | resolved => closed |