Thread overview
Update of dmd-master is stopped
Aug 12, 2020
SHOO
Aug 12, 2020
Avrina
Aug 13, 2020
SHOO
Aug 13, 2020
Mathias LANG
Aug 13, 2020
SHOO
August 12, 2020
dmd-master has been out of updates for about 5 months and no one is worried about it?

I created an issue last week, is anyone working on it?

https://issues.dlang.org/show_bug.cgi?id=21128


August 12, 2020
On Wednesday, 12 August 2020 at 17:40:56 UTC, SHOO wrote:
> dmd-master has been out of updates for about 5 months and no one is worried about it?
>
> I created an issue last week, is anyone working on it?
>
> https://issues.dlang.org/show_bug.cgi?id=21128

Seems to happen quite often, just don't rely on nightly builds is probably the easiest solution.
August 13, 2020
On Wednesday, 12 August 2020 at 17:40:56 UTC, SHOO wrote:
> dmd-master has been out of updates for about 5 months and no one is worried about it?
>
> I created an issue last week, is anyone working on it?
>
> https://issues.dlang.org/show_bug.cgi?id=21128

Oh it was noticed:
https://forum.dlang.org/thread/cvhmdpmfdemfzarmzwdm@forum.dlang.org

But unfortunately the amount of people that can fix (because of access and knowledge) this is very small (Seb & Martin AFAIK, and both are very busy).
I wanted to move the nightlies to Github to simplify this and allow more people to intervene but didn't get to it yet (focusing on the `in` PR right now).
August 13, 2020
On Wednesday, 12 August 2020 at 20:35:41 UTC, Avrina wrote:
> On Wednesday, 12 August 2020 at 17:40:56 UTC, SHOO wrote:
>> dmd-master has been out of updates for about 5 months and no one is worried about it?
>>
>> I created an issue last week, is anyone working on it?
>>
>> https://issues.dlang.org/show_bug.cgi?id=21128
>
> Seems to happen quite often, just don't rely on nightly builds is probably the easiest solution.

I see, ... I'll do so temporarily.
August 13, 2020
On Thursday, 13 August 2020 at 02:01:12 UTC, Mathias LANG wrote:
> On Wednesday, 12 August 2020 at 17:40:56 UTC, SHOO wrote:
>> dmd-master has been out of updates for about 5 months and no one is worried about it?
>>
>> I created an issue last week, is anyone working on it?
>>
>> https://issues.dlang.org/show_bug.cgi?id=21128
>
> Oh it was noticed:
> https://forum.dlang.org/thread/cvhmdpmfdemfzarmzwdm@forum.dlang.org
>
> But unfortunately the amount of people that can fix (because of access and knowledge) this is very small (Seb & Martin AFAIK, and both are very busy).
> I wanted to move the nightlies to Github to simplify this and allow more people to intervene but didn't get to it yet (focusing on the `in` PR right now).

It seems to have once resumed at that time, and then stopped again...
If it's server maintenance, it may be difficult to get a third party involved. It might be a way to use GitHub Actions so that you can test the project on the forked project as well.
In the meantime, good luck with your `in` work. That's a long-standing desire of those who have come from C++.