[Issue 18625] mixin(__MODULE__) in string mixin results in undefined identifier in certain cases

2018-03-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18625 ag0aep6g changed: What|Removed |Added CC||ag0ae...@gmail.com

[Issue 18626] New: std.traits.fullyQualifiedName on value results in T instead of error

2018-03-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18626 Issue ID: 18626 Summary: std.traits.fullyQualifiedName on value results in T instead of error Product: D Version: D2 Hardware: x86 OS: Windows

[Issue 15660] break immutable with pure function and mutable reference params

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

[Issue 17423] pointer assignment to `this` in member function is not accounted for

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

[Issue 17423] pointer assignment to `this` in member function is not accounted for

2018-03-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17423 --- Comment #9 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/9fbf0611d2ef4174597470834cb6e356f791468a fix Issue 17423 - pointer assignment to in member function

[Issue 15660] break immutable with pure function and mutable reference params

2018-03-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15660 Walter Bright changed: What|Removed |Added Summary|break "immutable" with pure |break immutable

[Issue 15624] opApply with @safe and @system variants can't be used with foreach syntax

2018-03-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15624 --- Comment #2 from Walter Bright --- https://github.com/dlang/dmd/pull/8047 --

[Issue 18199] Error with lambda in struct initializer

2018-03-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18199 --- Comment #3 from John Belmonte --- I'm trying to locate relevant code in the dmd source code, any pointers would be appreciated. The emitted "Deprecation: use { } for an empty statement, not ;" error is telling. We can infer

[Issue 18325] `dmd/core/exception.d(686): _store is thread local` when building dmd

2018-03-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18325 John Belmonte changed: What|Removed |Added CC||j...@neggie.net --

[Issue 18624] getSymbolsByUDA produces wrong result if one of the symbols having the UDA is a function

2018-03-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18624 spoov0@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 18555] getSymbolsByUDA has strange behaviour on modules

2018-03-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18555 spoov0@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 18624] getSymbolsByUDA produces wrong result if one of the symbols having the UDA is a function

2018-03-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18624 Simen Kjaeraas changed: What|Removed |Added CC|

[Issue 18623] Documented unittest should not allow private symbol access

2018-03-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18623 greenify changed: What|Removed |Added CC||greeen...@gmail.com ---

[Issue 18625] New: mixin(__MODULE__) in string mixin results in undefined identifier in certain cases

2018-03-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18625 Issue ID: 18625 Summary: mixin(__MODULE__) in string mixin results in undefined identifier in certain cases Product: D Version: D2 Hardware: x86 OS: Windows

[Issue 18199] Error with lambda in struct initializer

2018-03-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18199 John Belmonte changed: What|Removed |Added CC||j...@neggie.net ---

[Issue 18623] New: Documented unittest should not allow private symbol access

2018-03-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18623 Issue ID: 18623 Summary: Documented unittest should not allow private symbol access Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW

[Issue 18623] Documented unittest should not allow private symbol access

2018-03-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18623 Alex changed: What|Removed |Added CC||sascha.or...@gmail.com --

[Issue 18624] New: getSymbolsByUDA produces wrong result if one of the symbols having the UDA is a function

2018-03-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18624 Issue ID: 18624 Summary: getSymbolsByUDA produces wrong result if one of the symbols having the UDA is a function Product: D Version: D2 Hardware: All OS: All