[Issue 9078] non-static opCall is chosen instead of a default constructor

2013-04-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9078 --- Comment #2 from Kenji Hara k.hara...@gmail.com 2013-04-03 23:30:10 PDT --- (In reply to comment #0) [snip] A non-static opCall is chosen instead of a default constructor. The non-static opCall() overloads should not interfere with

[Issue 9739] Regression (2.063 git-head): DMD not considering ctor with default args as default ctor

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

[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

[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 andrej.mitrov...@gmail.com changed: What|Removed |Added Severity|normal |enhancement

[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 andrej.mitrov...@gmail.com 2013-04-04 00:32:34 PDT --- Workaround: private mixin template genToString() { override string toString() { import std.array; import std.conv;

[Issue 9465] Wrong code for delegate call

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

[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

[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 a...@lycus.org changed: What|Removed |Added Status|NEW |RESOLVED

[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 k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[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 k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[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

[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 k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1

[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 k.hara...@gmail.com 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

[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 andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[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 andrej.mitrov...@gmail.com 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

[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:

[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 k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1

[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 k.hara...@gmail.com changed: What|Removed |Added Keywords||pull

[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

[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 andrej.mitrov...@gmail.com 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

[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 9876] deprecated is not announced

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

[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 acehr...@yahoo.com changed: What|Removed |Added CC||acehr...@yahoo.com

[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

[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 andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[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 andrej.mitrov...@gmail.com 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 @@

[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

[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:

[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 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[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 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

[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 ---

[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 vlad.z.4...@gmail.com changed: What|Removed |Added CC||vlad.z.4...@gmail.com

[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

[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 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 k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1

[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 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 k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1

[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 k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[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 k.hara...@gmail.com 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

[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 k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[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 k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED