[Issue 6857] Precondition contract checks should be statically bound.

2012-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6857 --- Comment #3 from jens.k.muel...@gmx.de 2012-03-02 00:35:52 PST --- (In reply to comment #2) (In reply to comment #1) Can you elaborate why the static type must be considered? What's the problem with using the dynamic type? The

[Issue 7626] New: std.regex.match(, r^$) is empty.

2012-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7626 Summary: std.regex.match(, r^$) is empty. Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component:

[Issue 6857] Precondition contract checks should be statically bound.

2012-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6857 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 7627] New: std.traits.isMutable is undocumented

2012-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7627 Summary: std.traits.isMutable is undocumented Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: DMD

[Issue 7628] New: Regression with std.string format and alias this

2012-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7628 Summary: Regression with std.string format and alias this Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 7628] Regression with std.string format and alias this

2012-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7628 bioinfornatics bioinfornat...@gmail.com changed: What|Removed |Added CC|

[Issue 7570] Missing error in ctfe for dereferencing a pointer passed as a parameter

2012-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7570 --- Comment #2 from Don clugd...@yahoo.com.au 2012-03-02 06:20:59 PST --- Reduced test case: bool contains(const char *s) { return *(s + 0) == 'a'; } static assert(!contains(froogler)); --

[Issue 7628] Regression with std.string format and alias this

2012-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7628 --- Comment #2 from Kenji Hara k.hara...@gmail.com 2012-03-02 06:22:09 PST --- Don't link to an external site, because it may be disappear in the future. Instead write code directly, or attach the testcase, please. http://ideone.com/iSBBO

[Issue 5922] immutable and static variables usage in asm{}

2012-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5922 Denis verylonglogin@gmail.com changed: What|Removed |Added CC|

[Issue 7629] New: Add check for ref/out parameters not being null

2012-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7629 Summary: Add check for ref/out parameters not being null Product: D Version: D1 D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 7629] Add check for ref/out parameters not being null

2012-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7629 --- Comment #1 from Denis verylonglogin@gmail.com 2012-03-02 18:51:54 MSK --- I meant the issue is that if ref null argument isn't used no RT error is generated, `Access violation` for null out argument isn't perfect but is acceptable and

[Issue 7630] New: declaration in switch scope not initialized + CTFE error

2012-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7630 Summary: declaration in switch scope not initialized + CTFE error Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 7618] delegate/function pointer call bypass parameter storage class

2012-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7618 --- Comment #2 from github-bugzi...@puremagic.com 2012-03-02 11:39:30 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 7618] delegate/function pointer call bypass parameter storage class

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

[Issue 3682] Regression(2.038) is expression fails to match types

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

[Issue 7626] std.regex.match(, r^$) is empty.

2012-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7626 Nils mailm...@nilsb.dyndns.org changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7111] New regex engine cannot match beginning of empty string

2012-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7111 Nils mailm...@nilsb.dyndns.org changed: What|Removed |Added CC||kojima...@gmail.com

[Issue 7632] New: byValue() for associative arrays doesn't return the correct values

2012-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7632 Summary: byValue() for associative arrays doesn't return the correct values Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW

[Issue 7371] Associative arrays as associative array keys

2012-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7371 --- Comment #2 from hst...@quickfur.ath.cx 2012-03-02 19:29:09 PST --- https://github.com/D-Programming-Language/druntime/pull/171 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 6210] Associative array with array key often cannot be equated.

2012-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6210 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx ---

[Issue 4820] Regression(1.058, 2.044) in DStress caused by changeset 452

2012-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4820 --- Comment #4 from github-bugzi...@puremagic.com 2012-03-02 21:28:41 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 4820] Regression(1.058, 2.044) in DStress caused by changeset 452

2012-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4820 --- Comment #5 from github-bugzi...@puremagic.com 2012-03-02 22:19:06 PST --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

[Issue 4820] Regression(1.058, 2.044) in DStress caused by changeset 452

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