[Issue 19084] Symbol not resolved in string mixin in template struct

2018-08-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19084 Jonathan Marler changed: What|Removed |Added CC||johnnymar...@gmail.com --- Comment #1

[Issue 18917] Default Value for Function-Type Template Value-Parameter Causes Conflicts in Instantiation

2018-08-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18917 Seb changed: What|Removed |Added CC||greeen...@gmail.com --- Comment #3 from Seb ---

[Issue 18672] Error in @safe transitive propagation with associative arrays

2018-08-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18672 --- Comment #5 from RazvanN --- PR : https://github.com/dlang/dmd/pull/8607 --

[Issue 19183] DIP1000 defeated if auto used instead of scope in variable declaration with template this member function

2018-08-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19183 --- Comment #15 from ag0aep6g --- (In reply to Atila Neves from comment #13) > > Apparently, DMD goes with infinite > > Only if it's a template this function. No. My statement was about the lifetime of `malloc(...)`, which is called in the

[Issue 18917] Default Value for Function-Type Template Value-Parameter Causes Conflicts in Instantiation

2018-08-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18917 --- Comment #2 from Vijay Nayar --- Any confirmation on whether this is a legitimate bug or if the intended behavior is that default values for template parameters are meant to be instantiated only once and cause conflicts for future instantiations

[Issue 19183] DIP1000 defeated if auto used instead of scope in variable declaration with template this member function

2018-08-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19183 Mike Franklin changed: What|Removed |Added CC||slavo5...@yahoo.com --- Comment #14 from

[Issue 19183] DIP1000 defeated if auto used instead of scope in variable declaration with template this member function

2018-08-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19183 --- Comment #13 from Atila Neves --- > Apparently, DMD goes with infinite Only if it's a template this function. As mentioned before, writing out the explicit instantitations for mutable, const and immutable doesn't compile. That's the bug. Hence