May 02, 2014
On Thursday, 24 April 2014 at 18:53:22 UTC, Jacob Carlborg wrote:
> On 2014-04-23 15:24, Atila Neves wrote:
>> Like testing with Cucumber? Wish you could call native D code with it?
>> Now you can!
>>
>> http://code.dlang.org/packages/unencumbered
>> https://github.com/atilaneves/unencumbered
>>
>> I especially like registering functions that take the parameters with
>> the types they need from the regexp captures, as well as the
>> compile-time failures that come from that if done incorrectly.
>>
>> Now I just need to use in "real life".
>
> BTW, why is the description passed as a template argument to the Cucumber keywords. @Given!("foo") instead of @Given("foo")?

Finally got around to it and now it's @Given("foo") like it should've been. Bumped the version up to v0.2.0.

Atila
May 04, 2014
On 2014-05-02 17:21, Atila Neves wrote:

> Finally got around to it and now it's @Given("foo") like it should've
> been. Bumped the version up to v0.2.0.

Cool :)

-- 
/Jacob Carlborg
1 2 3 4
Next ›   Last »