Re: C1X features

2010-08-08 Thread bearophile
Please ignore this post, my error, I am sorry. I'll post it elsewhere again.

[Issue 3463] Integrate Precise Heap Scanning Into the GC

2010-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3463 --- Comment #67 from Leandro Lucarella llu...@gmail.com 2010-08-08 08:10:19 PDT --- Sor(In reply to comment #66) http://www.llucax.com.ar/blog/blog/post/1490c03e That page shows me a spectacularly complex page of Python error messages.

[Issue 4595] Accessing non-static member of a null reference compiles

2010-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4595 --- Comment #9 from Andrej Mitrovic andrej.mitrov...@gmail.com 2010-08-08 09:16:57 PDT --- This is not a feature request. The TDPL specifically states that in *simple* cases such as these, DMD should flag this as an error. Otherwise if it

[Issue 4595] Accessing non-static member of a null reference compiles

2010-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4595 --- Comment #10 from bearophile_h...@eml.cc 2010-08-08 12:05:25 PDT --- With -O -unittest DMD is already able to catch the first of the two shown cases (it doesn't catch the case with __traits(compiles, a.x = 5). -- Configure issuemail:

[Issue 3848] functions in std.file don't take symbolic links into account

2010-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3848 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 4599] New: Error messages with missing memory for array operations

2010-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4599 Summary: Error messages with missing memory for array operations Product: D Version: D1 D2 Platform: x86 OS/Version: Windows Status: NEW Keywords:

[Issue 3848] functions in std.file don't take symbolic links into account

2010-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3848 --- Comment #18 from Jonathan M Davis jmdavisp...@gmail.com 2010-08-08 16:05:16 PDT --- I figured as much, but I didn't want to keep trying to keep my patch up-to-date if there were definitely a problem with it that made it unacceptable. So,

[Issue 4599] Error messages with missing memory for array operations

2010-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4599 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 4599] Error messages with missing memory for array operations

2010-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4599 --- Comment #2 from bearophile_h...@eml.cc 2010-08-08 18:55:32 PDT --- I think it is not, because here you aren't setting the items of a3 to a certain value, you are assigning a certain number of values coming from the vector operation. And

[Issue 4516] Regression(2.040): forward declaration of enum not supported

2010-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4516 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 4600] New: writeln() is not thread-safe

2010-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4600 Summary: writeln() is not thread-safe Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Phobos

[Issue 4601] New: Spawned threads frequently don't terminate or let other threads ever run if you spawn more than one thread

2010-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4601 Summary: Spawned threads frequently don't terminate or let other threads ever run if you spawn more than one thread Product: D Version: D2 Platform: Other

[Issue 4503] forward reference to aliased template instance

2010-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4503 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 4267] forward reference error when 2-fold aliasing a template instance

2010-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4267 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3326] $ in delegate literal causes Access Violation

2010-08-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3326 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED