[Issue 7896] Sequence slicing

2012-08-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7896 --- Comment #5 from Daniel Cousens daniel...@bigpond.com 2012-08-12 05:50:52 PDT --- Made a pull request for this: https://github.com/D-Programming-Language/phobos/pull/748 -- Configure issuemail:

[Issue 8532] Pure Segfault

2012-08-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8532 Daniel Cousens daniel...@bigpond.com changed: What|Removed |Added Severity|normal |critical --

[Issue 8542] New: crosstalk between template instantiations

2012-08-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8542 Summary: crosstalk between template instantiations Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: normal

[Issue 8542] crosstalk between template instantiations

2012-08-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8542 --- Comment #1 from timon.g...@gmx.ch 2012-08-12 12:45:44 PDT --- importing std.bigint is not required to reproduce. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

[Issue 8544] New: Expose cArgs in druntime

2012-08-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8544 Summary: Expose cArgs in druntime Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: druntime

[Issue 8516] std.string.representation works incorrect for shared(const(T)) types

2012-08-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8516 --- Comment #2 from github-bugzi...@puremagic.com 2012-08-12 19:21:14 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 8545] New: defined opCast disables cast(void*)this in classes

2012-08-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8545 Summary: defined opCast disables cast(void*)this in classes Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: major Priority: P2

[Issue 8545] defined opCast disables cast(void*)this in classes

2012-08-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8545 --- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-08-12 20:35:06 PDT --- Oh and the error message, not that it matters: Error: template instance opCast!(void*) opCast!(void*) does not match template declaration opCast(T :

[Issue 8545] defined opCast disables cast(void*)this in classes

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