Beta D 2.069.0-b1
Jacob Carlborg via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Sun Oct 11 02:54:03 PDT 2015
On 2015-10-11 11:45, Johannes Pfau wrote:
> We even have such a problem in object.d:
>
> https://github.com/D-Programming-Language/druntime/blob/master/src/object.d#L1461
>
> I remember somebody asking in D.learn why his custom test runner did
> not work. Problem was related to wrong parenthesis: The user wrote
> mod.unitTest() instead of mod.unitTest()() IIRC. Unfortunately I can't
> find the exact link right now.
That would be me :) [1]. I think the biggest issue was that something
that worked before stopped working, because a field was changed to a
method and the method returned a function pointer.
[1]
http://forum.dlang.org/thread/kaara7$dog$1@digitalmars.com#post-kaara7:24dog:241:40digitalmars.com
--
/Jacob Carlborg
More information about the Digitalmars-d-announce
mailing list