Gotcha with photos' documentation

2022-12-08 Thread Christian Köstlin via Digitalmars-d-learn
Recently I stumbled upon a small issue in dlang's docs. I wanted to look up uniq in std.algorithm. Started from https://dlang.org/phobos/std_algorithm.html and clicked uniq, no problem, all good. But my code did not work. After some debugging I saw, that for some inputs uniq just did not work. I

Re: Gotcha with photos' documentation

2022-12-08 Thread H. S. Teoh via Digitalmars-d-learn
On Thu, Dec 08, 2022 at 09:15:45PM +0100, Christian Köstlin via Digitalmars-d-learn wrote: > Recently I stumbled upon a small issue in dlang's docs. > I wanted to look up uniq in std.algorithm. Started from > https://dlang.org/phobos/std_algorithm.html and clicked uniq, no > problem, all good. But

Re: Gotcha with photos' documentation

2022-12-08 Thread H. S. Teoh via Digitalmars-d-learn
On Thu, Dec 08, 2022 at 05:21:52PM -0800, H. S. Teoh via Digitalmars-d-learn wrote: [...] > I'll see if I can reword this to be more explicit. [...] https://github.com/dlang/phobos/pull/8646 T -- Don't modify spaghetti code unless you can eat the consequences.

Re: Gotcha with photos' documentation

2022-12-09 Thread Christian Köstlin via Digitalmars-d-learn
On 09.12.22 02:27, H. S. Teoh wrote: On Thu, Dec 08, 2022 at 05:21:52PM -0800, H. S. Teoh via Digitalmars-d-learn wrote: [...] I'll see if I can reword this to be more explicit. [...] https://github.com/dlang/phobos/pull/8646 T Thanks a lot ... that was fast. Is there also an implementat

Re: Gotcha with photos' documentation

2022-12-09 Thread H. S. Teoh via Digitalmars-d-learn
On Fri, Dec 09, 2022 at 12:51:27PM +0100, Christian Köstlin via Digitalmars-d-learn wrote: > On 09.12.22 02:27, H. S. Teoh wrote: [...] > > https://github.com/dlang/phobos/pull/8646 [...] > Thanks a lot ... > that was fast. It only took a minute to fix. :-D > Is there also an implementation tha

Re: Gotcha with photos' documentation

2022-12-09 Thread Christian Köstlin via Digitalmars-d-learn
On 09.12.22 19:55, H. S. Teoh wrote: On Fri, Dec 09, 2022 at 12:51:27PM +0100, Christian Köstlin via Digitalmars-d-learn wrote: On 09.12.22 02:27, H. S. Teoh wrote: [...] https://github.com/dlang/phobos/pull/8646 [...] Thanks a lot ... that was fast. It only took a minute to fix. :-D I