[Issue 8936] Throwing results in searching the whole directory tree rooted in current directory

2012-11-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 David Held d...@wyntrmute.com changed: What|Removed |Added CC||d...@wyntrmute.com ---

[Issue 3449] const and invariant struct members do not behave according to spec

2012-11-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3449 --- Comment #18 from github-bugzi...@puremagic.com 2012-11-22 03:30:39 PST --- Commit pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 9055] Compiler bails out on initializing a variable

2012-11-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9055 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 9055] Compiler bails out on initializing a variable

2012-11-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9055 Manfred Nowak svv1...@hotmail.com changed: What|Removed |Added Attachment #1164|application/octet-stream|text/plain

[Issue 9055] Compiler bails out on initializing a variable

2012-11-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9055 --- Comment #2 from Manfred Nowak svv1...@hotmail.com 2012-11-22 04:42:51 PST --- My text seems to be lost. Retry: On compiling with `-debug' dmd 2.060 evokes an exception on winXp x86 with all updates. Without `-debug', i.e without

[Issue 9055] Compiler bails out on initializing a variable

2012-11-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9055 --- Comment #3 from Manfred Nowak svv1...@hotmail.com 2012-11-22 05:09:15 PST --- (In reply to comment #1) Is this a valid reduction of your code? int bar() { int x = bar(); Not at first glance. 1) In your code the missing `this'

[Issue 5893] Allow simple aliases for operator overloading

2012-11-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5893 --- Comment #4 from github-bugzi...@puremagic.com 2012-11-22 06:24:01 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9056] New: More precise error messages when function arguments are wrong

2012-11-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9056 Summary: More precise error messages when function arguments are wrong Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords:

CTFE Memory Hogging Workaround?

2012-11-22 Thread Maxime Chevalier
One of the reasons I chose to use D for my project is that I was very excited about the prospect of using CTFE in mixin code. Unfortunately, there seems to be one (or several?) bugs causing CTFE to be very slow and to hog a huge amount of memory (multiple gigs of RAM and swap). Is there some

[Issue 8996] [ICE](e2ir.c line 768) with bigint main-imported

2012-11-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8996 --- Comment #2 from bearophile_h...@eml.cc 2012-11-22 14:21:06 PST --- The problem is not gone, but it's a little less big. Instead of reopening this, I have moved it the new Issue 9057 -- Configure issuemail:

[Issue 9057] New: Non-constant expression error in biguintcore

2012-11-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9057 Summary: Non-constant expression error in biguintcore Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity:

Re: CTFE Memory Hogging Workaround?

2012-11-22 Thread bearophile
Maxime Chevalier: One of the reasons I chose to use D for my project is that I was very excited about the prospect of using CTFE in mixin code. Unfortunately, there seems to be one (or several?) bugs causing CTFE to be very slow and to hog a huge amount of memory (multiple gigs of RAM and

[Issue 9058] Problem with std.traits.EnumMembers conversion to array

2012-11-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9058 --- Comment #1 from bearophile_h...@eml.cc 2012-11-22 14:49:49 PST --- While now this code gives: import std.traits: EnumMembers; enum Foo { A, B } void main() { EnumMembers[] array = [EnumMembers!Foo]; } test.d(4): Error:

[Issue 9058] New: Problem with std.traits.EnumMembers conversion to array

2012-11-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9058 Summary: Problem with std.traits.EnumMembers conversion to array Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords:

Re: CTFE Memory Hogging Workaround?

2012-11-22 Thread Jonathan M Davis
On Thursday, November 22, 2012 23:07:54 Maxime Chevalier wrote: [snip] Please do not post to this list. Only bugzilla is supposed to send messages to it (I don't even know why posting is enabled for anyone else). You subscribe to it if you want to receive all of those messages from bugzilla.

[Issue 9059] New: No exception runtime error message with missing file + byLine

2012-11-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9059 Summary: No exception runtime error message with missing file + byLine Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords:

[Issue 9060] New: std.range.chain and std.range.zip cannot get frame pointer

2012-11-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9060 Summary: std.range.chain and std.range.zip cannot get frame pointer Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords:

[Issue 9061] New: BigInt | BigInt, BigInt int

2012-11-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9061 Summary: BigInt | BigInt, BigInt int Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: DMD

[Issue 9062] New: AddrExp should distinguish the existence of property resolution.

2012-11-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9062 Summary: AddrExp should distinguish the existence of property resolution. Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 9063] New: static assert should resolve property function call

2012-11-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9063 Summary: static assert should resolve property function call Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 9063] static assert should resolve property function call

2012-11-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9063 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, rejects-valid

[Issue 9062] AddrExp should distinguish the existence of property resolution.

2012-11-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9062 --- Comment #1 from github-bugzi...@puremagic.com 2012-11-22 22:24:20 PST --- Commits pushed to master at https://github.com/D-Programming-Language/phobos