[Issue 7666] A function to reverse the items of a tuple

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7666 --- Comment #11 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-04-06 01:07:30 PDT --- https://github.com/D-Programming-Language/phobos/pull/1248 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You

[Issue 8609] A forward reference error with static arrays

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8609 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 6531] assertion failure in std.range.iota

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6531 --- Comment #5 from Martin Nowak c...@dawg.eu 2013-04-06 01:47:07 PDT --- if (pastEnd = end) ++count; This is definitely wrong. There are only 100 steps in [0, 0.03 ..., 3.0). The problem was that assert(0.0 + 100 * 0.03 = 3.0) fails because

[Issue 6312] template instance cannot use argument from enclosing template

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

[Issue 9889] New: Incorrect rounding on floating value formatting

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9889 Summary: Incorrect rounding on floating value formatting Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW Keywords: wrong-code Severity: normal

[Issue 9417] no size yet for forward reference error with nested structure

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9417 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, rejects-valid

[Issue 8907] Selective import of a symbol after its first usage causes errors (including ICE)

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

[Issue 9514] template instance … is not an alias

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

[Issue 4571] Non-null class references/pointers

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4571 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8833] Odd error with expression tuples

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8833 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, rejects-valid

[Issue 4265] It should be possible to query template parameters with __traits

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

[Issue 3449] const and invariant struct members do not behave according to spec

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

[Issue 9890] New: Alias This + Static Fields

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9890 Summary: Alias This + Static Fields Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: regression Priority: P2 Component: DMD

[Issue 9891] New: Ability to modify immutable using default value of ref/out parameter

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9891 Summary: Ability to modify immutable using default value of ref/out parameter Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords:

[Issue 8698] Forward reference error with interfaces

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8698 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, rejects-valid

[Issue 8697] Invalid error message: Forward reference of interface

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

[Issue 8626] Mixin forward reference semantic run leads to inconsistent AST

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8626 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2013-04-06 10:33:56 PDT --- To: David Nadlinger Is this the problem that you had explained in the forum recently? If so, it is correctly asserted in dmd source code now.

[Issue 2458] Can't deduce sizeof inner struct inside a template mixin

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

[Issue 9417] no size yet for forward reference error with nested structure

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9417 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC||2kor...@gmail.com ---

[Issue 8626] Mixin forward reference semantic run leads to inconsistent AST

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8626 --- Comment #2 from David Nadlinger c...@klickverbot.at 2013-04-06 10:52:21 PDT --- No, this is a much earlier, distinct bug report. However, it is likely related in terms of the root cause, so it might be fixed just as well. I suppose I have

[Issue 8626] Mixin forward reference semantic run leads to inconsistent AST

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8626 --- Comment #3 from Kenji Hara k.hara...@gmail.com 2013-04-06 11:05:35 PDT --- (In reply to comment #2) No, this is a much earlier, distinct bug report. However, it is likely related in terms of the root cause, so it might be fixed just as

[Issue 9890] Alias This + Static Fields

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

[Issue 9892] [ICE] forward reference in enum declaration members causes compiler segfault

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

[Issue 9892] New: [ICE] forward reference in enum declaration members causes compiler segfault

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9892 Summary: [ICE] forward reference in enum declaration members causes compiler segfault Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 8957] Closure not recognized when passing type with post-blit as lazy parameter

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8957 Iain Buclaw ibuc...@ubuntu.com changed: What|Removed |Added CC||ibuc...@ubuntu.com

[Issue 9892] [ICE] forward reference in enum declaration members causes compiler segfault

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9892 --- Comment #2 from Kenji Hara k.hara...@gmail.com 2013-04-06 11:36:04 PDT --- (In reply to comment #1) This is also an accepts-invalid, right? (if it compiled). I think this code should report forward reference error for 'b'. -- Configure

[Issue 9890] Alias This + Alias Fields

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9890 David Simcha dsim...@yahoo.com changed: What|Removed |Added Summary|Alias This + Static Fields |Alias This + Alias

