[Issue 10014] `__traits(parent, ...)` isn't parsed as type

2013-05-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10014 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7804] Cannot alias __traits directly

2013-05-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7804 Andrej Mitrovic changed: What|Removed |Added CC||verylonglogin@gmail.com --- Comm

[Issue 7804] Cannot alias __traits directly

2013-05-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7804 --- Comment #4 from Andrej Mitrovic 2013-05-02 03:31:49 PDT --- Test-case from Issue 10014: class C { int i; } static assert(is(__traits(parent, C.i) == C)); // Error -- Configure issuemail: http://d.puremagic.com/issues/userprefs

[Issue 10011] Wrong JSON "init" property output for class reference initializers

2013-05-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10011 Andrej Mitrovic changed: What|Removed |Added Keywords||pull --- Comment #1 from Andrej Mit

[Issue 10009] foreach_reverse and AA.byKey/byValue

2013-05-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10009 --- Comment #6 from Andrej Mitrovic 2013-05-02 04:01:37 PDT --- Well we better decide whether or not foreach_reverse is actually scheduled for deprecation. If it is then we shouldn't add more features to it. -- Configure issuemail: http://d

[Issue 9946] A UFCS disallowed in dynamic array allocation

2013-05-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9946 --- Comment #2 from github-bugzi...@puremagic.com 2013-05-02 09:36:12 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/bb5c37dda5b7832987b69e1f99839ec24d78fac

[Issue 10017] New: Can not assign to a Variant another Variant holding a bigger structure

2013-05-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10017 Summary: Can not assign to a Variant another Variant holding a bigger structure Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity

[Issue 10009] foreach_reverse and AA.byKey/byValue

2013-05-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10009 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #7 from yeb

[Issue 10011] Wrong JSON "init" property output for class reference initializers

2013-05-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10011 --- Comment #2 from github-bugzi...@puremagic.com 2013-05-02 10:42:21 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/1c1d99f6b6c9a576e867227cff24106e505a67

[Issue 10017] Can not assign to a Variant another Variant holding a bigger structure

2013-05-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10017 Tavi Cacina changed: What|Removed |Added Keywords||pull --- Comment #1 from Tavi Cacina 2

[Issue 10011] Wrong JSON "init" property output for class reference initializers

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

[Issue 10018] New: Value range propagation for immutable variables

2013-05-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10018 Summary: Value range propagation for immutable variables Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Co

[Issue 9946] A UFCS disallowed in dynamic array allocation

2013-05-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9946 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #3 from yebb

[Issue 10018] Value range propagation for immutable variables

2013-05-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10018 --- Comment #1 from Lionello Lunesu 2013-05-02 12:32:38 PDT --- https://github.com/D-Programming-Language/dmd/pull/1955 Not sure how to test this. There's no [portable] way of testing whether a range is being propagated, is there? -- Confi

[Issue 10018] Value range propagation for immutable variables

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

[Issue 10019] New: std.conv numeric parse functions do not work with std.container Array ranges

2013-05-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10019 Summary: std.conv numeric parse functions do not work with std.container Array ranges Product: D Version: D2 Platform: x86_64 OS/Version: Windows Status: NEW

[Issue 10019] std.conv numeric parse functions do not work with std.container Array ranges

2013-05-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10019 --- Comment #1 from w0rp 2013-05-02 13:18:24 PDT --- https://github.com/D-Programming-Language/phobos/pull/1282 The pull request is here. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 317] Need full translation of the Windows API headers

2013-05-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=317 Diggory changed: What|Removed |Added CC||digg...@googlemail.com --- Comment #4 from Di

[Issue 10018] Value range propagation for immutable variables

2013-05-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10018 --- Comment #3 from Lionello Lunesu 2013-05-02 17:35:02 PDT --- (In reply to comment #2) > I don't understand the bug, what's the issue here? Any calculation with 'i' that uses VRP get the full int range, not the constant 1. The same holds f

[Issue 10018] Value range propagation for immutable variables

2013-05-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10018 Lionello Lunesu changed: What|Removed |Added Priority|P2 |P4 --- Comment #4 from Lionello Lun