[Issue 3443] Thread.thread_needLock() should be const pure nothrow

2009-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3443 --- Comment #2 from David Simcha 2009-10-31 13:31:10 PDT --- Good enough. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 3460] New: Allow calllng of class c'tors through methods other than new

2009-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3460 Summary: Allow calllng of class c'tors through methods other than new Product: D Version: 2.035 Platform: Other OS/Version: Windows Status: NEW Severity:

[Issue 3460] Allow calllng of class c'tors through methods other than new

2009-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3460 David Simcha changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 3461] New: Unittests and assert don't work at all

2009-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3461 Summary: Unittests and assert don't work at all Product: D Version: 1.050 Platform: x86_64 OS/Version: Mac OS X Status: NEW Severity: regression Priority: P2

[Issue 3426] ICE(optimize.c): struct literal with cast, as function default parameter.

2009-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3426 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 3292] ICE(todt.c) when using a named mixin with an initializer as template alias parameter

2009-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3292 Kosmonaut changed: What|Removed |Added CC||kosmon...@tempinbox.com --- Comment #4 fro

[Issue 3426] ICE(optimize.c): struct literal with cast, as function default parameter.

2009-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3426 Kosmonaut changed: What|Removed |Added CC||kosmon...@tempinbox.com --- Comment #2 fro

[Issue 3422] ICE(cgcod.c) Structs with default initializers bigger than register size cannot be default parameters

2009-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3422 Kosmonaut changed: What|Removed |Added CC||kosmon...@tempinbox.com --- Comment #4 fro

[Issue 3458] int fsync(int) commented out in core.sys.posix.unistd

2009-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3458 --- Comment #2 from Leandro Lucarella 2009-10-31 21:32:28 PDT --- I think fsync() is pretty common in all posix OSs, and it's essential to do any crash-resistant I/O. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=em

[Issue 3429] Core dump on passing template literal to member function.

2009-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3429 Kosmonaut changed: What|Removed |Added CC||kosmon...@tempinbox.com --- Comment #3 fro

[Issue 3462] New: Add a clean way to exit a process.

2009-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3462 Summary: Add a clean way to exit a process. Product: D Version: 2.035 Platform: All OS/Version: All Status: NEW Keywords: patch Severity: enhancement Prio

[Issue 3462] Add a clean way to exit a process.

2009-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3462 --- Comment #1 from Leandro Lucarella 2009-10-31 22:18:41 PDT --- Created an attachment (id=486) phobos patch (against svn r1316) BTW, you can apply the patches with: path/to/repo/trunk$ patch -p1 < patch in the root directory of the svn re

[Issue 3462] Add a clean way to exit a process.

2009-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3462 --- Comment #2 from Leandro Lucarella 2009-10-31 22:26:43 PDT --- If this is accepted, I guess the discussion in this thread should be revised: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=99432 Person

[Issue 3432] ICE(e2ir.c): casting template expression

2009-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3432 Leandro Lucarella changed: What|Removed |Added CC||llu...@gmail.com --- Comment #3 fr

[Issue 3462] Add a clean way to exit a process.

2009-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3462 Sean Kelly changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #3 from Sean Kelly