[Issue 6519] Problem with inout and type inference of polysemous types

2011-08-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6519 Don clugd...@yahoo.com.au changed: What|Removed |Added Summary|[CTFE] Problem with inout |Problem with inout and type

[Issue 6524] New: Ternary operator fails to recognise implicitly convertible function pointers

2011-08-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6524 Summary: Ternary operator fails to recognise implicitly convertible function pointers Product: D Version: D2 Platform: Other OS/Version: All Status: NEW

[Issue 6524] Ternary operator fails to recognise implicitly convertible function pointers

2011-08-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6524 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3180] Covariance of delegates/function pointers

2011-08-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3180 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||bugzi...@kyllingen.net

[Issue 6525] New: Numeric literals should always be mangled with a leading 'i'

2011-08-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6525 Summary: Numeric literals should always be mangled with a leading 'i' Product: D Version: 2.040 Platform: Other OS/Version: All Status: NEW Severity:

[Issue 6526] New: Disambiguate mangling of AA literals

2011-08-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6526 Summary: Disambiguate mangling of AA literals Product: D Version: 2.040 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 6527] New: Ambiguous mangling of inout parameters

2011-08-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6527 Summary: Ambiguous mangling of inout parameters Product: D Version: 2.040 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 1001] print stack trace (in debug mode) when program die

2011-08-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1001 --- Comment #50 from Jonathan M Davis jmdavisp...@gmx.com 2011-08-18 13:20:46 PDT --- Those don't generate exceptions. They generate signals, which are completely different. And it's the OS which generates them, I believe. -- Configure

[Issue 1001] print stack trace (in debug mode) when program die

2011-08-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1001 --- Comment #51 from Trass3r mrmoc...@gmx.de 2011-08-18 13:31:02 PDT --- I do know about signals, I just wasn't sure if druntime is supposed to catch (some of) them. -- Configure issuemail:

[Issue 6528] New: Private module functions optimizations

2011-08-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6528 Summary: Private module functions optimizations Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 5515] std.conv.to for safer enum casts

2011-08-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5515 --- Comment #1 from bearophile_h...@eml.cc 2011-08-18 14:51:07 PDT --- This enhancement request comes from a handy feature of the Ada language. It's not too much hard to implement something similar in D too, with I think an acceptable final

[Issue 6529] New: writeln(const array of enums) too

2011-08-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6529 Summary: writeln(const array of enums) too Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: enhancement Priority: P2

[Issue 1001] print stack trace (in debug mode) when program die

2011-08-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1001 --- Comment #52 from bearophile_h...@eml.cc 2011-08-18 16:32:21 PDT --- (In reply to comment #50) Those don't generate exceptions. They generate signals, which are completely different. And it's the OS which generates them, I believe. If the

[Issue 1001] print stack trace (in debug mode) when program die

2011-08-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1001 --- Comment #55 from Don clugd...@yahoo.com.au 2011-08-18 17:43:11 PDT --- (In reply to comment #54) Yeah, Linux sends a signal when you have a memory violation like accessing a null pointer, and I've had success with creating a signal

[Issue 6530] New: Internal error: backend\symbol.c 1032

2011-08-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6530 Summary: Internal error: backend\symbol.c 1032 Product: D Version: unspecified Platform: Other OS/Version: Windows Status: NEW Keywords: ice-on-valid-code