[Issue 5653] Allocating in a destructor called during a GC corrupts memory

2011-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5653 --- Comment #5 from Vladimir Panteleev 2011-05-26 03:35:29 PDT --- (In reply to comment #4) > Fixed here: https://github.com/D-Programming-Language/phobos/pull/44 Does that > take care of D1 too? The Phobos pull request is for D1, the druntim

[Issue 6057] New: Problem with defining enum in function

2011-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6057 Summary: Problem with defining enum in function Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal

[Issue 6058] New: Contract inheritance causes compiler error

2011-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6058 Summary: Contract inheritance causes compiler error Product: D Version: D1 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Compon

[Issue 2742] std.stdio assumes console works in utf-8

2011-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2742 --- Comment #12 from Andrej Mitrovic 2011-05-26 08:20:37 PDT --- And maybe this too (for input): http://msdn.microsoft.com/en-us/library/ms686013%28v=vs.85%29.aspx -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 2801] std.typecons.Unique does not work

2011-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2801 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme

[Issue 2975] copy - source may exceed target

2011-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2975 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme

[Issue 6059] New: No error line number with wrongly assigned enums array

2011-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6059 Summary: No error line number with wrongly assigned enums array Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: diagnostic Severity:

[Issue 3414] std.file.listdir: Use regex, not RegExp

2011-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3414 Andrej Mitrovic changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Issue 6059] No error line number with wrongly assigned enums array

2011-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6059 kenn...@gmail.com changed: What|Removed |Added CC||kenn...@gmail.com --- Comment #1 fr

[Issue 3609] isNumeric causes a stack overlfow with mutable arrays

2011-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3609 Andrej Mitrovic changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Issue 6059] No error line number with wrongly assigned enums array

2011-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6059 --- Comment #2 from bearophile_h...@eml.cc 2011-05-26 13:50:21 PDT --- (In reply to comment #1) > The missing line number in the 1st message is due to bug 5518 (perhaps you > want > to increase the severity of that bug.) Done. Thank you. --

[Issue 5518] No line number for incompatible types error message

2011-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5518 bearophile_h...@eml.cc changed: What|Removed |Added Severity|minor |major -- Configure issuemail:

[Issue 5348] Variable Length Arrays

2011-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5348 --- Comment #4 from bearophile_h...@eml.cc 2011-05-26 13:57:07 PDT --- (In reply to comment #3) >type Matrix_Type is array(Positive range <>, Positive range <>) of Float; That Matrix_Type it subtle: it also shows that Ada allows the defini

[Issue 3940] altsep not found

2011-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3940 Andrej Mitrovic changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Issue 4333] Cannot use tuple of local symbols in constraint nor static if

2011-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4333 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme

[Issue 4312] std.traits.ReturnType no longer accepts function literals

2011-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4312 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme

[Issue 5829] An improvement or alternative to std.functional.curry

2011-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5829 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2975] copy - source may exceed target

2011-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2975 Jonathan M Davis changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4635] to!string fails for Variant and structs with uninitalized ("=void") static arrays

2011-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4635 Andrej Mitrovic changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Issue 6060] New: Refuse wrong final switch

2011-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6060 Summary: Refuse wrong final switch Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: accepts-invalid, diagnostic Severity: normal

[Issue 5713] Broken final switch on ints

2011-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5713 --- Comment #3 from bearophile_h...@eml.cc 2011-05-26 15:57:36 PDT --- See also bug 6060 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 4312] std.traits.ReturnType no longer accepts function literals

2011-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4312 --- Comment #3 from Rob Jacques 2011-05-26 19:27:18 PDT --- I can confirm that non-nested function literals now compile. (i.e. the original bug report) But nested function literals don't compile (DMD 2.053): void main(string[] args) { int

[Issue 6061] New: cannot implicitly convert expression (test1) of type Test1() to Test1

2011-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6061 Summary: cannot implicitly convert expression (test1) of type Test1() to Test1 Product: D Version: D1 & D2 Platform: Other OS/Version: All Status: NEW Sev

[Issue 6061] cannot implicitly convert expression (test1) of type Test1() to Test1

2011-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6061 --- Comment #1 from changlon 2011-05-26 20:18:32 PDT --- Sorry , It is a dmd1 bug, the error message is : t1.d(8): Error: cannot implicitly convert expression (test1) of type Test1() to Test1 -- Configure issuemail: http://d.puremagic.com/i

[Issue 6062] New: segv in dmd/64 with assoc array literals

2011-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6062 Summary: segv in dmd/64 with assoc array literals Product: D Version: D2 Platform: x86_64 OS/Version: All Status: NEW Severity: critical Priority: P2 Compo

[Issue 4312] std.traits.ReturnType no longer accepts function literals

2011-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4312 kenn...@gmail.com changed: What|Removed |Added CC||kenn...@gmail.com --- Comment #4 fr