[Issue 6049] [CTFE]: Array literals of structs with invariant() are wrong

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6049 --- Comment #2 from Don clugd...@yahoo.com.au 2011-05-24 00:41:06 PDT --- (In reply to comment #1) So, as a temporary fix to make the autotester is passing, commenting out the invariants should fix the problem? Yes, but I already have a DMD

[Issue 6051] New: struct declarations allow a trailing semicolon

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6051 Summary: struct declarations allow a trailing semicolon Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 6051] struct declarations allow a trailing semicolon

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6051 Bernard Helyer blood.of.l...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1001] print stack trace (in debug mode) when program die

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1001 --- Comment #44 from Matt Peterson revcompg...@gmail.com 2011-05-24 08:00:56 PDT --- Nevermind, I am seeing the second line of dashes, I was just getting confused at the difference between Throwable.toString and the way the runtime prints it

[Issue 5954] [CTFE] enum structs with ctor

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5954 kenn...@gmail.com changed: What|Removed |Added CC||kenn...@gmail.com

[Issue 6052] New: [CTFE] Structs elements in an array are treated like reference type

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6052 Summary: [CTFE] Structs elements in an array are treated like reference type Product: D Version: D2 Platform: Other OS/Version: Mac OS X Status: NEW

[Issue 6052] [CTFE] Structs elements in an array are treated like reference type

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6052 --- Comment #1 from kenn...@gmail.com 2011-05-24 09:10:47 PDT --- Note: the last 2 asserts refer to the case when the line 'el.a = i + 2;' is commented out. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 6052] [CTFE] Structs elements in an array are treated like reference type

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6052 kenn...@gmail.com changed: What|Removed |Added Severity|normal |regression -- Configure

[Issue 6049] [CTFE]: Array literals of structs with invariant() are wrong

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6049 --- Comment #3 from Jonathan M Davis jmdavisp...@gmx.com 2011-05-24 10:11:43 PDT --- Then I won't worry about it :). Invariants have been a source of trouble with std.datetime though and appear to be an area in the language implementation that

[Issue 6051] struct declarations allow a trailing semicolon

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6051 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 5914] std.range.ElementType has duplicated unittest, ElementEncodingType is missing one

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5914 --- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2011-05-24 11:18:05 PDT --- Looks like this was fixed on github, but no mention by who. Oh well.. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 6053] New: [CTFE] Two ICEs involving pointers (dereference and assign; pointer variable on stack)

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6053 Summary: [CTFE] Two ICEs involving pointers (dereference and assign; pointer variable on stack) Product: D Version: D2 Platform: Other OS/Version: Mac OS X Status:

[Issue 6054] [CTFE] ICE when returning a returned compile-time associative array containing a key of an idup-ed array literal

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6054 kenn...@gmail.com changed: What|Removed |Added Severity|normal |regression --- Comment #1 from

[Issue 5059] String assignment in foreach loop breaks immutability

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5059 --- Comment #3 from Steven Schveighoffer schvei...@yahoo.com 2011-05-24 14:44:26 PDT --- I think the better solution is to change it to const(char)[]. This better reflects that the data may be changing between iterations. If you are not

[Issue 5059] String assignment in foreach loop breaks immutability

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5059 --- Comment #5 from Steven Schveighoffer schvei...@yahoo.com 2011-05-24 15:28:28 PDT --- I completely misunderstood the problem here, I thought the string was being directly returned in the opApply delegate, not a Key object. Yes, I agree,

[Issue 5059] String assignment in foreach loop breaks immutability

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5059 --- Comment #6 from Andrej Mitrovic andrej.mitrov...@gmail.com 2011-05-24 16:53:41 PDT --- Yeah from a quick glance at the registry module it does seem a little fishy overall. __gshared variables, ASCII-only WinAPI calls (what if the registry

[Issue 5059] String assignment in foreach loop breaks immutability

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5059 --- Comment #8 from Steven Schveighoffer schvei...@yahoo.com 2011-05-24 17:08:24 PDT --- I think this was a D1 module casted to D2 to get it to compile :) Probably would be better served reimplemented, but obviously someone would have to

[Issue 5914] std.range.ElementType has duplicated unittest, ElementEncodingType is missing one

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5914 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5751] Small syntax error in Phobos 2.0.5.2

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5751 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5610] std.getopt.getopt Access Violation

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5610 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

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

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2742 --- Comment #9 from Andrej Mitrovic andrej.mitrov...@gmail.com 2011-05-24 20:01:07 PDT --- According to this page http://codesnippets.joyent.com/posts/show/414 you can get and set the codepage via the

[Issue 5317] Assertion is not work in a function called by std.concurrency.spawn

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

[Issue 5228] Add GetOptException (or similar) to std.getopt

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

[Issue 5190] std.stdio should have File.fdopen

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

[Issue 4317] Calling std.string.split with static array for separator fails to compile

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4317 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4295] IID_IUnknown symbol undefined in phobos.lib

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4295 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4032] std.date.makeTime has no docs

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4032 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4032] std.date.makeTime has no docs

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4032 --- Comment #3 from Adam D. Ruppe destructiona...@gmail.com 2011-05-24 21:11:05 PDT --- Yes, of course. I forgot I filed this at all - actually a lot of the functions I complained about did get documentation a little later. So definitely can

[Issue 3741] std.date YearFromTime broken or very slow

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3741 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3704] split(char[], char[]) is broken for delimiters greater than a single character

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

[Issue 3480] Overload Select to work on aliases

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3480 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5396] Invalid code with nested functions in CTFE

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5396 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 3191] std.zlib.UnCompress errors if buffer is reused

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

[Issue 3063] Importing std.dateparse and dependent files in DMD 2.030 causes DSSS/Rebuild to fail

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3063 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2467] strtol() is improperly declared

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2467 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2813] implicit cast (implemented via alias this) is not triggered when returning from function

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2813 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2413] getche differs from getch unexpectedly

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2413 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2335] Message on unicode error

2011-05-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2335 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2255] AA.remove() doesn't remove AA element when iterating using foreach

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