[Issue 9539] Regression (2.061): Wrong-code on static array pointer

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

[Issue 9554] New: Inconsistent stringof and mangleof result for module/package identifier

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9554 Summary: Inconsistent stringof and mangleof result for module/package identifier Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 9554] Inconsistent stringof and mangleof result for module/package identifier

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

[Issue 9538] Regression (2.062): Can't use typeid on .ptr of static array

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

[Issue 9555] New: Type deduction for new lambda syntax literals breaks with templates

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9555 Summary: Type deduction for new lambda syntax literals breaks with templates Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 9555] Type deduction for new lambda syntax literals breaks with templates

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9555 Maxim Fomin ma...@maxim-fomin.ru changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9555] Type deduction for new lambda syntax literals breaks with templates

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9555 bioinfornatics bioinfornat...@gmail.com changed: What|Removed |Added CC|

[Issue 9555] Type deduction for new lambda syntax literals breaks with templates

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9555 --- Comment #3 from bioinfornatics bioinfornat...@gmail.com 2013-02-21 04:41:32 PST --- skip my comment that is allowed to do ((in int a) = a 2) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 9552] DMD crashed when taking member delegate from __traits(getOverloads)

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9552 Maxim Fomin ma...@maxim-fomin.ru changed: What|Removed |Added CC||ma...@maxim-fomin.ru

[Issue 9102] OutputRange should be ref parameter

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9102 --- Comment #3 from SHOO zan77...@nifty.com 2013-02-21 06:37:03 PST --- I think that the functions such as std.algorithm.copy or std.format.formattedWrite should handle it definitely even if any OutputRange. In addition, I think that the

[Issue 9552] DMD crashed when taking member delegate from __traits(getOverloads)

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9552 --- Comment #2 from Maxim Fomin ma...@maxim-fomin.ru 2013-02-21 07:05:53 PST --- Seems to be: e0e17a035726252b1ec61be2a64aa58cc30d528c is the first bad commit commit e0e17a035726252b1ec61be2a64aa58cc30d528c Author: k-hara k.hara...@gmail.com

[Issue 9555] Type deduction for new lambda syntax literals breaks with templates

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9555 --- Comment #4 from Dicebot m.stras...@gmail.com 2013-02-21 08:18:45 PST --- Waa, it is a template? Unexpected. What about turning this into enhancement request to improve error message though? Something like not enough context to deduce lambda

[Issue 9102] OutputRange should be ref parameter

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9102 --- Comment #4 from Steven Schveighoffer schvei...@yahoo.com 2013-02-21 08:54:46 PST --- (In reply to comment #3) From these, I think that it is appropriate that a function to treat OutputRange with ref parameter. (std.range.put takes

[Issue 9555] Type deduction for new lambda syntax literals breaks with templates

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9555 --- Comment #5 from Maxim Fomin ma...@maxim-fomin.ru 2013-02-21 09:26:44 PST --- (In reply to comment #4) Waa, it is a template? Unexpected. What about turning this into enhancement request to improve error message though? Something like not

[Issue 9556] New: Documentation of std.string.isNumeric

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9556 Summary: Documentation of std.string.isNumeric Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component:

[Issue 9557] New: std.array.array of array of immutable structs

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9557 Summary: std.array.array of array of immutable structs Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity:

[Issue 9558] New: 0b and 0x prefixes for std.string.isNumeric

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9558 Summary: 0b and 0x prefixes for std.string.isNumeric Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: normal

[Issue 9538] Regression (2.062): Can't use typeid on .ptr of static array

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9538 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||c...@dawg.eu

[Issue 9554] Inconsistent stringof and mangleof result for module/package identifier

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9554 --- Comment #2 from github-bugzi...@puremagic.com 2013-02-21 11:10:14 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9538] Regression (2.062): Can't use typeid on .ptr of static array

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9538 --- Comment #5 from github-bugzi...@puremagic.com 2013-02-21 11:10:20 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9538] Regression (2.061): Can't use typeid on .ptr of static array

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9538 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Summary|Regression (2.062): Can't |Regression

[Issue 9559] New: Range of Nullable doesn't work with std.array.array

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9559 Summary: Range of Nullable doesn't work with std.array.array Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 9559] Range of Nullable doesn't work with std.array.array

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9559 --- Comment #1 from Justin Whear jus...@economicmodeling.com 2013-02-21 12:00:31 PST --- I don't have a good testing environment at the moment, but it looks like the bug might be here:

