[Issue 14811] allow to exclude current directory from search path in dmd

2015-07-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14811 --- Comment #5 from Timothee Cour --- >> Why you cannot do that from the project root directory? There's not always an obvious project root directory, eg when using submodules or several outside packages. >> The feature explanation does not argue

[Issue 14848] New: template alias on struct field without instance requires 'this'

2015-07-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14848 Issue ID: 14848 Summary: template alias on struct field without instance requires 'this' Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 14846] Insufficient context deduction with implicit nested lambda

2015-07-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14846 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/5cdf726149c588ce95e25bdaaee23f8a8949e48a Supplemental fix for i

[Issue 14811] allow to exclude current directory from search path in dmd

2015-07-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14811 --- Comment #4 from Kenji Hara --- (In reply to Timothee Cour from comment #0) > (cf forum EMAIL:exclude current directory from search path in dmd ?) http://forum.dlang.org/thread/mailman.308.1426472794.3111.digitalmars-d-le...@puremagic.com http://

[Issue 14828] duplicate symbol __ModuleInfoZ depending on ordering of files passed to dmd

2015-07-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14828 --- Comment #4 from Kenji Hara --- Equivalent link failure happens in win32/64. But the regression version is not same: With 2.064, 2.065, 2.066.0, 2.066.1 --> no problem happens With 2.067.0, 2.067.1, 2.068.0-beta1, 2.068.0-beta2, git-head --> dup

[Issue 14801] OS X installer not compatible with OS X 10.11

2015-07-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14801 --- Comment #7 from Jacob Carlborg --- https://github.com/D-Programming-Language/installer/pull/128 --

[Issue 14844] [REG2.068a] __traits(allMembers) must not visit yet not instantiated template members

2015-07-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14844 --- Comment #4 from wiko...@gmail.com --- Amazing response. The speed and quality! Good job :) --

[Issue 13792] Segfault with a pointer of opaque enum type

2015-07-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13792 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #1 from Kenji Hara --- https:

[Issue 14846] Insufficient context deduction with implicit nested lambda

2015-07-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14846 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #1 from Kenji Hara --- https:

[Issue 14844] [REG2.068a] __traits(allMembers) must not visit yet not instantiated template members

2015-07-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14844 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #3 from Kenji Hara --- https:

[Issue 14838] [REG 2.066] Wrong attribute inference for auto-generated class destructor with static array of non-POD type

2015-07-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14838 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #6 from Kenji Hara --- (In re

[Issue 14838] [REG 2.066] Wrong attribute inference for auto-generated class destructor with static array of non-POD type

2015-07-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14838 --- Comment #5 from Martin Nowak --- And struct postblits. struct Array(T) { this(this) @safe {} } struct Test { Array!int[1] array; } bug2.d(2): Error: safe function 'bug2.Test.__fieldPostblit' cannot call system function 'object.TypeInfo_Stat

[Issue 14838] [REG 2.066] Wrong attribute inference for auto-generated class destructor with static array of non-POD type

2015-07-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14838 --- Comment #4 from Martin Nowak --- The bug also exists for struct dtors. struct Array(T) { ~this() {} } struct Test { Array!int[1] array; } --

[Issue 14838] [REG 2.066] Wrong attribute inference for auto-generated class destructor with static array of non-POD type

2015-07-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14838 --- Comment #3 from Martin Nowak --- The problem is the TypeInfo.destroy call in buildDtor [¹]. We need to replace it with an attribute correct replacement. [¹]: https://github.com/D-Programming-Language/dmd/blob/3b82f08badcafc7cf373be2182f4b3f5eb5d

[Issue 14838] [REG 2.066] Wrong attribute inference for auto-generated class destructor with static array of non-POD type

2015-07-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14838 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu Assignee|nob...@purema

[Issue 14839] [REG2.068.0-b2] Class with static array of Array!T fails to compile

2015-07-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14839 Martin Nowak changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 14838] [REG 2.066] Wrong attribute inference for auto-generated class destructor with static array of non-POD type

2015-07-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14838 --- Comment #2 from Martin Nowak --- *** Issue 14839 has been marked as a duplicate of this issue. *** --

[Issue 14453] segfault in release mode

2015-07-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14453 Maxim Fomin changed: What|Removed |Added CC||maxim-fo...@outlook.com --- Comment #3 from Ma

[Issue 14801] OS X installer not compatible with OS X 10.11

2015-07-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14801 --- Comment #6 from Jacob Carlborg --- I prefer that the compiler is installed in one single directory and then symlinked to /usr/local/bin. --

[Issue 14453] segfault in release mode

2015-07-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14453 Kenji Hara changed: What|Removed |Added Keywords||wrong-code Hardware|x86_64

[Issue 14847] New: Windows installer should have an option to install VS compiler

2015-07-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14847 Issue ID: 14847 Summary: Windows installer should have an option to install VS compiler Product: D Version: D2 Hardware: Other OS: Windows Status: NEW