[Issue 8069] incorrect ambiguous virtual function error

2012-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8069 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8082] New: Invalid error messages based on module compilation order

2012-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8082 Summary: Invalid error messages based on module compilation order Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 4838] Cannot declare a delegate variable for const member functions

2012-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4838 SHOO changed: What|Removed |Added CC||zan77...@nifty.com --- Comment #9 from SHOO 20

[Issue 8083] New: Throwing in a loop results in infinite bypassing exception messages

2012-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8083 Summary: Throwing in a loop results in infinite bypassing exception messages Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW Severity

std.concurrency and module constructors

2012-05-11 Thread japplegame
OS: Windows 7 64bit Compiler: DMD32 D Compiler v2.059 Using spawn in module constructor causes very strange behavior. import std.concurrency; import std.stdio; void main() { } void worker() { receiveOnly!OwnerTerminated; } static this() { writeln("module constructor"); spawn(&worker); } st

Re: std.concurrency and module constructors

2012-05-11 Thread Steven Schveighoffer
On Fri, 11 May 2012 07:34:46 -0400, japplegame wrote: OS: Windows 7 64bit Compiler: DMD32 D Compiler v2.059 Using spawn in module constructor causes very strange behavior. import std.concurrency; import std.stdio; void main() { } void worker() { receiveOnly!OwnerTerminated; } static this

Re: std.concurrency and module constructors

2012-05-11 Thread japplegame
Oh, I'm sorry. My mistake.

[Issue 7243] Compiler should call separate function when allocating a struct on the heap

2012-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7243 --- Comment #7 from github-bugzi...@puremagic.com 2012-05-11 10:48:13 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/7375e9098e7852cd333d3ed6d211aa

[Issue 7243] Compiler should call separate function when allocating a struct on the heap

2012-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7243 Steven Schveighoffer changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Issue 8084] New: std.stdio.ByLine is not true input range

2012-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8084 Summary: std.stdio.ByLine is not true input range Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component:

[Issue 8085] New: std.algorithm.joiner makes invalid assumptions about front()

2012-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8085 Summary: std.algorithm.joiner makes invalid assumptions about front() Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 8084] std.stdio.ByLine is not true input range

2012-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8084 Steven Schveighoffer changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 8086] New: std.stdio is underdocumented

2012-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8086 Summary: std.stdio is underdocumented Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Phobos

[Issue 8087] New: Improve clarity of std.algorithm documentation

2012-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8087 Summary: Improve clarity of std.algorithm documentation Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Comp

Procedure entry point RtlCaptureContext could not be located

2012-05-11 Thread Steve Greene
Here is the complete message: "The procedure entry point RtlCaptureContext could not be located in the dynamic link library KERNEL32.dll" Here is my program: int main(char[][] args) { return(0); } That's it. That's the whole thing. I recently read about the D language when I was looking

Re: Procedure entry point RtlCaptureContext could not be located

2012-05-11 Thread Walter Bright
On 5/11/2012 12:39 PM, Steve Greene wrote: Here is the complete message: "The procedure entry point RtlCaptureContext could not be located in the dynamic link library KERNEL32.dll" Here is my program: int main(char[][] args) { return(0); } That's it. That's the whole thing. I recen

[Issue 4900] compiler still slow due to a single function

2012-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4900 Trass3r changed: What|Removed |Added CC||mrmoc...@gmx.de --- Comment #3 from Trass3r

[Issue 8026] Fix or disallow randomShuffle() on fixed-sized arrays

2012-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8026 Vidar Wahlberg changed: What|Removed |Added CC||cani...@exent.net --- Comment #3 from

[Issue 8026] Fix or disallow randomShuffle() on fixed-sized arrays

2012-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8026 --- Comment #4 from Jonathan M Davis 2012-05-11 15:39:26 PDT --- http://stackoverflow.com/questions/8873265/is-a-static-array-a-forward-range A static array is a value type. It owns its own memory. It's a container, not a range. A dynamic ar

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

2012-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3449 Masahiro Nakagawa changed: What|Removed |Added CC||repeate...@gmail.com --- Comment #

[Issue 123] Use of function, modulus, and dollar sign (length) fails to compile with static and const

2012-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=123 --- Comment #4 from github-bugzi...@puremagic.com 2012-05-11 18:58:10 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/a1e42aa8cb31cd218d98c5685d8848de264ddf51

[Issue 7546] 64-bit floating-point issue with negative zero: -0.0 == 0.0 is false.

2012-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7546 --- Comment #3 from github-bugzi...@puremagic.com 2012-05-11 19:02:54 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/a8ffc8ab60aa3e1ae965e5764f0900e14a0881c1

[Issue 64] Unhandled errors should go to stderr

2012-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=64 --- Comment #9 from github-bugzi...@puremagic.com 2012-05-11 19:02:58 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/a8ffc8ab60aa3e1ae965e5764f0900e14a0881c1 F

[Issue 8088] New: Inline assembler: Indexing struct fields not possible

2012-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8088 Summary: Inline assembler: Indexing struct fields not possible Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: no

[Issue 6024] Windows 2000 SP4 is not supported any more? And what is still supported?

2012-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6024 --- Comment #16 from Denis Shelomovskij 2012-05-12 10:01:09 MSD --- A pull for Windows 2000 support: https://github.com/D-Programming-Language/druntime/pull/212 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --

[Issue 8089] New: Importing package as module causes segfault

2012-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8089 Summary: Importing package as module causes segfault Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: major Priority: P2