[Issue 16992] ddoc generator does not insert ddoc-ed unittest blocks for fromISOString, fromISOExtString, and fromSimpleString into the documentation

2018-02-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16992

Seb  changed:

   What|Removed |Added

 CC||greensunn...@gmail.com

--- Comment #9 from Seb  ---
FYI: We already have a pipeline to test for public unittests.

Try 

```
make -f posix.mak std/datetime/date.publictests
```

That one is based on libdparse.
https://github.com/dlang/tools/blob/master/tests_extractor.d

Anyhow, the compiler must be fixed!

--


[Issue 16992] ddoc generator does not insert ddoc-ed unittest blocks for fromISOString, fromISOExtString, and fromSimpleString into the documentation

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16992

Jonathan M Davis  changed:

   What|Removed |Added

   Keywords|trivial |ddoc
  Component|dlang.org   |dmd
   Severity|enhancement |normal

--


[Issue 16992] ddoc generator does not insert ddoc-ed unittest blocks for fromISOString, fromISOExtString, and fromSimpleString into the documentation

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16992

Jonathan M Davis  changed:

   What|Removed |Added

Summary|fromISOString,  |ddoc generator does not
   |fromISOExtString, and   |insert ddoc-ed unittest
   |fromSimpleString do not |blocks for fromISOString,
   |have examples   |fromISOExtString, and
   ||fromSimpleString into the
   ||documentation

--