Jump to page: 1 2
Thread overview
[Issue 16614] [META] Each artifact in the standard library should have a meaningful example
Oct 16, 2016
greenify
Dec 27, 2016
greenify
Dec 27, 2016
greenify
Mar 31, 2018
Seb
Dec 17, 2022
Iain Buclaw
October 14, 2016
https://issues.dlang.org/show_bug.cgi?id=16614

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp

--
October 14, 2016
https://issues.dlang.org/show_bug.cgi?id=16614

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp

--
October 15, 2016
https://issues.dlang.org/show_bug.cgi?id=16614

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |8087

--
October 15, 2016
https://issues.dlang.org/show_bug.cgi?id=16614

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |8799

--
October 16, 2016
https://issues.dlang.org/show_bug.cgi?id=16614

greenify <greeenify@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greeenify@gmail.com

--- Comment #1 from greenify <greeenify@gmail.com> ---
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 ;-)

--
October 31, 2016
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

--
November 01, 2016
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

--
December 27, 2016
https://issues.dlang.org/show_bug.cgi?id=16614

--- Comment #2 from greenify <greeenify@gmail.com> ---
*** Issue 16990 has been marked as a duplicate of this issue. ***

--
December 27, 2016
https://issues.dlang.org/show_bug.cgi?id=16614

--- Comment #3 from greenify <greeenify@gmail.com> ---
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!

--
March 31, 2018
https://issues.dlang.org/show_bug.cgi?id=16614

Seb <greensunny12@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greensunny12@gmail.com

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

--
« First   ‹ Prev
1 2