[Issue 17987] New: Cannot use string in Variant at compile time

2017-11-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17987 Issue ID: 17987 Summary: Cannot use string in Variant at compile time Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 17988] New: [ICE] Segfault when using member in map

2017-11-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17988 Issue ID: 17988 Summary: [ICE] Segfault when using member in map Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: normal

[Issue 17986] Erratic failure with std/experimental/allocator/common.d(445): unittest failure

2017-11-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17986 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 17986] Erratic failure with std/experimental/allocator/common.d(445): unittest failure

2017-11-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17986 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/f529c855ae3f2dfd66d1f1f0af9873c1bbc01f0a Fix Issue 17986 - Erratic failure with

[Issue 17585] Wrong error message for deprecated overrides

2017-11-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17585 Basile B. changed: What|Removed |Added CC||radu.raca...@gmail.com ---

[Issue 17989] [REG2.076] Confusing message on deprecated overrride

2017-11-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17989 Basile B. changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 9506] When using alias this, writeln modifies its argument

2017-11-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9506 Steven Schveighoffer changed: What|Removed |Added Keywords|wrong-code |

[Issue 17989] New: [REG2.076] Confusing message on deprecated overrride

2017-11-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17989 Issue ID: 17989 Summary: [REG2.076] Confusing message on deprecated overrride Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: regression

[Issue 17972] __traits(getLinkage) doesn't work for classes

2017-11-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17972 --- Comment #2 from Jacob Carlborg --- What about using the existing fields in ClassDeclaration: "cpp", "objc" and so on [1]? I know it's not exactly the same. [1] https://github.com/dlang/dmd/blob/master/src/ddmd/dclass.d#L215-L218

[Issue 17559] [REG2.073.0] Wrong line number in stack trace

2017-11-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17559 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 17990] New: Type.toChars() returns null and Type.size() returns nonsense on 32-bit platforms only

2017-11-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17990 Issue ID: 17990 Summary: Type.toChars() returns null and Type.size() returns nonsense on 32-bit platforms only Product: D Version: D2 Hardware: x86 OS: All

[Issue 17559] [REG2.073.0] Wrong line number in stack trace

2017-11-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17559 --- Comment #8 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/127d639b6bbd82d1294da884a97de310e52985e0 fix issue 17559 - [REG2.073.0] Wrong line number in stack

[Issue 9506] When using alias this, writeln modifies its argument

2017-11-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9506 Steven Schveighoffer changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 17096] many traits accept an invalid parameter count without error

2017-11-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17096 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/30e01ba7969ede07e0428132dfbdda9d3ddbe80e Fix issue 17096 - Check the number of arguments given to

[Issue 5710] cannot use delegates as parameters to non-global template

2017-11-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5710 calex changed: What|Removed |Added CC|