[Issue 8185] New: Pure functions and pointers

2012-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8185 Summary: Pure functions and pointers Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: spec Severity: major Priority: P2

[Issue 8185] Pure functions and pointers

2012-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8185 klickverbot c...@klickverbot.at changed: What|Removed |Added CC||c...@klickverbot.at

[Issue 7899] rdmd doesn't compile using dmd 2.059

2012-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7899 --- Comment #3 from thelastmamm...@gmail.com 2012-06-02 02:23:01 PDT --- Actually there seems to be a bug in the tools/update.sh provided which is supposed to download and build all: From git://github.com/D-Programming-Language/tools * branch

[Issue 8186] New: Formatting class object has an alias this to int* field is broken.

2012-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8186 Summary: Formatting class object has an alias this to int* field is broken. Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords:

[Issue 8186] Formatting class object has an alias this to int* field is broken.

2012-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8186 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1

[Issue 8185] Pure functions and pointers

2012-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8185 --- Comment #3 from Denis Shelomovskij verylonglogin@gmail.com 2012-06-02 14:29:01 MSD --- (In reply to comment #1) The current behavior is by design, and perfectly fine – note that `pure` in D just means that a function doesn't access

[Issue 8133] regression(2.059): D shared lib on OSX fails in 2.059, worked in 2.058

2012-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8133 d...@dawgfoto.de changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7995] regression(2.059): D runtime initialization from C fails on OSX in 2.059, worked in 2.058

2012-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7995 --- Comment #7 from d...@dawgfoto.de 2012-06-02 03:32:07 PDT --- *** Issue 8133 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 8186] Formatting class object has an alias this to int* field is broken.

2012-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8186 --- Comment #2 from github-bugzi...@puremagic.com 2012-06-02 05:00:15 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 8186] Formatting class object has an alias this to int* field is broken.

2012-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8186 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8185] Pure functions and pointers

2012-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8185 klickverbot c...@klickverbot.at changed: What|Removed |Added Severity|enhancement |normal --- Comment

[Issue 8185] Pure functions and pointers

2012-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8185 art.08...@gmail.com changed: What|Removed |Added CC||art.08...@gmail.com --- Comment

[Issue 8185] Pure functions and pointers

2012-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8185 --- Comment #6 from Denis Shelomovskij verylonglogin@gmail.com 2012-06-02 19:59:12 MSD --- (In reply to comment #4) (In reply to comment #3) assert(res == f(arr.ptr + 1)); // *p isn't changed Might fail, f is allowed to return

[Issue 8187] New: replaceFirst doesn't work for string[] haystack

2012-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8187 Summary: replaceFirst doesn't work for string[] haystack Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 6579] Calling static method should *require* using type and not instance, unless specified by author

2012-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6579 art.08...@gmail.com changed: What|Removed |Added CC||art.08...@gmail.com --- Comment

[Issue 4510] [tdpl] ref with a wrong type specifier is accepted

2012-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4510 --- Comment #4 from github-bugzi...@puremagic.com 2012-06-02 15:22:04 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 5435] Static foreach over tuple ignores type annotation

2012-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5435 --- Comment #5 from github-bugzi...@puremagic.com 2012-06-02 15:22:11 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 8185] Pure functions and pointers

2012-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8185 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added CC|

[Issue 4510] [tdpl] ref with a wrong type specifier is accepted

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

[Issue 3290] accepts-invalid: non-const by-ref foreach over a const array is accepted

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

[Issue 5435] Static foreach over tuple ignores type annotation

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

[Issue 8129] Cannot deduce template function when inferring labmda parameters over partially specialized IFTI call.

2012-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8129 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||rejects-valid

[Issue 8185] Pure functions and pointers

2012-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8185 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|