Windows experience is atrocious

Vladimir Panteleev thecybershadow.lists at gmail.com
Fri Jul 21 06:33:21 UTC 2023


On Friday, 21 July 2023 at 02:54:16 UTC, harakim wrote:
> ```
> source\arsd\simpledisplay.d(6445,51): Deprecation: using `in 
> ref` is deprecated, use `-preview=in` and `in` instead
> ...
> source\arsd\http2.d(3567,17): Error: function `void 
> arsd.http2.OpenSslSocket.close()` does not override any 
> function, did you mean to override `nothrow @nogc scope 
> @trusted void std.socket.Socket.close()`?
> Error C:\Program Files\D\dmd2\windows\bin\dmd.exe failed with 
> exit code 1.
> ```

Regression introduced in 
https://github.com/dlang/phobos/pull/8551 BTW. A long time ago I 
added a test to prevent exactly that kind of regression, but the 
PR "fixed" the test too. I don't know what the solution is here, 
though.



More information about the Digitalmars-d mailing list