February 26, 2013 [Issue 3780] getopt improvements by Igor Lesik | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | http://d.puremagic.com/issues/show_bug.cgi?id=3780 --- Comment #9 from jens.k.mueller@gmx.de 2013-02-26 15:16:56 PST --- There is my pull request https://github.com/D-Programming-Language/phobos/pull/1030. If somebody comments I'm happy to finish it. The reason why I was less willing to finish it is that I don't like implementing stuff that nobody would use. So please comment on the API from a usage point of view and I will implement it. BTW Recently I was wondering whether it is the right way to throw exceptions because I find that this is not a rare situation. Actually it's a pretty common situation to do some usage error. But either way I want to finish it. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
March 25, 2013 [Issue 3780] getopt improvements by Igor Lesik | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | http://d.puremagic.com/issues/show_bug.cgi?id=3780 --- Comment #10 from Alexey G <golovanov_alexey@mail.ru> 2013-03-25 13:07:21 PDT --- > If somebody comments I'm happy to finish it. Good job! Thanx! > I don't like implementing stuff that nobody would use. Nobody? I have no statistics. But, IMHO, everybody, who write small command line utilities with D, today "invent the wheel" every time. Best way - to have this features in std library. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation