[Issue 3666] Enhancement Request: Mixin Templates

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3666 Jacob Carlborg d...@me.com changed: What|Removed |Added CC||d...@me.com --- Comment

[Issue 3850] Signed/unsigned bytes type name

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3850 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 7044] Missing a way to control the order of arguments passed to the linker makes impossible to link some programs

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7044 --- Comment #5 from Leandro Lucarella leandro.lucare...@sociomantic.com 2012-10-22 02:10:58 PDT --- (In reply to comment #4) The problem is the order of -defaultlib and -L is fixed as: 1. -L flags 2. libraries on the command line 3.

[Issue 8551] Endless Split

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

[Issue 5977] String splitting with empty separator

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5977 monarchdo...@gmail.com changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Issue 8866] New: Splitter(R1, R2) CANNOT be bidirectional.

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8866 Summary: Splitter(R1, R2) CANNOT be bidirectional. Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 8805] corrupt data at compile time.

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8805 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||wrong-code

[Issue 8867] New: splitter(R1, X) strong requirements, weak support.

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8867 Summary: splitter(R1, X) strong requirements, weak support. Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 3851] Array copy error message with no line number

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3851 Alex R�nne Petersen a...@lycus.org changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3851] Array copy error message with no line number

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3851 --- Comment #3 from github-bugzi...@puremagic.com 2012-10-22 05:45:28 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/druntime

[Issue 8868] New: overload resolution of x.g() incorrectly chooses delegate over function pointer

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8868 Summary: overload resolution of x.g() incorrectly chooses delegate over function pointer Product: D Version: D1 D2 Platform: All OS/Version: All Status: NEW

[Issue 8862] order of declaration of a function and compile time execution

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8862 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 3850] Signed/unsigned bytes type name

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3850 --- Comment #4 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-10-22 08:58:02 PDT --- (In reply to comment #3) This is not a newbie issue. I make this mistake myself, fairly often. Absolutely, it happens to me all the time as well. I

[Issue 3850] Signed/unsigned bytes type name

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3850 --- Comment #5 from bearophile_h...@eml.cc 2012-10-22 09:52:06 PDT --- (In reply to comment #4) That still won't prevent you from making the mistake of typing 'byte' instead of 'ubyte' though. :) If you have sbyte and ubyte, and you keep

[Issue 8869] New: std.typecons.Unique instance doesn't compile, needs std.stdio

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8869 Summary: std.typecons.Unique instance doesn't compile, needs std.stdio Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity:

[Issue 3011] alias should have assignment syntax

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3011 --- Comment #5 from github-bugzi...@puremagic.com 2012-10-22 09:50:55 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/d-programming-language.org

[Issue 3011] alias should have assignment syntax

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3011 --- Comment #4 from github-bugzi...@puremagic.com 2012-10-22 09:50:26 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 8869] std.typecons.Unique instance doesn't compile, needs std.stdio

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8869 --- Comment #1 from earthfront earthfr...@gmail.com 2012-10-22 09:56:32 PDT --- It appears that the import section of std.typecons has a conditional import statement: version(unittest) import core.vararg, std.stdio; but the writeln

[Issue 8870] New: Incorrect values passing struct by value

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8870 Summary: Incorrect values passing struct by value Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 5570] 64 bit C ABI not followed for passing structs and complex numbers as function parameters

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

[Issue 8871] New: Missing the RegisterClassExA function declaration in the windows header.

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8871 Summary: Missing the RegisterClassExA function declaration in the windows header. Product: D Version: unspecified Platform: All OS/Version: Windows Status: NEW

[Issue 8871] Missing the RegisterClassExA function declaration in the windows header.

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8871 Alex R�nne Petersen a...@lycus.org changed: What|Removed |Added Keywords||pull

[Issue 8013] splitter() and split() give different results

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8013 monarchdo...@gmail.com changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Issue 8871] Missing the RegisterClassExA function declaration in the windows header.

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8871 Alex R�nne Petersen a...@lycus.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 8872] New: Missing extended window styles (WS_EX_... enumeration) in windows header

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8872 Summary: Missing extended window styles (WS_EX_... enumeration) in windows header Product: D Version: unspecified Platform: All OS/Version: Windows Status: NEW

[Issue 8872] Missing extended window styles (WS_EX_... enumeration) in windows header

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8872 Alex R�nne Petersen a...@lycus.org changed: What|Removed |Added Keywords||pull

[Issue 8013] splitter() and split() give different results

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8013 --- Comment #2 from bearophile_h...@eml.cc 2012-10-22 15:12:56 PDT --- (In reply to comment #1) Taking this too. Any other split-related bug I missed? I don't know what you have missed, but see also:

[Issue 8873] New: Some class field reordering for emplacing?

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8873 Summary: Some class field reordering for emplacing? Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 8874] New: Possible warning for always true/always false comparisons on unsigned values

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8874 Summary: Possible warning for always true/always false comparisons on unsigned values Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 4565] In array literals single values can replace arrays of length 1

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

[Issue 4565] In array literals single values can replace arrays of length 1

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4565 --- Comment #2 from bearophile_h...@eml.cc 2012-10-22 16:26:08 PDT --- (In reply to comment #1) Do you by any chance have a somewhat elaborate set of test-cases that cover many types of arrays which should and shouldn't compile? I don't,

[Issue 5269] version(assert)

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5269 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8875] New: can't remove() in case of static associated array

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8875 Summary: can't remove() in case of static associated array Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2

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

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

[Issue 8058] assert(false) displays incomplete filename

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8058 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6730] std.algorithm.splitter conflicts with std.array.splitter

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6730 monarchdo...@gmail.com changed: What|Removed |Added Status|NEW |ASSIGNED CC|