[Issue 6810] New: Strange `tuple used as a type` error

2011-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6810 Summary: Strange `tuple used as a type` error Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Componen

[Issue 6811] New: Confusion between string* and immutable(char)*, related to AA's

2011-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6811 Summary: Confusion between string* and immutable(char)*, related to AA's Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords:

[Issue 6811] Confusion between string* and immutable(char)*, related to AA's

2011-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6811 David Simcha changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6665] Regression(2.055) ICE(cg87.c): static double inside closure

2011-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6665 David Simcha changed: What|Removed |Added CC||dsim...@yahoo.com --- Comment #4 from D

[Issue 4124] toString() for BitArray and more

2011-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4124 --- Comment #1 from bearophile_h...@eml.cc 2011-10-13 11:22:06 PDT --- Maybe the usefulness of isSet(), set(), and reset() methods is visible with two benchmarks. They implement the same algorithm (a simple sieve), the first uses a BitArray, and

[Issue 6665] Regression(2.055) ICE(cg87.c): static double inside closure

2011-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6665 --- Comment #5 from David Simcha 2011-10-13 11:37:07 PDT --- Even more thoroughly reduced test case: void main() { auto foo = Indexed([1.0f, 2, 3], [1, 2, 3]); } @property ref T front(T)(T[] a) { return a[0]; } struct Indexed { f

[Issue 6665] Regression(2.055) ICE(cg87.c): static double inside closure

2011-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6665 --- Comment #6 from David Simcha 2011-10-13 11:38:40 PDT --- BTW, all this stuff works on the latest GDC, so it's definitely not in any code shared between DMD and GDC. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=e

[Issue 6812] New: Failed equality of structs with string field

2011-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6812 Summary: Failed equality of structs with string field Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: wrong-code Severity: normal

[Issue 6798] Integrate overloadings for multidimentional indexing and slicing

2011-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6798 --- Comment #3 from bearophile_h...@eml.cc 2011-10-13 13:02:20 PDT --- There was a discussion thread about the idea of supporting a syntax like: y[$-6, 0..$:2] Don: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&art

[Issue 6812] Failed equality of structs with string field

2011-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6812 --- Comment #1 from Kenji Hara 2011-10-13 17:53:17 PDT --- Class type has same problem. struct Foo { string s; } struct Bar { static class X { bool opEquals(Object o){ return true; } } X x; } void main() { Foo f1 =

[Issue 2740] Template Mixins do not work as advertised

2011-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2740 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6808] string to BigInt using std.conv.to

2011-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6808 Kenji Hara changed: What|Removed |Added Keywords||patch, rejects-valid Severity|en

[Issue 6805] Can't use a type from opDispatch template

2011-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6805 Kenji Hara changed: What|Removed |Added Keywords||patch, rejects-valid Platform|Ot

[Issue 6806] struct TS(size_t){} instantiates in distinct types by `1` and `1u`

2011-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6806 Kenji Hara changed: What|Removed |Added Keywords||rejects-valid --- Comment #1 from Kenji H

[Issue 6609] std.conv.parse!Integer should consider sign when radix == 10

2011-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6609 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6258] std.conv.to!real("-") fetches the front of an empty array.

2011-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6258 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6812] Failed equality of structs with string field

2011-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6812 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #2 from Don 2

[Issue 6537] OS X optimizer bug (?)

2011-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6537 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #6 from Don 2

[Issue 6812] Failed equality of structs with string field

2011-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6812 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 3789] Structs members that require non-bitwise comparison not correctly compared

2011-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3789 --- Comment #9 from Kenji Hara 2011-10-13 23:22:29 PDT --- *** Issue 6812 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail beca

[Issue 3789] Structs members that require non-bitwise comparison not correctly compared

2011-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3789 --- Comment #10 from Kenji Hara 2011-10-13 23:26:11 PDT --- >From bug 6812: (In reply to comment #6) > List of things that do not work: > > floating-point members > array members (including strings) + member classes that have overloaded opE

[Issue 1692] Abstract class dynamic creation bug

2011-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1692 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|