[Issue 9561] Many error messages from std.format

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9561 --- Comment #2 from github-bugzi...@puremagic.com 2013-04-06 12:17:19 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9561] Many error messages from std.format

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

[Issue 9885] IFTI should consider known tuple types.

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9885 --- Comment #2 from github-bugzi...@puremagic.com 2013-04-06 13:00:30 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9885] IFTI should consider known tuple types.

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

[Issue 8957] Closure not recognized when passing type with post-blit as lazy parameter

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8957 --- Comment #4 from Walter Bright bugzi...@digitalmars.com 2013-04-06 13:04:05 PDT --- (In reply to comment #3) Partial fix. What is left undone? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 8957] Closure not recognized when passing type with post-blit as lazy parameter

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8957 --- Comment #5 from github-bugzi...@puremagic.com 2013-04-06 13:05:09 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9892] [ICE] forward reference in enum declaration members causes compiler segfault

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9892 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 9417] no size yet for forward reference error with nested structure

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9417 --- Comment #3 from github-bugzi...@puremagic.com 2013-04-06 16:09:05 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9417] no size yet for forward reference error with nested structure

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

[Issue 8833] Odd error with expression tuples

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8833 --- Comment #4 from github-bugzi...@puremagic.com 2013-04-06 16:12:37 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 8833] Odd error with expression tuples

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

[Issue 8957] Closure not recognized when passing type with post-blit as lazy parameter

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8957 --- Comment #6 from Iain Buclaw ibuc...@ubuntu.com 2013-04-06 16:14:57 PDT --- (In reply to comment #4) (In reply to comment #3) Partial fix. What is left undone? Detection in FuncDeclaration:: needsClosure. -- Configure issuemail:

[Issue 8697] Invalid error message: Forward reference of interface

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8697 --- Comment #2 from github-bugzi...@puremagic.com 2013-04-06 16:33:14 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 8698] Forward reference error with interfaces

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8698 --- Comment #2 from github-bugzi...@puremagic.com 2013-04-06 16:33:19 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 8698] Forward reference error with interfaces

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

[Issue 8697] Invalid error message: Forward reference of interface

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

[Issue 9893] New: [ELF] export should affect symbol visibility

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9893 Summary: [ELF] export should affect symbol visibility Product: D Version: unspecified Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority:

[Issue 922] export keyword causes undefined references on linux

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=922 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||c...@dawg.eu --- Comment #2

[Issue 6312] template instance cannot use argument from enclosing template

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6312 --- Comment #3 from github-bugzi...@puremagic.com 2013-04-06 18:47:06 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9816] Export is mostly broken

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

[Issue 9894] New: Member func of templated struct can't pass varargs to templated member func

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9894 Summary: Member func of templated struct can't pass varargs to templated member func Product: D Version: unspecified Platform: All OS/Version: All Status: NEW

[Issue 9894] Member func of templated struct can't pass varargs to templated member func

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9894 --- Comment #1 from Nick Sabalausky cbkbbej...@mailinator.com 2013-04-06 19:36:59 PDT --- Note that if func2 is *NOT* a template, then it works. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 9894] Member func of templated struct can't pass varargs to templated member func

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9894 --- Comment #2 from Nick Sabalausky cbkbbej...@mailinator.com 2013-04-06 19:45:48 PDT --- Workaround: struct Foo(TArgs...) { void func(TArgs args) { this.workaround(args); } void func2()(TArgs args) {} } void workaround(Struct,

[Issue 9868] Hash iteration should support counter variable

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

[Issue 6312] template instance cannot use argument from enclosing template

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

[Issue 9816] Export is mostly broken

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9816 --- Comment #2 from Martin Nowak c...@dawg.eu 2013-04-06 21:12:36 PDT --- (In reply to comment #1) (In reply to comment #0) 2) Exporting thread local variables should be an error (at least it is in c++) Yes. Actually no, at least ELF