[Issue 9873] Built-in tuple should support equality comparison

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9873 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6852] Cannot compare instances of ParameterStorageClassTuple

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6852 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Platform|Other

[Issue 9873] Built-in tuple should support equality comparison

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9873 --- Comment #5 from Kenji Hara 2013-04-04 22:08:40 PDT --- *** Issue 9192 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail beca

[Issue 9192] Allow opEquals for .tupleof expressions

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9192 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 9880] Redundant template instance displaying in error message

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9880 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #1 from Kenji Hara 2013

[Issue 9880] New: Redundant template instance displaying in error message

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9880 Summary: Redundant template instance displaying in error message Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: diagnostic

[Issue 9879] Built-in sizeof should return ErrorExp if error occurs in aggregate type semantics

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9879 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #1 from Kenji Hara 2013

[Issue 9879] New: Built-in sizeof should return ErrorExp if error occurs in aggregate type semantics

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9879 Summary: Built-in sizeof should return ErrorExp if error occurs in aggregate type semantics Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 9873] Built-in tuple should support equality comparison

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9873 --- Comment #4 from github-bugzi...@puremagic.com 2013-04-04 20:41:15 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/7cd887634de72410535ee70a1f7255629122bd2

[Issue 9844] DMD (-m64) int long initialisation bug

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9844 Index Int changed: What|Removed |Added CC||vlad.z.4...@gmail.com --- Comment #6 from

[Issue 9871] std.typecons.asArray

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9871 bearophile_h...@eml.cc changed: What|Removed |Added Summary|std.typecons.asRange|std.typecons.asArray --- Comme

[Issue 9878] New: std.algorithm.cartesianProduct results order

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9878 Summary: std.algorithm.cartesianProduct results order Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Compone

[Issue 5937] Problem with map!delegate(iota(floating point))

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5937 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 9773] ref parameter with default value should not compile

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9773 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 9844] DMD (-m64) int long initialisation bug

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9844 --- Comment #5 from safety0ff.b...@gmail.com 2013-04-04 13:54:00 PDT --- Created an attachment (id=1206) this kludge makes things work for me This kludge makes things work for me. -- Configure issuemail: http://d.puremagic.com/issues/userpref

[Issue 9773] ref parameter with default value should not compile

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9773 --- Comment #3 from github-bugzi...@puremagic.com 2013-04-04 12:58:18 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/706b18758a63715aef4b1821e7b66b1d4e5ee46

[Issue 9872] format should include class field values

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9872 --- Comment #2 from Andrej Mitrovic 2013-04-04 11:49:19 PDT --- How's this for a funky workaround: diff --git a/std/format.d b/std/format.d index 8896e38..84169c0 100644 --- a/std/format.d +++ b/std/format.d @@ -2512,15 +2512,32 @@ if (is(T =

[Issue 9877] Assertion failure in iota for float parameters

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

[Issue 9877] New: Assertion failure in iota for float parameters

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9877 Summary: Assertion failure in iota for float parameters Product: D Version: D2 Platform: x86_64 OS/Version: All Status: NEW Severity: normal Priority: P2 C

[Issue 5937] Problem with map!delegate(iota(floating point))

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5937 Ali Cehreli changed: What|Removed |Added CC||acehr...@yahoo.com --- Comment #2 from A

[Issue 9876] deprecated is not announced

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

[Issue 9876] New: deprecated is not announced

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9876 Summary: deprecated is not announced Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 9875] opDispatch is wrongly set to safe

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9875 --- Comment #1 from Andrej Mitrovic 2013-04-04 07:19:08 PDT --- Oh and I'm using 2.063 git-head. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 9875] New: opDispatch is wrongly set to safe

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9875 Summary: opDispatch is wrongly set to safe Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: normal Prior

[Issue 9346] nested struct calls disabled postblit

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9346 Kenji Hara changed: What|Removed |Added Keywords||pull Version|unspecified

[Issue 9874] Function call syntax disuniformity in template constraints

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9874 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #1 from Kenji Hara 2013

[Issue 9874] New: Function call syntax disuniformity in template constraints

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9874 Summary: Function call syntax disuniformity in template constraints Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-val

[Issue 9873] Built-in tuple should support equality comparison

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9873 --- Comment #3 from Andrej Mitrovic 2013-04-04 03:46:36 PDT --- (In reply to comment #2) > Will this fix any of these?: > > Issue 6582 > Issue 9192 Sorry that should have been: Issue 6852 Issue 9192 -- Configure issuemail: http://d.purema

[Issue 9873] Built-in tuple should support equality comparison

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

[Issue 6178] Struct inside the AA are not init correctly

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6178 --- Comment #16 from Kenji Hara 2013-04-04 03:11:17 PDT --- (In reply to comment #15) > Than this a part of a bigger shit. > > /* Known as a problem of filling newly created space of AA array >with T.init before assigning actual object. >

[Issue 9873] Built-in tuple should support equality comparison

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9873 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #1 from Kenji Hara 2013

[Issue 9873] New: Built-in tuple should support equality comparison

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9873 Summary: Built-in tuple should support equality comparison Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 C

[Issue 9858] const alias this fails when opAssign is present

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9858 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 9865] Crash on bogus import / circular reference

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9865 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 9829] rdmd passes '--' to dmd

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9829 Alex R�nne Petersen changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 9829] rdmd passes '--' to dmd

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9829 --- Comment #2 from github-bugzi...@puremagic.com 2013-04-04 01:39:50 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/tools https://github.com/D-Programming-Language/tools/commit/e1c792bf17ef65efdb171f4658817dfe65d

[Issue 9858] const alias this fails when opAssign is present

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9858 --- Comment #2 from github-bugzi...@puremagic.com 2013-04-04 01:24:48 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/c6ebfc21c8fd050b13dfd8cb2da8803797d261b

[Issue 9465] Wrong code for delegate call

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9465 Don changed: What|Removed |Added Severity|major |critical -- Configure issuemail: http://d.purem

[Issue 9872] format should include class field values

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9872 --- Comment #1 from Andrej Mitrovic 2013-04-04 00:32:34 PDT --- Workaround: private mixin template genToString() { override string toString() { import std.array; import std.conv; import std.string; App

[Issue 9872] format should print class fields

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9872 Andrej Mitrovic changed: What|Removed |Added Severity|normal |enhancement -- Configure issuemail:

[Issue 9872] New: format should print class fields

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9872 Summary: format should print class fields Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Phobos