[Issue 8762] New: instanceOf trait for static conditionals

2012-10-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8762 Summary: instanceOf trait for static conditionals Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 8763] New: struct initialization with empty variadic arguments tries to call constructor

2012-10-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8763 Summary: struct initialization with empty variadic arguments tries to call constructor Product: D Version: unspecified Platform: All OS/Version: All Status: NEW

[Issue 8705] std.conv.to bug, from documentation

2012-10-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8705 --- Comment #2 from github-bugzi...@puremagic.com 2012-10-05 04:39:14 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 8764] New: chunks.transposed causes infinite ranges.

2012-10-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8764 Summary: chunks.transposed causes infinite ranges. Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 5212] Safer typesafe variadics

2012-10-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5212 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx ---

[Issue 5212] Safer typesafe variadics

2012-10-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5212 --- Comment #9 from hst...@quickfur.ath.cx 2012-10-05 08:17:58 PDT --- P.S. This bug still happens in latest git (dmd 2.061). Here's another test case: import std.conv; import std.stdio; class C {

[Issue 7603] Default initializer for ref/out must be an lvalue

2012-10-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7603 --- Comment #6 from Maxim Fomin ma...@maxim-fomin.ru 2012-10-05 09:41:09 PDT --- (In reply to comment #5) (In reply to comment #4) Why wouldn't this fail? Default arguments are used if no argument is given. Sine you provide arguments and

[Issue 8683] bad type resolution for template property functions

2012-10-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8683 --- Comment #3 from Maxim Fomin ma...@maxim-fomin.ru 2012-10-05 10:37:03 PDT --- This code demonstrates the issue http://dpaste.dzfl.pl/9f2cc42f -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 8683] bad type resolution for template property functions

2012-10-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8683 Maxim Fomin ma...@maxim-fomin.ru changed: What|Removed |Added CC||ma...@maxim-fomin.ru

[Issue 8737] Associative Array (AA) KeyType is not Unqual-able

2012-10-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8737 monarchdo...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7752] Static array .init is actually .init of the array element type, not the array.

2012-10-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7752 monarchdo...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8765] New: assert should print the source code for the condition when no message argument present

2012-10-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8765 Summary: assert should print the source code for the condition when no message argument present Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 8766] New: unexpected compile-time error when switching a struct definition to a class

2012-10-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8766 Summary: unexpected compile-time error when switching a struct definition to a class Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 8767] New: expression of type bool() does not have a boolean value?

2012-10-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8767 Summary: expression of type bool() does not have a boolean value? Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 8753] Too aggressive expansion for variables which have void initializer

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

[Issue 8762] instanceOf trait for static conditionals

2012-10-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8762 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2012-10-05 22:06:12 PDT --- In std.traits module, similar utility already exists (but today, it is private template). And recently I've posted a pull request which updates it.

[Issue 8747] isAssignable!(int, const(int)) is false

2012-10-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8747 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added Status|ASSIGNED

[Issue 8705] std.conv.to bug, from documentation

2012-10-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8705 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, rejects-valid