[Issue 17332] New: optilink or dmd bug

2017-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17332 Issue ID: 17332 Summary: optilink or dmd bug Product: D Version: D2 Hardware: x86_64 OS: Windows Status: NEW Severity: critical Priority: P1

[Issue 17331] appender can't be used for initialization twice

2017-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17331 Heromyth changed: What|Removed |Added Summary|appender can't be use for |appender can't be used for

[Issue 17331] New: appender can't be use for initialization

2017-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17331 Issue ID: 17331 Summary: appender can't be use for initialization Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: normal

[Issue 7102] std.numeric.gcd with BigInts too

2017-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7102 --- Comment #5 from hst...@quickfur.ath.cx --- To make matters worse, std.numeric.gcd has no sig constraints, so once you import std.numeric.gcd, you cannot even define a BigInt specialization of gcd in your own code without causing a conflict in the

[Issue 7102] std.numeric.gcd with BigInts too

2017-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7102 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --

[Issue 17329] File.remove() has problems with long filenames (>128 bytes)

2017-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17329 --- Comment #2 from Rainer Koschnick --- Thanks for the hint, but it doesn't change anything. Error:

[Issue 17309] [REG 2.073.2] constructor template doesn't infer `pure`

2017-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17309 --- Comment #4 from ag0ae...@gmail.com --- (In reply to Walter Bright from comment #3) > I think that trouble here is that attribute inference is not done until the > template is instantiated. But the compiler does not instantiate a template > until

[Issue 17330] New: [REG 2.072] BigInt's constructor used to be pure

2017-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17330 Issue ID: 17330 Summary: [REG 2.072] BigInt's constructor used to be pure Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: regression

[Issue 8687] Variadic templates do not work properly with default arguments

2017-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8687 Jonathan M Davis changed: What|Removed |Added CC|

[Issue 17309] [REG 2.073.2] constructor template doesn't infer `pure`

2017-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17309 Walter Bright changed: What|Removed |Added Resolution|FIXED |WONTFIX --

[Issue 17309] [REG 2.073.2] constructor template doesn't infer `pure`

2017-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17309 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 17309] [REG 2.073.2] constructor template doesn't infer `pure`

2017-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17309 --- Comment #2 from Walter Bright --- (In reply to Walter Bright from comment #1) > It also compiles with dmd 2.070, didn't check other versions. I don't know what I did there. I can't get it to compile with any dmd

[Issue 12115] Segfault in FormatSpec.fillUp

2017-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12115 Daniel Čejchan changed: What|Removed |Added CC||czda...@gmail.com --

[Issue 17321] Example code for std.stdio.File fails to compile

2017-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17321 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 17326] 2.072 gc changes broke 32 bit Windows DLLs

2017-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17326 --- Comment #3 from Walter Bright --- The problem is I cannot get the DLL test cases into the autotester test suite, which is why DLL support regularly breaks. --