[Issue 9169] New: semantic order difference in variable declaration

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9169 Summary: semantic order difference in variable declaration Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 9159] Variable and function name are the same in mixin template can't be compiled

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

[Issue 9162] [tdpl] Non-static structs should have access to outer lexical scope

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9162 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9153] Type inference for array of delegates should not break based on order

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9153 --- Comment #2 from github-bugzi...@puremagic.com 2012-12-17 00:05:34 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 8934] Lambda violates DMD assertion

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8934 Dmitry S ds.dl...@gmail.com changed: What|Removed |Added CC||ds.dl...@gmail.com ---

[Issue 4616] Link error with copy constructor of nested struct

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4616 Dmitry S ds.dl...@gmail.com changed: What|Removed |Added CC||ds.dl...@gmail.com ---

[Issue 9124] Object variable of variadic template struct needs explicit this in certain situations

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9124 --- Comment #6 from github-bugzi...@puremagic.com 2012-12-17 02:01:52 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9170] New: CTFE: Allow reinterpret casts float - int

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9170 Summary: CTFE: Allow reinterpret casts float - int Product: D Version: D1 D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 9171] New: error optimization of expression

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9171 Summary: error optimization of expression Product: D Version: D2 Platform: x86 OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 9171] error optimization of expression

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9171 Syava Dee syava...@gmail.com changed: What|Removed |Added Severity|normal |critical -- Configure

[Issue 9069] struct literals are treated as lvalues

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

[Issue 9063] static assert should resolve property function call

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

[Issue 9168] AA.length is impure and unsafe

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

[Issue 9171] error optimization of expression

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9171 --- Comment #1 from Don clugd...@yahoo.com.au 2012-12-17 07:34:34 PST --- Works for me on git head. Could be a duplicate of bug 8840. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 9124] Object variable of variadic template struct needs explicit this in certain situations

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9124 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 9143] template structs with two parameters confuse DMD on multiple instantiations

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9143 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8085] std.algorithm.joiner makes invalid assumptions about front()

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8085 --- Comment #5 from github-bugzi...@puremagic.com 2012-12-17 09:08:49 PST --- Commit pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 9131] Invalid UTF-8 when using std.algorithm.equal with dstring and string

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9131 --- Comment #2 from github-bugzi...@puremagic.com 2012-12-17 09:08:56 PST --- Commit pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 9131] Invalid UTF-8 when using std.algorithm.equal with dstring and string

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9131 --- Comment #3 from hst...@quickfur.ath.cx 2012-12-17 12:54:46 PST --- Note that the commit does NOT fix this issue, it's for the pull request that was affected by this bug. -- Configure issuemail:

[Issue 8085] std.algorithm.joiner makes invalid assumptions about front()

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8085 hst...@quickfur.ath.cx changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 9172] New: strange shadowing declaration check

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9172 Summary: strange shadowing declaration check Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 9172] strange shadowing declaration check

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

[Issue 9172] strange shadowing declaration check

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9172 Alexander Tankeev atank...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9173] New: std.string.wrap should conform to Unicode line-breaking algorithm

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9173 Summary: std.string.wrap should conform to Unicode line-breaking algorithm Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 9172] strange shadowing declaration check

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9172 Alexander Tankeev atank...@gmail.com changed: What|Removed |Added Status|RESOLVED|CLOSED --

[Issue 6210] Associative array with array key often cannot be equated.

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6210 --- Comment #2 from hst...@quickfur.ath.cx 2012-12-17 13:43:42 PST --- Hmm, the pull request fixed test case 2, but test case 1 is still failing. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 7371] Associative arrays as associative array keys

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7371 hst...@quickfur.ath.cx changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8984] Dynamic array key for associative array

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8984 --- Comment #2 from bearophile_h...@eml.cc 2012-12-17 14:03:02 PST --- (In reply to comment #1) Isn't the complaint that the type of the AA should be int[immutable(int)[]], not int[int[]]? This code gives the same error: void main() {

[Issue 9174] New: [ICE](cast.c line 2463) with ternary operator with mixed alias this types

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9174 Summary: [ICE](cast.c line 2463) with ternary operator with mixed alias this types Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW

[Issue 9171] error optimization of expression

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9171 --- Comment #2 from github-bugzi...@puremagic.com 2012-12-17 18:14:19 PST --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

[Issue 9171] error optimization of expression

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9171 --- Comment #3 from github-bugzi...@puremagic.com 2012-12-17 18:14:24 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9171] error optimization of expression

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9171 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9171] error optimization of expression

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

[Issue 9171] error optimization of expression

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9171 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Version|D2 |D1 D2 ---

[Issue 9171] error optimization of expression

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9171 --- Comment #7 from hst...@quickfur.ath.cx 2012-12-17 21:01:34 PST --- Another frustrating one is the template cross-talk one, bug 8542. It discouraged me from writing too much functional-style code, for fear that I might run into it again. --

[Issue 9060] std.range.chain and std.range.zip cannot get frame pointer

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9060 --- Comment #2 from github-bugzi...@puremagic.com 2012-12-17 21:02:49 PST --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 9060] std.range.chain and std.range.zip cannot get frame pointer

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9060 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8847] voldemort + inout confuses is

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8847 --- Comment #6 from github-bugzi...@puremagic.com 2012-12-17 21:38:47 PST --- Commit pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 7177] $ should forward to length by default

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7177 --- Comment #8 from github-bugzi...@puremagic.com 2012-12-17 21:38:34 PST --- Commit pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 9175] New: std.algorithm.remove!(predicate) problems

2012-12-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9175 Summary: std.algorithm.remove!(predicate) problems Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal

[Issue 8847] voldemort + inout confuses is

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