[Issue 14818] Unhelpful does not match template overload set error

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14818 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1 from

[Issue 14765] [Reg2.068.0] Rangified functions no longer accept types that implicitly cast to string

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14765 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 14817] copy(foo, bar) std.algorithm/std.file conflict

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14817 --- Comment #2 from Vladimir Panteleev thecybersha...@gmail.com --- As I understand template constraints allow excluding functions from overload resolution if the constraints do not pass. --

[Issue 14818] New: Unhelpful does not match template overload set error

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14818 Issue ID: 14818 Summary: Unhelpful does not match template overload set error Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: diagnostic

[Issue 10730] ByLine description ditto

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10730 --- Comment #6 from hst...@quickfur.ath.cx --- Verified it's now gone. Weird. Probably a transient regression that got fixed shortly afterwards? --

[Issue 14724] std.getopt: config.required breaks --help

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14724 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --

[Issue 14817] copy(foo, bar) std.algorithm/std.file conflict

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14817 --- Comment #3 from Peter Alexander peter.alexander...@gmail.com --- https://github.com/D-Programming-Language/phobos/pull/3509 --

[Issue 14765] [Reg2.068.0] Rangified functions no longer accept types that implicitly cast to string

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14765 --- Comment #3 from Walter Bright bugzi...@digitalmars.com --- https://github.com/D-Programming-Language/phobos/pull/3510 --

[Issue 14814] ld: GOT load reloc does not point to a movq instruction

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14814 --- Comment #5 from Timothee Cour timothee.co...@gmail.com --- If you replace the `typeid(int)` with `null`, will the failure disappear? yes If so, may following patch fix fix the issue? it does. Here's the corresponding pull request:

[Issue 14564] [REG2.067] dmd -property -unittest combination causes compiler error

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14564 --- Comment #10 from Walter Bright bugzi...@digitalmars.com --- (In reply to Илья Ярошенко from comment #9) (In reply to Walter Bright from comment #8) Any idea which of those 196 lines produced the regression? All lines with call `_ctfeSkipOp`

