[Issue 13732] New: Regular templates can use "template this", and they allow any type to be passed

2014-11-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13732 Issue ID: 13732 Summary: Regular templates can use "template this", and they allow any type to be passed Product: D Version: D2 Hardware: All OS: All

[Issue 9476] Support native TLS on Mac OS X

2014-11-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9476 --- Comment #13 from John Colvin --- Some related chatter from ghc: https://ghc.haskell.org/trac/ghc/ticket/7602 --

[Issue 13586] Destructors not run when argument list evaluation throws

2014-11-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13586 --- Comment #20 from Andrei Alexandrescu --- (In reply to Sobirari Muhomori from comment #19) > If the caller owns the arguments, it can also help with issue 12684 and > similar. Once the callee gets called, it must own its by-value arguments. That

[Issue 13733] New: DMD produce object file that cause gold to crash

2014-11-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13733 Issue ID: 13733 Summary: DMD produce object file that cause gold to crash Product: D Version: D2 Hardware: x86 OS: Mac OS X Status: NEW Severity: enhancement

[Issue 13734] New: Weird linker error?

2014-11-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13734 Issue ID: 13734 Summary: Weird linker error? Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: critical Priority: P1 Com

[Issue 13734] Weird linker error?

2014-11-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13734 --- Comment #1 from Daniel Čejchan --- Sorry, this seems to be the minimal test case: module x; struct A( T ) {void a() {} } class B {} class C { enum a = { static if( __traits( compiles, __traits( getMember, typeof( this ), "b" ) )

[Issue 13735] New: Tests for dmd#3998 start fails after 2014-11-09 on FreeBSD without obvious reasons.

2014-11-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13735 Issue ID: 13735 Summary: Tests for dmd#3998 start fails after 2014-11-09 on FreeBSD without obvious reasons. Product: D Version: D2 Hardware: x86_64 OS: FreeBSD

[Issue 13735] Tests for dmd#3998 start fails after 2014-11-09 on FreeBSD without obvious reasons.

2014-11-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13735 Brad Roberts changed: What|Removed |Added CC||bra...@puremagic.com --- Comment #1 from Brad

[Issue 6952] Static Linking on Linux

2014-11-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6952 --- Comment #5 from Mike --- Attempted pull request: https://github.com/D-Programming-Language/dmd/pull/4140 --

[Issue 13735] Tests for dmd#3998 start fails after 2014-11-09 on FreeBSD without obvious reasons.

2014-11-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13735 --- Comment #2 from Igor Stepanov --- >Regardless, there's roughly no way that changes to the compiler would impact >dmd's frontend behavior that specifically. I am faced with a situation when dmc evaluated part of for-cycle exit condition (array->