Thread overview
[Issue 5562] Add OS=win32wine build to druntime's posix.mak
Jan 17, 2020
Mathias LANG
June 10, 2015
https://issues.dlang.org/show_bug.cgi?id=5562

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

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

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp
                 CC|                            |andrei@erdani.com

--- Comment #2 from Andrei Alexandrescu <andrei@erdani.com> ---
This would be great because it would allow us to unittest for Windows (at least to some extent) on Linux machines. FWIW I'd added such for Phobos a long time ago and it worked but it has since bitrotten (and probably disappeared)

--
January 17, 2020
https://issues.dlang.org/show_bug.cgi?id=5562

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |pro.mathias.lang@gmail.com
         Resolution|---                         |WONTFIX

--- Comment #3 from Mathias LANG <pro.mathias.lang@gmail.com> ---
We can now use `build.d` to build under wine as opposed to the Makefile. See discussion here for a use case: https://github.com/dlang/dmd/pull/10731#issuecomment-575538851

Closing as WONTFIX since the functionality is here but not in the way the issue requests it.

--