[Issue 3187] Nested foreach over opApply doesn't work

2011-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3187 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #3

[Issue 7041] New: [PATCH] Add -di option to show deprecated errors as warnings

2011-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7041 Summary: [PATCH] Add -di option to show deprecated errors as warnings Product: D Version: D1 D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 7042] New: Allocation of 'creal' array with 'new' fails when using DMD and OptLink in tandem

2011-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7042 Summary: Allocation of 'creal' array with 'new' fails when using DMD and OptLink in tandem Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW

[Issue 7042] Allocation of 'creal' array with 'new' fails when using DMD and OptLink in tandem

2011-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7042 --- Comment #1 from Taco full.de...@gmail.com 2011-12-01 03:55:38 PST --- Might be duplicate of http://d.puremagic.com/issues/show_bug.cgi?id=3683 Except the linker links fine, the final executable does not. -- Configure issuemail:

[Issue 7037] TemplateTypeParameterSpecialization works differently from IsExpression regarding alias this

2011-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7037 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch, rejects-valid

[Issue 7029] std.container.Array cannot use insertAfter

2011-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7029 --- Comment #1 from SHOO zan77...@nifty.com 2011-12-01 06:44:37 PST --- https://github.com/D-Programming-Language/druntime/pull/92 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 7029] std.container.Array cannot use insertAfter

2011-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7029 --- Comment #2 from SHOO zan77...@nifty.com 2011-12-01 06:45:49 PST --- Oops! My bad. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 1693] D DLLs do not support exceptions

2011-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1693 SHOO zan77...@nifty.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7043] New: CTFE: ICE illegal reference value 0LU

2011-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7043 Summary: CTFE: ICE illegal reference value 0LU Product: D Version: D1 D2 Platform: All OS/Version: All Status: NEW Keywords: ice-on-valid-code Severity: normal

[Issue 7043] CTFE: ICE illegal reference value 0LU

2011-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7043 --- Comment #1 from Trass3r mrmoc...@gmx.de 2011-12-01 07:50:38 PST --- Created an attachment (id=1048) withoutstd Here's a reduced version not importing phobos. Don't know if that helps. -- Configure issuemail:

[Issue 7044] New: [PATCH] Add -sL swith to pass linker flags at the end of the linker command

2011-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7044 Summary: [PATCH] Add -sL swith to pass linker flags at the end of the linker command Product: D Version: D1 D2 Platform: All OS/Version: All Status: NEW

[Issue 7024] inconsistent mangling of shared in extern(C++)

2011-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7024 Iain Buclaw ibuc...@ubuntu.com changed: What|Removed |Added CC||ibuc...@ubuntu.com

[Issue 4583] PIC code not working: EBX register set incorrectly

2011-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4583 --- Comment #6 from Walter Bright bugzi...@digitalmars.com 2011-12-01 10:53:36 PST --- https://github.com/D-Programming-Language/dmd/commit/887dda0ba2439ca4dbeec38b0434377ba831cf40

[Issue 7024] inconsistent mangling of shared in extern(C++)

2011-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7024 --- Comment #5 from d...@dawgfoto.de 2011-12-01 12:50:37 PST --- It'd be a cleaner cut to disallow immutable/shared/inout for extern(C++) declarations. Not sure though how big the impact is. -- Configure issuemail:

[Issue 7045] New: AssertError in std.regex on line 1573

2011-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7045 Summary: AssertError in std.regex on line 1573 Product: D Version: unspecified Platform: All OS/Version: Linux Status: NEW Severity: critical Priority: P2

[Issue 7045] AssertError in std.regex on line 1573

2011-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7045 --- Comment #1 from Jonathan M Davis jmdavisp...@gmx.com 2011-12-01 13:03:30 PST --- Created an attachment (id=1050) Test file that I passed to the D program. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 2550] implicit conversions don't apply to template value parameter specialization

2011-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2550 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #3

[Issue 3467] Non-int integral template parameters not correctly propagated

2011-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3467 --- Comment #8 from Kenji Hara k.hara...@gmail.com 2011-12-01 13:51:15 PST --- Updated pull/449 to fix bug2550, they are almost same issues. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 6977] getErrno called as property in std.stdio

2011-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6977 klickverbot c...@klickverbot.at changed: What|Removed |Added Keywords||patch --- Comment #1

[Issue 6976] GetLastError called as property

2011-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6976 klickverbot c...@klickverbot.at changed: What|Removed |Added Keywords||patch --- Comment #1

[Issue 7045] AssertError in std.regex on line 1573

2011-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7045 Trass3r mrmoc...@gmx.de changed: What|Removed |Added CC||mrmoc...@gmx.de --- Comment

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

2011-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1001 --- Comment #57 from Trass3r mrmoc...@gmx.de 2011-12-01 17:25:12 PST --- Seems like stack traces are finally supported on x64. Any plans to add line numbers to them? -- Configure issuemail:

[Issue 7045] AssertError in std.regex on line 1573

2011-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7045 --- Comment #3 from Jonathan M Davis jmdavisp...@gmx.com 2011-12-01 17:27:49 PST --- It was someone else's program, and I was in a hurry, so I didn't have time to reduce it properly. -- Configure issuemail:

[Issue 7046] New: CTFE: append null does nothing

2011-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7046 Summary: CTFE: append null does nothing Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD