[Issue 18413] Document how to setup/run DMD test suite on WINDOWS

2018-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18413 --- Comment #3 from Seb --- BTW guys I just built the GNUmake exe via AppVeyor in case someone is looking for this: https://issues.dlang.org/show_bug.cgi?id=18658 https://github.com/dlang/installer/pull/311

[Issue 18658] New: Provide GNUmake for easier development setup

2018-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18658 Issue ID: 18658 Summary: Provide GNUmake for easier development setup Product: D Version: D2 Hardware: All OS: Windows Status: NEW Severity: enhancement

[Issue 16107] [ICE] - Internal error: backend/cgcod.c 2297

2018-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16107 ag0aep6g changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 18657] New: std.range and std.algorithm can't handle refRange

2018-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18657 Issue ID: 18657 Summary: std.range and std.algorithm can't handle refRange Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal

[Issue 18413] Document how to setup/run DMD test suite on WINDOWS

2018-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18413 ki...@gmx.net changed: What|Removed |Added CC||ki...@gmx.net --- Comment #5 from

[Issue 18413] Document how to setup/run DMD test suite on WINDOWS

2018-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18413 --- Comment #4 from Jonathan Marler --- Building DMD on linux with WINE is a good use case. However, that has a different set of problems than building on windows directly. Namely, how to build/install GNUmake and BASH. --

[Issue 18659] All modern window API calls are disabled

2018-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18659 Lewis changed: What|Removed |Added CC||musicalje...@gmail.com --

[Issue 18659] New: All modern window API calls are disabled

2018-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18659 Issue ID: 18659 Summary: All modern window API calls are disabled Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: normal

[Issue 18659] All modern Windows API calls are disabled

2018-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18659 --- Comment #1 from Lewis --- After making a source change to work around this problem (by just manually setting _WIN32_WINNT to the correct value), I can now compile using CancelIoEx(), but it fails at the link step. This

[Issue 18413] Document how to setup/run DMD test suite on WINDOWS

2018-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18413 --- Comment #6 from Mike Franklin --- Building and testing D in a Bash environment on Windows is not ideal. It requires too many non-Windows dependencies and results in a testing environment different from the Windows-native

[Issue 16317] Wrong binop evaluation/load order when optimizing

2018-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16317 --- Comment #1 from Walter Bright --- https://github.com/dlang/dmd/pull/8076 --

[Issue 18658] Provide GNUmake for easier development setup

2018-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18658 --- Comment #1 from Seb --- PR https://github.com/dlang/installer/pull/311 Binary: https://ci.appveyor.com/project/greenify/installer-gqmr6/build/1.0.16/artifacts --

[Issue 18629] std.algorithm.iteration.subsitute is slow

2018-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18629 --- Comment #2 from John Colvin --- If you compile with LDC and full optimisations (substitute isn't in LDC's phobos, see attached file for a working example) then the disparity goes away (without bounds checking v3

[Issue 18629] std.algorithm.iteration.subsitute is slow

2018-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18629 John Colvin changed: What|Removed |Added CC|

[Issue 18659] All modern Windows API calls are disabled

2018-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18659 Lewis changed: What|Removed |Added Summary|All modern window API calls |All modern Windows API

[Issue 18413] Document how to setup/run DMD test suite on WINDOWS

2018-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18413 --- Comment #7 from Seb --- For reference, I found this reply on the forum: https://forum.dlang.org/post/acghmodenrgnrapju...@forum.dlang.org (it boils down to using mingw-make - not very ideal either) --

[Issue 18651] ice: assert in glue.d:777 when building these three trivial files

2018-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18651 Ketmar Dark changed: What|Removed |Added CC|

[Issue 18647] Use of delete should be allowed without a deprecation in a deprecated scope

2018-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18647 Walter Bright changed: What|Removed |Added CC|

[Issue 17906] Deprecated Language features should be allowed without a deprecation in a deprecated scope

2018-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17906 Walter Bright changed: What|Removed |Added See Also|

[Issue 18647] Use of delete should be allowed without a deprecation in a deprecated scope

2018-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18647 --- Comment #1 from Walter Bright --- https://github.com/dlang/dmd/pull/8066 --

[Issue 18656] Compile DUB with LDC

2018-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18656 --- Comment #1 from Seb --- See also: https://github.com/dlang/dub/issues/1419 --

[Issue 17838] rdmd file-descriptor issues with snap packages

2018-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17838 Seb changed: What|Removed |Added CC||greensunn...@gmail.com ---

[Issue 16189] Optimizer bug, with simple test case

2018-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16189 --- Comment #7 from Walter Bright --- https://github.com/dlang/dmd/pull/8074 --

[Issue 17838] rdmd file-descriptor issues with snap packages

2018-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17838 --- Comment #2 from Joseph Rushton Wakeling --- > With the improvements in 2.079, DMD now supports JSON output via stdout That's hardly a viable solution. The problem only arises when one attempts to specify a

[Issue 18656] New: Compile DUB with LDC

2018-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18656 Issue ID: 18656 Summary: Compile DUB with LDC Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P1

[Issue 16189] Optimizer bug, with simple test case

2018-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16189 Walter Bright changed: What|Removed |Added Hardware|x86_64 |All --