[Issue 1243] (D1 only) inout args can point to null

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1243 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added CC|

[Issue 9525] New: [CTFE] Cannot convert S to const(S*) at compile time

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9525 Summary: [CTFE] Cannot convert S to const(S*) at compile time Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: CTFE, rejects-valid

[Issue 9519] constant bug in structures

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

[Issue 8741] wrong code for struct member initialized using struct constructor

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8741 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC||magnus_lindb...@live.se

[Issue 9526] New: ICE when compiling project with unittests

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9526 Summary: ICE when compiling project with unittests Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: ice Severity: regression

[Issue 9526] ICE when compiling project with unittests

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9526 --- Comment #1 from Denis Shelomovskij verylonglogin@gmail.com 2013-02-17 13:17:48 MSK --- And yes, this project used to compile in 2.061. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 9096] comsub bug with chained function calls, optimization and attributes

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9096 --- Comment #2 from Kenji Hara k.hara...@gmail.com 2013-02-17 02:20:25 PST --- Same problem occurs in Windows7 (64bit) platform with git head (b729055). output: DMD v2.062 DEBUG el:0035139C cnt=2 cs=255 var TY* foo Internal error:

[Issue 9525] [CTFE] Cannot convert S to const(S*) at compile time

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

[Issue 9526] ICE when compiling project with unittests

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9526 --- Comment #2 from Kenji Hara k.hara...@gmail.com 2013-02-17 03:33:04 PST --- Is this a dup of bug9525? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 9500] Interfaces - shared static this

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

[Issue 9485] associative array inside struct: intermodule visibility problem

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

[Issue 8997] template instances omit symbol that may be used in other modules

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8997 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC||atank...@gmail.com

[Issue 6744] Missing AA symbol with enum

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6744 --- Comment #8 from Kenji Hara k.hara...@gmail.com 2013-02-17 05:37:30 PST --- (In reply to comment #0) test.d import traits; void formatValue()() { string[char] aa; aa.length; } void main() { formatValue(); } traits.d enum

[Issue 6744] Missing AA symbol with enum

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6744 --- Comment #9 from Kenji Hara k.hara...@gmail.com 2013-02-17 05:44:04 PST --- (In reply to comment #8) Now, the case in comment #0 is a dup of bug 8997, but more general case in comment #1 isn't. s/comment #1/comment #2/ -- Configure

[Issue 8898] false positive dangling else warning

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8898 --- Comment #5 from github-bugzi...@puremagic.com 2013-02-17 06:42:46 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9500] Interfaces - shared static this

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9500 --- Comment #5 from Maxim Fomin ma...@maxim-fomin.ru 2013-02-17 07:25:43 PST --- import core.stdc.stdio : printf; interface IFace { void log(); } class Multi : IFace { IFace[] faces; this(IFace[] faces...) { this.faces =

[Issue 9527] New: Escaping references to variardic parameter array are not properly checked

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9527 Summary: Escaping references to variardic parameter array are not properly checked Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 9500] Interfaces - shared static this

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

[Issue 8898] false positive dangling else warning

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

[Issue 9526] ICE when compiling project with unittests

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

[Issue 9526] ICE when compiling project with unittests

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9526 Maxim Fomin ma...@maxim-fomin.ru changed: What|Removed |Added Keywords||pull --- Comment #5

[Issue 9525] [CTFE] Cannot convert S to const(S*) at compile time

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9525 --- Comment #2 from github-bugzi...@puremagic.com 2013-02-17 11:34:09 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9525] [CTFE] Cannot convert S to const(S*) at compile time

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9525 --- Comment #3 from github-bugzi...@puremagic.com 2013-02-17 11:36:00 PST --- Commit pushed to staging at https://github.com/D-Programming-Language/dmd

[Issue 6552] Wrong fallthrough warning for CaseRange

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

[Issue 9527] Escaping references to variardic parameter array are not properly checked

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

[Issue 5515] std.conv.to for safer enum casts

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5515 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8143] Safe std.conv.to enum conversion

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8143 --- Comment #25 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-02-17 15:05:24 PST --- *** Issue 5515 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 5515] std.conv.to for safer enum casts

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5515 --- Comment #3 from bearophile_h...@eml.cc 2013-02-17 16:04:00 PST --- (In reply to comment #2) Implemented in Issue8143. *** This issue has been marked as a duplicate of issue 8143 *** Given that Enums with floating-point or string base

