[Issue 13764] std.getopt: throw an UnknownOptionException rather than Exception

2015-01-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13764

Robert Schadek  changed:

   What|Removed |Added

 CC||rburn...@gmail.com

--- Comment #3 from Robert Schadek  ---
I will make that PR

--


[Issue 13764] std.getopt: throw an UnknownOptionException rather than Exception

2015-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13764

--- Comment #4 from Robert Schadek  ---
this is fixed

--


[Issue 13764] std.getopt: throw an UnknownOptionException rather than Exception

2016-01-31 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13764

John Colvin  changed:

   What|Removed |Added

 CC||john.loughran.colvin@gmail.
   ||com

--- Comment #5 from John Colvin  ---
Not quite, there is still a raw enforce in handleOption
(https://github.com/D-Programming-Language/phobos/blob/master/std/getopt.d#L703)

--


[Issue 13764] std.getopt: throw an UnknownOptionException rather than Exception

2014-11-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13764

hst...@quickfur.ath.cx changed:

   What|Removed |Added

 CC||hst...@quickfur.ath.cx

--


[Issue 13764] std.getopt: throw an UnknownOptionException rather than Exception

2014-11-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13764

Danny Milosavljevic  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Danny Milosavljevic  ---
It's already fixed in git phobos master, there's a GetOptException now. Still
have to do string comparison to find out what happened (required option missing
vs. unrecognized option). Oh well.

--


[Issue 13764] std.getopt: throw an UnknownOptionException rather than Exception

2014-11-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13764

hst...@quickfur.ath.cx changed:

   What|Removed |Added

   Severity|trivial |enhancement

--


[Issue 13764] std.getopt: throw an UnknownOptionException rather than Exception

2014-11-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13764

hst...@quickfur.ath.cx changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #2 from hst...@quickfur.ath.cx ---
I think this is a worthwhile enhancement request. Reopening.

--


[Issue 13764] std.getopt: throw an UnknownOptionException rather than Exception

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13764

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P1  |P4

--