[Issue 6185] Include non-global functions when resolving UFCS

2013-05-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6185 --- Comment #19 from github-bugzi...@puremagic.com 2013-05-06 00:39:38 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 5003] regex(replace with delegate) sample doesn't work

2013-05-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5003 --- Comment #6 from Dmitry Olshansky dmitry.o...@gmail.com 2013-05-06 01:13:40 PDT --- (In reply to comment #5) Dmitry, any chance you could close this by (a) submitting a pull request changing the code sample so that it works, and (b)

[Issue 9971] eponymous function is not an lvalue

2013-05-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9971 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, rejects-valid

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

2013-05-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5710 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added CC|

[Issue 10009] foreach_reverse and AA.byKey/byValue

2013-05-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10009 --- Comment #11 from Steven Schveighoffer schvei...@yahoo.com 2013-05-06 11:25:25 PDT --- (In reply to comment #10) Which is essentially the same problem as bug# 6251. Not exactly. AA is a type, not a delegate. It is allowed to define

[Issue 8710] std.typecons.Tuple and double declared nested struct crashes dmd

2013-05-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8710 Maxim Fomin ma...@maxim-fomin.ru changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8612] struct alignment failure for delegate in catch block referring to the catched exception

2013-05-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8612 Maxim Fomin ma...@maxim-fomin.ru changed: What|Removed |Added CC||k.hara...@gmail.com

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

2013-05-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5710 Diggory digg...@googlemail.com changed: What|Removed |Added CC||digg...@googlemail.com

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

2013-05-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5710 --- Comment #18 from Steven Schveighoffer schvei...@yahoo.com 2013-05-06 14:50:59 PDT --- (In reply to comment #17) Kenji's solution means two context pointer delegates are just normal delegates (still a function pointer and a context

[Issue 2525] override of function from abstract base class's interface

2013-05-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2525 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

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

2013-05-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5710 --- Comment #19 from Diggory digg...@googlemail.com 2013-05-06 15:20:20 PDT --- (In reply to comment #18) (In reply to comment #17) Kenji's solution means two context pointer delegates are just normal delegates (still a function

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

2013-05-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5710 --- Comment #20 from Steven Schveighoffer schvei...@yahoo.com 2013-05-06 16:59:08 PDT --- (In reply to comment #19) How the parameters are actually passed is fairly irrelevant, the main problem which needs to be solved is how to store two

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

2013-05-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5710 --- Comment #21 from Diggory digg...@googlemail.com 2013-05-06 17:50:32 PDT --- (In reply to comment #20) (In reply to comment #19) How the parameters are actually passed is fairly irrelevant, the main problem which needs to be

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

2013-05-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5710 --- Comment #22 from Steven Schveighoffer schvei...@yahoo.com 2013-05-06 18:10:18 PDT --- (In reply to comment #21) The problem with Rainer's idea is that the callee would need to know the layout of the stack frame in the context in which

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

2013-05-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5710 --- Comment #23 from Diggory digg...@googlemail.com 2013-05-06 18:58:25 PDT --- (In reply to comment #22) (In reply to comment #21) The problem with Rainer's idea is that the callee would need to know the layout of the stack frame in

[Issue 9971] eponymous function is not an lvalue

2013-05-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9971 --- Comment #9 from github-bugzi...@puremagic.com 2013-05-06 20:41:58 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 10037] New: Compiler should not generate opEquals method implicitly

2013-05-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10037 Summary: Compiler should not generate opEquals method implicitly Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: wrong-code

[Issue 10037] Compiler should not generate opEquals method implicitly

2013-05-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10037 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Blocks||3789 --- Comment #1

[Issue 10036] missing core.atomic docs on dlang.org

2013-05-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10036 kekeni...@yahoo.co.jp changed: What|Removed |Added CC||kekeni...@yahoo.co.jp

[Issue 2525] override of function from abstract base class's interface

2013-05-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2525 --- Comment #3 from Maksim Zholudev maxim...@gmail.com 2013-05-06 21:37:50 PDT --- I think `override` keyword is useful to mark the methods that are supposed to be declared elsewhere. In the following example I'm also (technically)