[Issue 16193] opApply() doesn't heap allocate closure

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

[Issue 16193] opApply() doesn't heap allocate closure

2016-09-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16193 --- Comment #11 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/f7819c898a05d28297024b7355d4ace94f1e4465 fix Issue 16193 - opApply() doesn't heap allocate closure

[Issue 16193] opApply() doesn't heap allocate closure

2016-09-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16193 --- Comment #9 from Walter Bright --- Related spec change: https://github.com/dlang/dlang.org/pull/1473 --

[Issue 16499] New: Useless error message for 'in' expressions

2016-09-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16499 Issue ID: 16499 Summary: Useless error message for 'in' expressions Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement

[Issue 16498] New: ddoc should offer a built-in macro for passing raw text through

2016-09-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16498 Issue ID: 16498 Summary: ddoc should offer a built-in macro for passing raw text through Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 16497] New: suboptimal moves between SSE registers

2016-09-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16497 Issue ID: 16497 Summary: suboptimal moves between SSE registers Product: D Version: D2 Hardware: x86_64 OS: All Status: NEW Severity: normal

[Issue 9029] Built-in types treated specially for alias parameters

2016-09-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9029 Jonathan M Davis changed: What|Removed |Added CC|

[Issue 16496] New: __traits(getAttributes, ...) should work with built-in types

2016-09-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16496 Issue ID: 16496 Summary: __traits(getAttributes, ...) should work with built-in types Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 16193] opApply() doesn't heap allocate closure

2016-09-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16193 --- Comment #8 from Steven Schveighoffer --- (In reply to Walter Bright from comment #7) > Also, this was not a regression. I distinctly remember at some point in the last 10 years that you HAD to mark opApply scope or it would

[Issue 16193] opApply() doesn't heap allocate closure

2016-09-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16193 Walter Bright changed: What|Removed |Added Keywords||pull

[Issue 16495] New: __traits(fullyQualifedName) instead of std.traits.fullyQualifiedName

2016-09-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16495 Issue ID: 16495 Summary: __traits(fullyQualifedName) instead of std.traits.fullyQualifiedName Product: D Version: D2 Hardware: x86_64 OS: Windows