[Issue 10954] New: Include IDE integration downloads on dlang's download page

2013-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10954 Summary: Include IDE integration downloads on dlang's download page Product: D Version: D1 D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 10951] EnumMembers returns duplicate members for enums

2013-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10951 monarchdo...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6469] Compiler fails to initialize associative array: string-[string-string]

2013-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6469 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 10951] EnumMembers should document about returning duplicate members

2013-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10951 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Resolution|INVALID |FIXED

[Issue 10950] [CTFE] enum char[] not correctly duplicated when used.

2013-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10950 --- Comment #4 from monarchdo...@gmail.com 2013-09-03 06:18:53 PDT --- (In reply to comment #2) I think the root issue is that when the enum is first instantiated, the compiler doesn't care what the marked type of the enum is, but rather,

[Issue 10955] New: std.getopt errors internally when insufficient arguments are passed

2013-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10955 Summary: std.getopt errors internally when insufficient arguments are passed Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 5316] std.getopt with associative arrays

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

[Issue 10955] std.getopt errors internally when insufficient arguments are passed

2013-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10955 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 10956] New: std.getopt error on wrongly position arguments should improve

2013-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10956 Summary: std.getopt error on wrongly position arguments should improve Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 5316] std.getopt with associative arrays

2013-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5316 --- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-09-03 09:29:02 PDT --- (In reply to comment #2) P.S. currently getopt bails badly on hashes: - import std.getopt; void main(string[] args) { int[string]

[Issue 10162] Opposite of std.string.representation

2013-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10162 --- Comment #3 from bearophile_h...@eml.cc 2013-09-03 09:41:37 PDT --- Most of my use cases are to sort a char[]. It's a common operation. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 4705] Redesign of std.algorithm.max()/min() + mins()/maxs()

2013-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4705 --- Comment #17 from bearophile_h...@eml.cc 2013-09-03 09:45:18 PDT --- In dmd 2.064alpha you can't use minPos on a byKey range: import std.algorithm: minPos; void main() { int[int] aa = [1: 2]; int m1 = aa.byKey.minPos!((a, b) = a

[Issue 10957] New: Bad diagnostic: compiler attempts to do UFCS on a non-function

2013-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10957 Summary: Bad diagnostic: compiler attempts to do UFCS on a non-function Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords:

[Issue 10959] std.algorithm.remove is highly bug-prone

2013-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10959 Dylan tcdknut...@gmail.com changed: What|Removed |Added CC||tcdknut...@gmail.com ---

[Issue 10227] _fileno, _setmode, _O_BINARY undefined when building x64 on windows

2013-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10227 Dylan tcdknut...@gmail.com changed: What|Removed |Added CC||tcdknut...@gmail.com ---

[Issue 10959] New: std.algorithm.remove is highly bug-prone

2013-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10959 Summary: std.algorithm.remove is highly bug-prone Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 10958] New: std.variant : Variant and Algebraic can't use a type when sizeof == 0

2013-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10958 Summary: std.variant : Variant and Algebraic can't use a type when sizeof == 0 Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 10960] New: Copying a const value type should yield unqual

2013-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10960 Summary: Copying a const value type should yield unqual Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 10687] Refused cast from uint[] to array of uint-based enums at compile-time

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

[Issue 10687] Refused cast from uint[] to array of uint-based enums at compile-time

2013-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10687 --- Comment #6 from github-bugzi...@puremagic.com 2013-09-03 16:21:13 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 10961] New: Assigning a void[] to a Variant results in compiler errors.

2013-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10961 Summary: Assigning a void[] to a Variant results in compiler errors. Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 10960] Copying a const value type should yield unqual

2013-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10960 --- Comment #1 from bearophile_h...@eml.cc 2013-09-03 16:35:12 PDT --- (In reply to comment #0) returning a const value type by value should be stripped of its constness, since it is not the original value being returned, but a copy. The

[Issue 4673] Bug in std.string (isNumeric)

2013-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4673 Rob T al...@ucora.com changed: What|Removed |Added CC||al...@ucora.com --- Comment

[Issue 10960] Copying a const value type should yield unqual

2013-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10960 --- Comment #2 from hst...@quickfur.ath.cx 2013-09-03 16:56:05 PDT --- Oh I see. I misunderstood your question, my bad. :) Nevertheless, both issues are worth consideration. The unqual issue should be fixed, definitely. About your actual

[Issue 10687] Refused cast from uint[] to array of uint-based enums at compile-time

2013-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10687 bearophile_h...@eml.cc changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 10961] Assigning a void[] to a Variant results in compiler errors.

2013-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10961 Kapps opantm2+db...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1

[Issue 9565] Index of static array should not print literal suffix

2013-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9565 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #4

[Issue 10962] New: Wrong implicit conversion of enum in const function

2013-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10962 Summary: Wrong implicit conversion of enum in const function Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity:

[Issue 10789] Struct destructor erroneously called

2013-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10789 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #5

[Issue 10789] Struct destructor erroneously called

2013-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10789 --- Comment #6 from github-bugzi...@puremagic.com 2013-09-03 22:53:21 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 10789] Struct destructor erroneously called

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