[Issue 9561] New: Many error messages from std.format

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9561 Summary: Many error messages from std.format Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: diagnostic Severity: minor

[Issue 9560] New: Too many error messages from std.array

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9560 Summary: Too many error messages from std.array Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: diagnostic Severity: minor

[Issue 9559] Range of Nullable doesn't work with std.array.array

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9559 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com ---

[Issue 9555] Type deduction for new lambda syntax literals breaks with templates

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9555 --- Comment #6 from Dicebot m.stras...@gmail.com 2013-02-21 13:33:15 PST --- I was speaking exactly about the case when it is used and context is lacking. This message cannot deduce template function from argument types !()(void) is very

[Issue 9559] Range of Nullable doesn't work with std.array.array

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9559 --- Comment #3 from Justin Whear jus...@economicmodeling.com 2013-02-21 13:45:45 PST --- (In reply to comment #2) (In reply to comment #1) I don't have a good testing environment at the moment, but it looks like the bug might be here:

[Issue 7804] Cannot alias __traits directly

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

[Issue 9538] Regression (2.062): Can't use typeid on .ptr of static array

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9538 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9539] Wrong implicit conversion of array to pointer

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9539 --- Comment #3 from github-bugzi...@puremagic.com 2013-02-21 16:47:54 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9539] Wrong implicit conversion of array to pointer

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

[Issue 9562] New: Built-in runtime properties should become error with `Type.prop`

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9562 Summary: Built-in runtime properties should become error with `Type.prop` Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords:

[Issue 9563] New: (2.062) typeof(T[0]) no longer works with array T's

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9563 Summary: (2.062) typeof(T[0]) no longer works with array T's Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity:

[Issue 9564] New: Give module name too in did you mean error messages

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9564 Summary: Give module name too in did you mean error messages Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: diagnostic Severity:

[Issue 9258] opAssign with base class triggers identity assignment operator overload error

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9258 siegelords_ab...@yahoo.com changed: What|Removed |Added Keywords||ice

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

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9565 Summary: Index of static array should not print literal suffix Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: diagnostic Severity:

[Issue 9563] (2.062) typeof(T[0]) no longer works with array T's

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9563 Marco Leise marco.le...@gmx.de changed: What|Removed |Added CC||marco.le...@gmx.de

[Issue 9566] New: Cannot use struct .init when it contains a static array initialized from a single element.

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9566 Summary: Cannot use struct .init when it contains a static array initialized from a single element. Product: D Version: D2 Platform: All OS/Version: All Status:

[Issue 9539] Wrong implicit conversion of array to pointer

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9539 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9258] opAssign with base class triggers identity assignment operator overload error

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9258 --- Comment #5 from Kenji Hara k.hara...@gmail.com 2013-02-21 22:36:48 PST --- (In reply to comment #4) Turns out this fix is incomplete. This code is still broken: class B { } class A : B { alias set opAssign; void set(B

[Issue 9563] (2.062) typeof(T[0]) no longer works with array T's

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9563 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com ---

[Issue 7511] attribute inference does not work for methods of templated aggregates

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7511 --- Comment #5 from github-bugzi...@puremagic.com 2013-02-21 22:50:41 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9566] Cannot use struct .init when it contains a static array initialized from a single element.

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9566 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com ---

[Issue 9566] Cannot use struct .init when it contains a static array initialized from a single element.

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9566 --- Comment #2 from monarchdo...@gmail.com 2013-02-21 23:03:44 PST --- (In reply to comment #1) It's not about the surrounding code, but rather, whether or not you use the .init property. Right, came from the message boards, where you said I

[Issue 9567] New: Symbol Undefined linker error after separating project part into library

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9567 Summary: Symbol Undefined linker error after separating project part into library Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW

[Issue 6144] Unexpected OPTLINK Termination at EIP=00428DA3

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6144 --- Comment #9 from Denis Shelomovskij verylonglogin@gmail.com 2013-02-22 10:17:18 MSK --- A possible workaround to enable debug information (which may or may not help) is to separate part of the project into a library. Note that this may

[Issue 9044] Random Previous Definition Different optlink failure (looks like a buffer overflow bug somewhere)

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9044 --- Comment #19 from Denis Shelomovskij verylonglogin@gmail.com 2013-02-22 10:21:20 MSK --- Can somebody confirm link failure in the last test case? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 9258] opAssign with base class triggers identity assignment operator overload error

2013-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9258 --- Comment #6 from github-bugzi...@puremagic.com 2013-02-21 23:37:28 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd