[Issue 16607] New: [REG2.072b1] "forward reference" error with structs nested in struct templates

2016-10-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16607 Issue ID: 16607 Summary: [REG2.072b1] "forward reference" error with structs nested in struct templates Product: D Version: D2 Hardware: All OS: All S

[Issue 16513] Speed up TemplateInstance.findExistingInstance, hash by mangling

2016-10-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16513 ZombineDev changed: What|Removed |Added CC||petar.p.ki...@gmail.com --

[Issue 16423] ModuleInfo missing when linking to static lib with classes

2016-10-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16423 --- Comment #8 from Steven Schveighoffer --- Whether we need it or not, it's currently a feature of the runtime. Do we not care about existing code anymore? I'm totally in favor of deprecating Object.factory, and also in favor of your update to std.

[Issue 16423] ModuleInfo missing when linking to static lib with classes

2016-10-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16423 --- Comment #9 from Ketmar Dark --- (In reply to Steven Schveighoffer from comment #8) > But there may be code out there which expects Object.factory to work, and in > some cases, it will not. and there is. some of my UI parsers *depends* on the fac

[Issue 16608] New: 'static foreach', local function template, 'static if', anySatisfy: Only the first iteration seems to work

2016-10-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16608 Issue ID: 16608 Summary: 'static foreach', local function template, 'static if', anySatisfy: Only the first iteration seems to work Product: D Version: D2 Har

[Issue 16608] 'static foreach', local function template, 'static if', anySatisfy: Only the first iteration seems to work

2016-10-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16608 Ali Cehreli changed: What|Removed |Added Priority|P1 |P3 --

[Issue 16608] 'static foreach', local function template, 'static if', anySatisfy: Only the first iteration seems to work

2016-10-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16608 --- Comment #1 from Ali Cehreli --- Johan Engelen notes that the problem is because the local function is generated only for the first iteration: http://ldc.acomirei.ru/#compilers:!((compiler:ldc,options:%27-release+-O3+-boundscheck%3Doff+-mtriple%3

[Issue 16608] 'static foreach', nested function template, 'static if', anySatisfy: Only the first iteration seems to work

2016-10-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16608 Ali Cehreli changed: What|Removed |Added Summary|'static foreach', local |'static foreach', nested |fu

[Issue 14835] Statement is not reachable doesn't play along generic code

2016-10-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14835 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #8 from

[Issue 16499] Misleading error message for 'in' operator with wrong argument

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

[Issue 16499] Misleading error message for 'in' operator with wrong argument

2016-10-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16499 --- Comment #1 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/573ab09aac2e59225e86440702a3769761734f15 Merge pull request #6140 from yshui/master fix issue 16499 - e