[Issue 9504] New: typeof does not look up properties correctly on template argument

2013-02-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9504 Summary: typeof does not look up properties correctly on template argument Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords:

[Issue 9339] std.random.uniform!Enum should return random enum member

2013-02-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9339 --- Comment #22 from github-bugzi...@puremagic.com 2013-02-13 00:13:44 PST --- Commit pushed to staging at https://github.com/D-Programming-Language/phobos

[Issue 9457] isSorted(string) doesn't work

2013-02-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9457 --- Comment #5 from github-bugzi...@puremagic.com 2013-02-13 00:13:52 PST --- Commit pushed to staging at https://github.com/D-Programming-Language/phobos

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

2013-02-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8143 --- Comment #24 from github-bugzi...@puremagic.com 2013-02-13 00:13:56 PST --- Commit pushed to staging at https://github.com/D-Programming-Language/phobos

[Issue 7819] std.file.setTimes throws error on folders

2013-02-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7819 --- Comment #6 from github-bugzi...@puremagic.com 2013-02-13 00:14:10 PST --- Commit pushed to staging at https://github.com/D-Programming-Language/phobos

[Issue 9505] New: std.zlib seem to be bugged

2013-02-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9505 Summary: std.zlib seem to be bugged Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Phobos

[Issue 9506] New: When using alias this, writeln modifies its argument

2013-02-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9506 Summary: When using alias this, writeln modifies its argument Product: D Version: D2 Platform: x86_64 OS/Version: Mac OS X Status: NEW Severity: normal Priority:

[Issue 2630] ddoc should be able to document unittests

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

[Issue 9505] std.zlib seem to be bugged

2013-02-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9505 --- Comment #1 from bioinfornatics bioinfornat...@gmail.com 2013-02-13 07:15:41 PST --- i create a little code using etc.c.zlib to be able to use gzipped as a phobos range: http://dpaste.dzfl.pl/5b8db0a2 I would like your opinion on this

[Issue 9504] typeof does not look up properties correctly on template argument

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

[Issue 9505] std.zlib seem to be bugged

2013-02-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9505 --- Comment #2 from bioinfornatics bioinfornat...@gmail.com 2013-02-13 07:55:27 PST --- to fit more with std.stdio http://dpaste.dzfl.pl/683c053b I add a: - ZFile - rawRead method into ZFile - byZChunk use ZFile / ZFile.rawRead -- Configure

[Issue 9505] std.zlib seem to be bugged

2013-02-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9505 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com ---

[Issue 9505] std.zlib seem to be bugged

2013-02-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9505 --- Comment #4 from monarchdo...@gmail.com 2013-02-13 09:41:39 PST --- Oh yeah, also, gzread will return -1 in case of an io error. you don't check for that. You'd probably want to use: _numberRead = gzread( _file, _buffer.ptr,

[Issue 9505] std.zlib seem to be bugged

2013-02-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9505 --- Comment #5 from bioinfornatics bioinfornat...@gmail.com 2013-02-13 10:34:22 PST --- thanks for your much appropriated comment :-) I will try to enhance this. That was a snippet code to be able to read gz file in D as std.zlib and std.zip

[Issue 9507] New: std.range.transposed behaves poorly with jagged ranges of ranges

2013-02-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9507 Summary: std.range.transposed behaves poorly with jagged ranges of ranges Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 9508] New: RDMD doesn't generate new dependency list when a file is changed.

2013-02-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9508 Summary: RDMD doesn't generate new dependency list when a file is changed. Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW

[Issue 8898] false positive dangling else warning

2013-02-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8898 --- Comment #3 from Martin Nowak c...@dawg.eu 2013-02-13 22:20:01 PST --- This is possibly related to issue #8696. No it still happens. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving