Thread overview
Re: Another regression: std.range.slide
Jun 16, 2023
H. S. Teoh
Jun 18, 2023
Walter Bright
Jun 18, 2023
FeepingCreature
June 15, 2023
On Thu, Jun 15, 2023 at 06:18:48PM -0700, Walter Bright via Digitalmars-d wrote:
> On 6/15/2023 12:18 PM, H. S. Teoh wrote:
> > https://issues.dlang.org/show_bug.cgi?id=23976
> > 
> > Caused by: https://github.com/dlang/phobos/pull/8738
> 
> FeepingCreature is aware of this and says he'll look into it tomorrow.

Sometimes I wonder if I should put my projects on github and add it to the Phobos CI. :-D  It seems I have quite a bit of code that triggers unusual cases or use things in rare combinations that tend to break when something gets changed.


T

-- 
Не дорог подарок, дорога любовь.
June 18, 2023
On 6/15/2023 9:18 PM, H. S. Teoh wrote:
> Sometimes I wonder if I should put my projects on github and add it to
> the Phobos CI. :-D  It seems I have quite a bit of code that triggers
> unusual cases or use things in rare combinations that tend to break when
> something gets changed.

Maybe you should! But you would also need to be willing to help isolate problems when they occur building that code.

June 18, 2023

On Sunday, 18 June 2023 at 17:47:35 UTC, Walter Bright wrote:

>

On 6/15/2023 9:18 PM, H. S. Teoh wrote:

>

Sometimes I wonder if I should put my projects on github and add it to
the Phobos CI. :-D It seems I have quite a bit of code that triggers
unusual cases or use things in rare combinations that tend to break when
something gets changed.

Maybe you should! But you would also need to be willing to help isolate problems when they occur building that code.

Ohey, while I have your attention: any input on https://forum.dlang.org/post/ivmrolypalfsoqeqecki@forum.dlang.org ? Maybe we should just revert the original fix. Any observable behavior is a feature, and so on.