[Issue 16614] [META] Each artifact in the standard library should have a meaningful example

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

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P1  |P4

--


[Issue 16614] [META] Each artifact in the standard library should have a meaningful example

2018-03-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16614

Seb  changed:

   What|Removed |Added

 CC||greensunn...@gmail.com

--- Comment #4 from Seb  ---
This is now being tracked by https://github.com/dlang/phobos/projects/1 - we
are almost half-way through the remaining module blacklist :)

--


[Issue 16614] [META] Each artifact in the standard library should have a meaningful example

2016-12-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16614

--- Comment #3 from greenify  ---
There's now a helper tool in dlang/tools:

https://github.com/dlang/tools/blob/master/styles/has_public_example.d

it run with e.g. dub --root=../tools/styles -c has_public_example -i std

Moreover, there's an open PR to Phobos to enable it with a blacklist:

https://github.com/dlang/phobos/pull/4998

It will introduce this as `has_public_example` Makefile target, thus from the
Phobos repo one can run the following to find functions without public
examples:

make -f posix.mak has_public_example

Help to reduce the blacklist is very welcome!

--


[Issue 16614] [META] Each artifact in the standard library should have a meaningful example

2016-12-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16614

--- Comment #2 from greenify  ---
*** Issue 16990 has been marked as a duplicate of this issue. ***

--


[Issue 16614] [META] Each artifact in the standard library should have a meaningful example

2016-11-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16614
Issue 16614 depends on issue 8087, which changed state.

Issue 8087 Summary: Improve clarity of std.algorithm documentation
https://issues.dlang.org/show_bug.cgi?id=8087

   What|Removed |Added

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

--


[Issue 16614] [META] Each artifact in the standard library should have a meaningful example

2016-10-31 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16614
Issue 16614 depends on issue 8799, which changed state.

Issue 8799 Summary: Give example of Tuple mapped to a function
https://issues.dlang.org/show_bug.cgi?id=8799

   What|Removed |Added

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

--


[Issue 16614] [META] Each artifact in the standard library should have a meaningful example

2016-10-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16614

greenify  changed:

   What|Removed |Added

 CC||greeen...@gmail.com

--- Comment #1 from greenify  ---
Something that is related to this and also very useful is increasing the code
coverage. With the new CodeCov tool (or by directly running the tests locally),
it's as easy as picking a module, looking up the uncovered lines and adding
tests for those. As a reward one might even find hidden bugs ;-)

--


[Issue 16614] [META] Each artifact in the standard library should have a meaningful example

2016-10-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16614

Andrei Alexandrescu  changed:

   What|Removed |Added

 Depends on||8799

--


[Issue 16614] [META] Each artifact in the standard library should have a meaningful example

2016-10-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16614

Andrei Alexandrescu  changed:

   What|Removed |Added

 Depends on||8087

--


[Issue 16614] [META] Each artifact in the standard library should have a meaningful example

2016-10-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16614

Andrei Alexandrescu  changed:

   What|Removed |Added

   Keywords||bootcamp

--