[Issue 13833] .classinfo.name (and typeid(obj)) does not print proper dynamic type when using an interface

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13833 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Summary|.classinfo.name (and|.classinfo.name (and

[Issue 9760] asm docs should say PIC code uses variable and thus needs a stack frame

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9760 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||soul...@gmail.com --- Comment #6

[Issue 14816] improve dt_t data type for faster appending (tail list or array)

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14816 --- Comment #1 from Martin Nowak c...@dawg.eu --- Also see issue 14805. --

[Issue 14814] ld: GOT load reloc does not point to a movq instruction

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14814 Timothee Cour timothee.co...@gmail.com changed: What|Removed |Added CC|

[Issue 14816] improve dt_t data type for faster appending (tail list or array)

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14816 Martin Nowak c...@dawg.eu changed: What|Removed |Added Hardware|x86_64 |All OS|Linux

[Issue 14816] New: improve dt_t data type for faster appending (tail list or array)

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14816 Issue ID: 14816 Summary: improve dt_t data type for faster appending (tail list or array) Product: D Version: D2 Hardware: x86_64 OS: Linux Status:

[Issue 14086] Invalid extern C++ name for constructor / destructor

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14086 Sobirari Muhomori dfj1es...@sneakemail.com changed: What|Removed |Added See Also|

[Issue 14764] std.range.only errors on enum members

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14764 Jack Applegame jappleg...@gmail.com changed: What|Removed |Added CC||jappleg...@gmail.com

[Issue 14612] typeid(interface) returns TypeInfo_Class object

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14612 --- Comment #6 from Kenji Hara k.hara...@gmail.com --- Anyway, the downcast behavior is not a part of the suggested issue. It should go an enhancement report. --

[Issue 14805] [REG2.064] Unreasonably slow new Struct[large]

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14805 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 14805] [REG2.064] Unreasonably slow new Struct[large]

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14805 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/27dc11712eb4ddd4d45033654f7d8cb93d7745d4 fix Issue 14805 -

[Issue 14814] ld: GOT load reloc does not point to a movq instruction

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14814 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||c...@dawg.eu --- Comment #1 from

[Issue 10730] ByLine description ditto

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10730 Martin Nowak c...@dawg.eu changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[Issue 14765] Rangified functions no longer accept types that implicitly cast to string

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14765 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||c...@dawg.eu --- Comment #1 from

[Issue 14748] Removing std.stdio import causes 2x increase in Hello, world program binary filesize

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14748 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||c...@dawg.eu --- Comment #9 from

[Issue 14765] [Reg2.068.0] Rangified functions no longer accept types that implicitly cast to string

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14765 Martin Nowak c...@dawg.eu changed: What|Removed |Added Summary|Rangified functions no |[Reg2.068.0] Rangified

[Issue 14621] [REG2.066] ICE: Assertion failure: 'global.gaggedErrors || global.errors' on line 752 in file 'statement.c'

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14621 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||c...@dawg.eu --- Comment #3 from

[Issue 14296] RDMD fails at building a lib when the source is in a subdir

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14296 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added CC|

[Issue 14748] Removing std.stdio import causes 2x increase in Hello, world program binary filesize

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14748 --- Comment #10 from Vladimir Panteleev thecybersha...@gmail.com --- (In reply to Martin Nowak from comment #9) Can you guys please provide exact instructions to reproduce a bug. I can reproduce this just fine with Digger, as explained in the

[Issue 12491] [AA] Disallow non-`immutable` types as associative array keys

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12491 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||c...@dawg.eu --- Comment #1 from

[Issue 4620] C++ constructor and template mangling, C++ ABI patch

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4620 Sobirari Muhomori dfj1es...@sneakemail.com changed: What|Removed |Added See Also|

[Issue 14814] ld: GOT load reloc does not point to a movq instruction

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14814 --- Comment #3 from Timothee Cour timothee.co...@gmail.com --- (In reply to Timothee Cour from comment #2) (In reply to Martin Nowak from comment #1) Regression in which dmd version? Can you please bisect dmd using Digger

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

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14811 --- Comment #3 from Timothee Cour timothee.co...@gmail.com --- (In reply to Timothee Cour from comment #2) https://github.com/D-Programming-Language/dmd/pull/4823 To test it via Digger: ./digger build master + timotheecour/dmd/exclude_cwd_from_path

[Issue 14612] typeid(interface) returns TypeInfo_Class object

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14612 --- Comment #5 from Kenji Hara k.hara...@gmail.com --- (In reply to Rainer Schuetze from comment #4) cast(Object) creates a call into the runtime (_d_interface_cast) and is pretty expensive. It could be optimized to the series of indirections by

[Issue 14612] typeid(interface) returns TypeInfo_Class object

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14612 --- Comment #7 from Kenji Hara k.hara...@gmail.com --- (In reply to Rainer Schuetze from comment #4) But most derived is not well defined when it comes to inheriting from multiple interfaces: I found an existing report: Issue 13833 -

[Issue 7354] ld: GOT load reloc does not point to a movq instruction

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7354 Martin Nowak c...@dawg.eu changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 12491] [AA] Disallow non-`immutable` types as associative array keys

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12491 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added CC|

[Issue 14814] ld: GOT load reloc does not point to a movq instruction

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14814 --- Comment #4 from Kenji Hara k.hara...@gmail.com --- (In reply to Timothee Cour from comment #3) ok here's a more fine grained version showing https://github.com/D-Programming-Language/dmd/pull/4654 is the culprit: I don't have Mac OS X

[Issue 14817] New: copy(foo, bar) std.algorithm/std.file conflict

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14817 Issue ID: 14817 Summary: copy(foo, bar) std.algorithm/std.file conflict Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: regression

[Issue 14556] [REG2.067] can't instantiate struct that has constructor and static array of enum

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14556 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||initrd...@gmail.com --- Comment

[Issue 14764] std.range.only errors on enum members

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14764 Martin Nowak c...@dawg.eu changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 14817] copy(foo, bar) std.algorithm/std.file conflict

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14817 Peter Alexander peter.alexander...@gmail.com changed: What|Removed |Added CC|