[Issue 3568] New: BitArray Indexing Should Use ulong

2009-12-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3568 Summary: BitArray Indexing Should Use ulong Product: D Version: 2.036 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 3568] BitArray Indexing Should Use ulong

2009-12-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3568 --- Comment #1 from Steven Schveighoffer schvei...@yahoo.com 2009-12-03 13:07:06 PST --- 2^32 bits takes up 536MB. Do you need a bit array greater than that size? It seems a bit excessive to allow larger arrays, making compiled code more

[Issue 3569] New: DMD Stack Overflow with a struct member function inside a C-style struct initializer

2009-12-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3569 Summary: DMD Stack Overflow with a struct member function inside a C-style struct initializer Product: D Version: 2.036 Platform: Other OS/Version: Windows Status:

[Issue 3568] BitArray Indexing Should Use ulong

2009-12-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3568 --- Comment #2 from David Simcha dsim...@yahoo.com 2009-12-03 14:16:17 PST --- Yes, I'm within earshot of needing this. I'm working with adjacency matrices for graphs with ~50,000 vertices. It wouldn't take much more to hit this limit. --

[Issue 3570] New: mkdirRecurse throws exception on trailing empty directory

2009-12-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3570 Summary: mkdirRecurse throws exception on trailing empty directory Product: D Version: 2.036 Platform: Other OS/Version: Windows Status: NEW Severity:

[Issue 3420] [PATCH] Allow string import of files using subdirectories

2009-12-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3420 --- Comment #9 from Vladimir thecybersha...@gmail.com 2009-12-03 18:26:16 PST --- It's really frustrating when such unannounced changes in compiler behavior break my code. Today I needed to fix up an old program I wrote, which makes extensive

[Issue 3571] New: super description has a duplicated sentence

2009-12-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3571 Summary: super description has a duplicated sentence Product: D Version: 1.051 Platform: All URL: http://www.digitalmars.com/d/1.0/expression.html#Condi

[Issue 3420] [PATCH] Allow string import of files using subdirectories

2009-12-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3420 Leandro Lucarella llu...@gmail.com changed: What|Removed |Added Version|1.042 |1.006

[Issue 3420] [PATCH] Allow string import of files using subdirectories

2009-12-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3420 --- Comment #11 from Vladimir thecybersha...@gmail.com 2009-12-03 19:23:58 PST --- Yes, I was very careful in finding the exact version this problem was introduced. As stated in the issue description, the problem manifests in DMD 1.042 (and

[Issue 3284] snn linked programs never release memory back to the OS

2009-12-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3284 Vladimir thecybersha...@gmail.com changed: What|Removed |Added CC|