[Issue 5515] std.conv.to for safer enum casts

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5515 --- Comment #4 from bearophile_h...@eml.cc 2013-02-17 16:33:03 PST --- But probably this should be supported: import std.conv: to; enum Foo : char { A = 'a' } void main() { dchar d = 'a'; Foo f = to!Foo(d); } Currently it gives:

[Issue 5515] std.conv.to for safer enum casts

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5515 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 4124] toString() for BitArray and more

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

[Issue 4124] toString() for BitArray and more

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4124 --- Comment #5 from bearophile_h...@eml.cc 2013-02-17 17:24:18 PST --- (In reply to comment #4) It would help if you didn't make multiple feature requests in a single entry. When I am asking things like this for a single struct of Phobos: -

[Issue 4124] toString() for BitArray and more

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4124 --- Comment #6 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-02-17 17:28:06 PST --- (In reply to comment #5) (In reply to comment #4) It would help if you didn't make multiple feature requests in a single entry. When I am

[Issue 952] Strange Error: prefix on some warning messages

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=952 Stewart Gordon s...@iname.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 952] Strange Error: prefix on some warning messages

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

[Issue 6552] Wrong fallthrough warning for CaseRange

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6552 Stewart Gordon s...@iname.com changed: What|Removed |Added Keywords|pull, rejects-valid |accepts-invalid,

[Issue 9528] New: std.array.appender can't append elements with const members

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9528 Summary: std.array.appender can't append elements with const members Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 6552] Wrong fallthrough warning for CaseRange

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6552 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords|accepts-invalid,|pull,

[Issue 6552] Wrong fallthrough warning for CaseRange

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6552 --- Comment #7 from Stewart Gordon s...@iname.com 2013-02-17 18:07:37 PST --- Where is the separate bug report about the spec being wrong? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 9529] New: Switch Statement grammar bug for the chain of case statements

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9529 Summary: Switch Statement grammar bug for the chain of case statements Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords:

[Issue 6552] Wrong fallthrough warning for CaseRange

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6552 --- Comment #8 from Kenji Hara k.hara...@gmail.com 2013-02-17 18:29:26 PST --- (In reply to comment #7) Where is the separate bug report about the spec being wrong? Opened. Issue 9529 - Switch Statement grammar bug for the chain of case

[Issue 1369] Unable to find 'this' in __traits(getMember)

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1369 --- Comment #4 from github-bugzi...@puremagic.com 2013-02-17 18:47:38 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 1369] Unable to find 'this' in __traits(getMember)

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

[Issue 3745] Linking error with associative array of arrays

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

[Issue 8997] template instances omit symbol that may be used in other modules

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8997 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC||aifg...@gmail.com ---

[Issue 6552] Wrong fallthrough warning for CaseRange

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6552 --- Comment #9 from github-bugzi...@puremagic.com 2013-02-17 19:34:01 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 6552] Wrong fallthrough warning for CaseRange

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6552 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4481] ICE(glue.c, !vthis-csym) or compiles, depending on the import statements order

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4481 --- Comment #8 from kekeni...@yahoo.co.jp 2013-02-17 20:03:35 PST --- 2.062head has a regression caused by this problem, probably. Reduced test case is here. Command: dmd.exe bug2062a.d bug2062b.d bug2062a.d void

[Issue 7569] cannot void initialize tuple declarations

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

[Issue 7364] Better Eponymous Template syntax

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

[Issue 9461] Ability to break typesystem with `inout`

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9461 --- Comment #3 from github-bugzi...@puremagic.com 2013-02-17 21:49:43 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9461] Ability to break typesystem with `inout`

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

[Issue 9526] ICE when compiling project with unittests

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9526 --- Comment #6 from Denis Shelomovskij verylonglogin@gmail.com 2013-02-18 09:52:38 MSK --- (In reply to comment #4) That's because in func.c void markAsNeedingClosure() doesn't check data when loops though the list. Can you test this

[Issue 9530] New: std.path should have a function for getting the canonical path to a file or directory

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9530 Summary: std.path should have a function for getting the canonical path to a file or directory Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 5061] std.traits.arrayTarget

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5061 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added Status|RESOLVED

[Issue 6539] Incomprehensible error message with failed template instantiation

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6539 --- Comment #2 from github-bugzi...@puremagic.com 2013-02-17 23:31:04 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9199] Module level qualified functions should be rejected

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9199 --- Comment #5 from github-bugzi...@puremagic.com 2013-02-17 23:38:40 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 5061] std.traits.arrayTarget

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5061 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED