[Issue 8259] AssociativeArray seen through with alias parameter and UFCS

2012-06-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8259 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8266] Calling a function in pseudo-member syntax fails to deduce template argument type that uses alias this

2012-06-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8266 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8270] New: Different error messages for missing const in var[] and var.opSlice()

2012-06-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8270 Summary: Different error messages for missing const in var[] and var.opSlice() Product: D Version: D2 Platform: All OS/Version: Linux Status: NEW Severity

[Issue 8259] AssociativeArray seen through with alias parameter and UFCS

2012-06-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8259 --- Comment #2 from Jacob Carlborg 2012-06-20 04:28:41 PDT --- I does, cool. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 8271] New: [Ddoc] non-ascii character string macro names cannot be replaced

2012-06-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8271 Summary: [Ddoc] non-ascii character string macro names cannot be replaced Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: norma

[Issue 8272] New: [Ddoc] Recursive macro expansion is failed.

2012-06-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8272 Summary: [Ddoc] Recursive macro expansion is failed. Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Compone

[Issue 5570] 64 bit C ABI not followed for passing structs and complex numbers as function parameters

2012-06-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5570 --- Comment #22 from klickverbot 2012-06-20 09:25:24 PDT --- (In reply to comment #21) > When fixing the remaining issues, please also consider treating dynamic D > arrays as »struct Array(T) { T* ptr; size_t length; }« on x86_64, i.e. passing

[Issue 5570] 64 bit C ABI not followed for passing structs and complex numbers as function parameters

2012-06-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5570 --- Comment #22 from klickverbot 2012-06-20 09:25:24 PDT --- (In reply to comment #21) > When fixing the remaining issues, please also consider treating dynamic D > arrays as »struct Array(T) { T* ptr; size_t length; }« on x86_64, i.e. passing

[Issue 8273] New: FreeBSD core.sys.posix.unistd enums severely lacking

2012-06-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8273 Summary: FreeBSD core.sys.posix.unistd enums severely lacking Product: D Version: D2 Platform: All OS/Version: FreeBSD Status: NEW Severity: normal Priority: P2

[Issue 8249] Spurious error message with templates and alias this

2012-06-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8249 --- Comment #1 from github-bugzi...@puremagic.com 2012-06-20 12:24:20 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/c811c9a699892605f7267dc96e52e5aa144232f

[Issue 8249] Spurious error message with templates and alias this

2012-06-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8249 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 8273] FreeBSD core.sys.posix.unistd enums severely lacking

2012-06-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8273 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 8273] FreeBSD core.sys.posix.unistd enums severely lacking

2012-06-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8273 --- Comment #2 from Alex R�nne Petersen 2012-06-20 22:00:54 CEST --- More specifically, all the _SC_* constants that are specified in POSIX (_SC_PAGESIZE for example) are not there (but are in unistd.h). Note that they are there for Linux, but

[Issue 8237] Error message with _error_ when using failed type inference in template parameter

2012-06-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8237 --- Comment #2 from github-bugzi...@puremagic.com 2012-06-20 13:03:00 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/a0976bd34fa140d574e754ff0a6ebfa7d9771d3

[Issue 8273] FreeBSD core.sys.posix.unistd enums severely lacking

2012-06-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8273 Walter Bright changed: What|Removed |Added Severity|normal |enhancement -- Configure issuemail: h

[Issue 8274] New: thread_attachThis only works for main thread

2012-06-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8274 Summary: thread_attachThis only works for main thread Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Compon

[Issue 8275] New: DMD assumes that Object.toHash() overrides are @safe, even though base is @trusted

2012-06-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8275 Summary: DMD assumes that Object.toHash() overrides are @safe, even though base is @trusted Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 8264] [std.conv.to] constructing conversion doesn't work with alias this

2012-06-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8264 --- Comment #4 from github-bugzi...@puremagic.com 2012-06-20 20:59:39 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/18564f4fa20bd7d3c66e0d37494d4305e

[Issue 8264] [std.conv.to] constructing conversion doesn't work with alias this

2012-06-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8264 --- Comment #5 from github-bugzi...@puremagic.com 2012-06-20 21:02:02 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/2a3b0b0ffe12a25e5f0a1e9e5b6535a0a5

[Issue 8275] DMD assumes that Object.toHash() overrides are @safe, even though base is @trusted

2012-06-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8275 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8264] [std.conv.to] constructing conversion doesn't work with alias this

2012-06-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8264 Jonathan M Davis changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8237] Error message with _error_ when using failed type inference in template parameter

2012-06-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8237 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 8276] New: [CTFE] ICE when reading variable from nested function

2012-06-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8276 Summary: [CTFE] ICE when reading variable from nested function Product: D Version: D1 & D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2