[Issue 8526] New: DMD 2.060 regression: anonymous delegate call in foreach loop

2012-08-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8526 Summary: DMD 2.060 regression: anonymous delegate call in foreach loop Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords:

[Issue 4609] clear() does not call base constructor if a class does not implement a default constructor

2012-08-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4609 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added Status|NEW

[Issue 1310] alias opCall vs struct literal

2012-08-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1310 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added CC|

[Issue 5935] Non-tuple iteration with std.range.zip

2012-08-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5935 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added Status|NEW

Re: OPTLINK : Error 118: Filename Expected

2012-08-09 Thread Richard Webb
On 09/08/2012 01:34, Walter Bright wrote: On 8/8/2012 4:11 PM, anon wrote: Yet another obscure error message that makes no sense. I suspect it's the ( ) you have in the file names. I've seen optlink failures before due to the '+' in GTK+ (don't recall the exact error message though).

[Issue 8527] New: `object.destroy` doesn't destroy interfaces

2012-08-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8527 Summary: `object.destroy` doesn't destroy interfaces Product: D Version: D2 Platform: All OS/Version: All Status: ASSIGNED Severity: normal Priority: P2

Re: OPTLINK : Error 118: Filename Expected

2012-08-09 Thread Richard Webb
Sounds like http://d.puremagic.com/issues/show_bug.cgi?id=5860 ?

[Issue 8527] `object.destroy` doesn't destroy interfaces

2012-08-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8527 --- Comment #1 from Denis Shelomovskij verylonglogin@gmail.com 2012-08-09 14:10:48 MSD --- https://github.com/D-Programming-Language/druntime/pull/286 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 5855] object.clear is not documented

2012-08-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5855 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added Status|NEW

[Issue 8528] New: std.stream.File believes /dev/stdin to be seekable

2012-08-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8528 Summary: std.stream.File believes /dev/stdin to be seekable Product: D Version: D2 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 8529] New: ctRegex - named submatch - hash-table exception

2012-08-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8529 Summary: ctRegex - named submatch - hash-table exception Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 8527] `object.destroy` doesn't destroy interfaces

2012-08-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8527 --- Comment #2 from github-bugzi...@puremagic.com 2012-08-09 10:35:32 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/druntime

[Issue 8414] with statement causes linker error

2012-08-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8414 --- Comment #3 from Salih Dincer sali...@hotmail.com 2012-08-09 13:55:46 PDT --- Okay, samples below can be read at compile-time error messages: Sample-1: void main() { Enum en; with (Enum) // -- ERROR: found '}' instead of

Re: OPTLINK : Error 118: Filename Expected

2012-08-09 Thread anon
On Thursday, 9 August 2012 at 00:35:37 UTC, Walter Bright wrote: On 8/8/2012 4:11 PM, anon wrote: Yet another obscure error message that makes no sense. I suspect it's the ( ) you have in the file names. I suspect you ought to fix your linker. Program Files (x86) is a standard folder on