[Issue 12882] Parser ^^ operator results in invalid result

2014-06-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12882 --- Comment #4 from Temtaime temta...@gmail.com --- Ok i see thanks very much @safety0ff.bugz --

[Issue 12800] Fibers are broken on Win64

2014-06-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12800 --- Comment #3 from Sönke Ludwig slud...@outerproduct.org --- It looks like there is still something wrong. The unit test for the FiberScheduler of the new std.concurrency additions crashes with an access violation inside Fiber.call().

[Issue 12877] std.random.uniform cannot handle dchar variates

2014-06-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12877 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/cb5ee35ad69024293d5d557151e5939065fa0a06 Fix Issue #12877:

[Issue 12877] std.random.uniform cannot handle dchar variates

2014-06-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12877 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5710] cannot use delegates as parameters to non-global template

2014-06-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5710 --- Comment #33 from Sobirari Muhomori dfj1es...@sneakemail.com --- A slightly more straightforward solution: the passed context is effectively a closure, and it can contain any variables, so let's just pass this pointer in the closure context struct.

[Issue 12887] New: Allow for more than one version specification for the version statement

2014-06-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12887 Issue ID: 12887 Summary: Allow for more than one version specification for the version statement Product: D Version: D2 Hardware: All OS: All Status:

[Issue 12887] Allow for more than one version specification for the version statement

2014-06-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12887 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5710] cannot use delegates as parameters to non-global template

2014-06-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5710 --- Comment #34 from Martin Nowak c...@dawg.eu --- (In reply to Sobirari Muhomori from comment #33) A slightly more straightforward solution: the passed context is effectively a closure, and it can contain any variables, so let's just pass this

[Issue 5710] cannot use delegates as parameters to non-global template

2014-06-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5710 --- Comment #35 from Martin Nowak c...@dawg.eu --- (In reply to Kenji Hara from comment #29) (In reply to comment #27) (In reply to comment #26) (In reply to comment #25) Good to see, that you already know this solution. I think the

[Issue 5710] cannot use delegates as parameters to non-global template

2014-06-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5710 --- Comment #36 from deadalnix deadal...@gmail.com --- Just putting that here: http://wiki.dlang.org/DIP30 --

[Issue 12888] New: Include template constraints in JSON output

2014-06-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12888 Issue ID: 12888 Summary: Include template constraints in JSON output Product: D Version: D2 Hardware: All OS: All Status: ASSIGNED Keywords: json

[Issue 4153] [cov] Code coverage output improvement

2014-06-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4153 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/52e499b8216908ef0f291a34bea0b7914b063965 Merge pull request