[Issue 10236] Ddoc: Warning on wrong parameter names

2013-09-15 Thread d-bugmail
/9dbb905f84dfe5a240033179172ff603f2a4b741 Fix issue 10236 Ddoc: Warning on wrong parameter names/count https://github.com/D-Programming-Language/dmd/commit/51afa9a24d94211e2e93dfd11bcb66c4d76ed96a Fix issue 10236 test case https://github.com/D-Programming-Language/dmd/commit/359dc6697b92ca3c7b1fc4fddc30c2b981cf56eb Fix issue 10236

[Issue 10236] Ddoc: Warning on wrong parameter names

2013-09-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10236 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 10236] Ddoc: Warning on wrong parameter names

2013-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10236 --- Comment #17 from Lionello Lunesu 2013-09-01 20:51:22 PDT --- Pull request was updated to allow for template parameters: * parameters in the DDoc Params section must either be function parameters of template parameters * all function par

[Issue 10236] Ddoc: Warning on wrong parameter names

2013-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10236 --- Comment #16 from Lionello Lunesu 2013-08-27 04:38:47 PDT --- (In reply to comment #15) > (But usually warnings aren't 100.00% reliable. Usually there are very uncommon > cases where a warning gives false positives and false negatives. Thi

[Issue 10236] Ddoc: Warning on wrong parameter names

2013-08-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10236 --- Comment #15 from bearophile_h...@eml.cc 2013-08-25 19:12:47 PDT --- (In reply to comment #14) > This shows three warnings for the first reset(), no warnings for the "ditto". > A > quick fix would be to copy the whole ddoc for the two over

[Issue 10236] Ddoc: Warning on wrong parameter names

2013-08-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10236 --- Comment #14 from Lionello Lunesu 2013-08-25 18:35:13 PDT --- While solving the warnings in druntime, there's only one instance where I thought the current patch might need to be improved: /** * Resets this fiber so that it may be

[Issue 10236] Ddoc: Warning on wrong parameter names

2013-08-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10236 --- Comment #13 from Lionello Lunesu 2013-08-25 18:23:42 PDT --- ...and I filed this one for druntime: http://d.puremagic.com/issues/show_bug.cgi?id=10894 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 10236] Ddoc: Warning on wrong parameter names

2013-08-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10236 --- Comment #12 from Lionello Lunesu 2013-08-25 18:19:43 PDT --- (In reply to comment #11) > (In reply to comment #9) > > > FWIW, this patch has found numerous DDoc mistakes in phobos and druntime! > > I'd > > say that's proof enough. > >

[Issue 10236] Ddoc: Warning on wrong parameter names

2013-08-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10236 --- Comment #11 from bearophile_h...@eml.cc 2013-08-25 10:57:20 PDT --- (In reply to comment #9) > FWIW, this patch has found numerous DDoc mistakes in phobos and druntime! I'd > say that's proof enough. Where's a compact list of all the Phob

[Issue 10236] Ddoc: Warning on wrong parameter names

2013-08-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10236 --- Comment #10 from bearophile_h...@eml.cc 2013-08-25 09:54:14 PDT --- (In reply to comment #9) > this patch has found numerous DDoc mistakes in phobos and druntime! A different outcome would have shocked me :-) -- Configure issuemail: htt

[Issue 10236] Ddoc: Warning on wrong parameter names

2013-08-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10236 --- Comment #9 from Lionello Lunesu 2013-08-25 09:08:16 PDT --- Updated the pull request https://github.com/D-Programming-Language/dmd/pull/2121 FWIW, this patch has found numerous DDoc mistakes in phobos and druntime! I'd say that's proof e

[Issue 10236] Ddoc: Warning on wrong parameter names

2013-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10236 --- Comment #8 from Lionello Lunesu 2013-06-05 19:49:54 PDT --- (In reply to comment #5) > I have mixed feelings about this. Generally, Ddoc does not emit warnings or > errors. This is deliberate, as it tries to interpret whatever random stuf

[Issue 10236] Ddoc: Warning on wrong parameter names

2013-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10236 --- Comment #7 from bearophile_h...@eml.cc 2013-06-05 05:04:07 PDT --- (In reply to comment #5) > I have mixed feelings about this. Generally, Ddoc does not emit warnings or > errors. This is deliberate, as it tries to interpret whatever rando

[Issue 10236] Ddoc: Warning on wrong parameter names

2013-06-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10236 lt.infiltra...@gmail.com changed: What|Removed |Added CC||lt.infiltra...@gmail.com --

[Issue 10236] Ddoc: Warning on wrong parameter names

2013-06-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10236 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com Ve

[Issue 10236] Ddoc: Warning on wrong parameter names

2013-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10236 --- Comment #4 from Lionello Lunesu 2013-06-02 06:47:29 PDT --- (In reply to comment #3) > (In reply to comment #0) > > > An additional case would be issuing a warning for missing parameters. > > Another useful warning is when you document

[Issue 10236] Ddoc: Warning on wrong parameter names

2013-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10236 --- Comment #3 from bearophile_h...@eml.cc 2013-06-02 06:31:31 PDT --- (In reply to comment #0) > An additional case would be issuing a warning for missing parameters. Another useful warning is when you document an argument that's not present

[Issue 10236] Ddoc: Warning on wrong parameter names

2013-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10236 --- Comment #2 from Lionello Lunesu 2013-06-02 06:22:52 PDT --- https://github.com/D-Programming-Language/dmd/pull/2121 Issues warnings for both the name and the count mismatch. -- Configure issuemail: http://d.puremagic.com/issues/userpre

[Issue 10236] Ddoc: Warning on wrong parameter names

2013-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10236 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Co