Re: Unencumbered V0.1.2: Write Cucumber step definitions in D

2014-04-25 Thread Atila Neves via Digitalmars-d-announce
On Thursday, 24 April 2014 at 14:10:07 UTC, Jacob Carlborg wrote: On 24/04/14 09:19, Atila Neves wrote: I did, yeah, that's why I asked that question recently about calling D from Ruby. Right, that was you. I also thought of using Thrift and played about with it but in the end decided

Re: Unencumbered V0.1.2: Write Cucumber step definitions in D

2014-04-25 Thread Atila Neves via Digitalmars-d-announce
On Thursday, 24 April 2014 at 18:55:20 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

Re: Unencumbered V0.1.2: Write Cucumber step definitions in D

2014-04-25 Thread Atila Neves via Digitalmars-d-announce
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

Re: Unencumbered V0.1.2: Write Cucumber step definitions in D

2014-04-25 Thread Atila Neves via Digitalmars-d-announce
On Friday, 25 April 2014 at 08:45:20 UTC, Atila Neves wrote: 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!

Re: Unencumbered V0.1.2: Write Cucumber step definitions in D

2014-04-25 Thread Rikki Cattermole via Digitalmars-d-announce
On Friday, 25 April 2014 at 08:52:18 UTC, Atila Neves wrote: On Friday, 25 April 2014 at 08:45:20 UTC, Atila Neves wrote: 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

Re: Unencumbered V0.1.2: Write Cucumber step definitions in D

2014-04-25 Thread Dicebot via Digitalmars-d-announce
On Friday, 25 April 2014 at 09:45:06 UTC, Rikki Cattermole wrote: Also when using things like __LINE__ keep them to template args, as they are inferred to the initiation if possible. This is antipattern. Default function arguments for __LINE__ and __FILE__ are also evaluated at call site.

Re: Unencumbered V0.1.2: Write Cucumber step definitions in D

2014-04-25 Thread Rikki Cattermole via Digitalmars-d-announce
On Friday, 25 April 2014 at 10:02:45 UTC, Dicebot wrote: On Friday, 25 April 2014 at 09:45:06 UTC, Rikki Cattermole wrote: Also when using things like __LINE__ keep them to template args, as they are inferred to the initiation if possible. This is antipattern. Default function arguments for

[OT] Excelsior Jet standard edition virtually for free

2014-04-25 Thread Jos van Uden via Digitalmars-d-announce
For those who are interested in the Excelsior Jet AOT Java to native compiler http://www.excelsiorjet.com/charity Note: non-upgradable, no support

Re: Unencumbered V0.1.2: Write Cucumber step definitions in D

2014-04-25 Thread Atila Neves via Digitalmars-d-announce
On Friday, 25 April 2014 at 10:20:47 UTC, Rikki Cattermole wrote: On Friday, 25 April 2014 at 10:02:45 UTC, Dicebot wrote: On Friday, 25 April 2014 at 09:45:06 UTC, Rikki Cattermole wrote: Also when using things like __LINE__ keep them to template args, as they are inferred to the initiation

Re: Unencumbered V0.1.2: Write Cucumber step definitions in D

2014-04-25 Thread Dicebot via Digitalmars-d-announce
On Friday, 25 April 2014 at 11:11:18 UTC, Atila Neves wrote: Is there any other way to achieve @Given(regexp) that also gets passed in the line number automatically without the template param? If so I'll glady use it, if not I think Rikki's solution seems to be the simplest so far. Atila

Re: Unencumbered V0.1.2: Write Cucumber step definitions in D

2014-04-25 Thread John Colvin via Digitalmars-d-announce
On Friday, 25 April 2014 at 11:11:18 UTC, Atila Neves wrote: On Friday, 25 April 2014 at 10:20:47 UTC, Rikki Cattermole wrote: On Friday, 25 April 2014 at 10:02:45 UTC, Dicebot wrote: On Friday, 25 April 2014 at 09:45:06 UTC, Rikki Cattermole wrote: Also when using things like __LINE__ keep

Re: Unencumbered V0.1.2: Write Cucumber step definitions in D

2014-04-25 Thread Atila Neves via Digitalmars-d-announce
On Friday, 25 April 2014 at 12:18:41 UTC, John Colvin wrote: On Friday, 25 April 2014 at 11:11:18 UTC, Atila Neves wrote: On Friday, 25 April 2014 at 10:20:47 UTC, Rikki Cattermole wrote: On Friday, 25 April 2014 at 10:02:45 UTC, Dicebot wrote: On Friday, 25 April 2014 at 09:45:06 UTC, Rikki

Re: Unencumbered V0.1.2: Write Cucumber step definitions in D

2014-04-25 Thread Dejan Lekic via Digitalmars-d-announce
whilst bootstrapping the process and also for some tests I wrote for my MQTT broker. I think this should work but I can't try it right You have a MQTT broker? Free? Open-source? Can I haz teh code plx!

Re: Unencumbered V0.1.2: Write Cucumber step definitions in D

2014-04-25 Thread Sönke Ludwig via Digitalmars-d-announce
Am 25.04.2014 15:00, schrieb Dejan Lekic: whilst bootstrapping the process and also for some tests I wrote for my MQTT broker. I think this should work but I can't try it right You have a MQTT broker? Free? Open-source? Can I haz teh code plx! https://github.com/atilaneves/mqtt BTW,

Re: Unencumbered V0.1.2: Write Cucumber step definitions in D

2014-04-25 Thread Atila Neves via Digitalmars-d-announce
On Friday, 25 April 2014 at 13:07:43 UTC, Sönke Ludwig wrote: Am 25.04.2014 15:00, schrieb Dejan Lekic: whilst bootstrapping the process and also for some tests I wrote for my MQTT broker. I think this should work but I can't try it right You have a MQTT broker? Free? Open-source? Can I haz

Re: Unencumbered V0.1.2: Write Cucumber step definitions in D

2014-04-25 Thread Atila Neves via Digitalmars-d-announce
On Friday, 25 April 2014 at 13:00:20 UTC, Dejan Lekic wrote: whilst bootstrapping the process and also for some tests I wrote for my MQTT broker. I think this should work but I can't try it right You have a MQTT broker? Free? Open-source? Can I haz teh code plx!

Re: [OT] Excelsior Jet standard edition virtually for free

2014-04-25 Thread Andrej Mitrovic via Digitalmars-d-announce
On 4/25/14, Jos van Uden via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: For those who are interested in the Excelsior Jet AOT Java to native compiler http://www.excelsiorjet.com/charity Note: non-upgradable, no support If it's OT it does not belong to D.announce.

D Breaks on to the TIOBE Top 20 List.

2014-04-25 Thread Adam Wilson via Digitalmars-d-announce
I know we don't place much value in TIOBE and it's brethren. However, I thought that this was a milestone worthy of a note anyways. http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html -- Adam Wilson GitHub/IRC: LightBender Aurora Project Coordinator

Re: D Breaks on to the TIOBE Top 20 List.

2014-04-25 Thread via Digitalmars-d-announce
On Friday, 25 April 2014 at 19:51:22 UTC, Adam Wilson wrote: I know we don't place much value in TIOBE and it's brethren. However, I thought that this was a milestone worthy of a note anyways. http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html Well, in fact last month D was

Re: D Breaks on to the TIOBE Top 20 List.

2014-04-25 Thread Jesse Phillips via Digitalmars-d-announce
On Friday, 25 April 2014 at 19:51:22 UTC, Adam Wilson wrote: I know we don't place much value in TIOBE What do you mean, we're in the top 20! Now's the time to put value in TIOBE :)

Re: D Breaks on to the TIOBE Top 20 List.

2014-04-25 Thread via Digitalmars-d-announce
On Friday, 25 April 2014 at 20:22:32 UTC, Théo Bueno wrote: I just don't understand how they make their calculations. http://www.tiobe.com/index.php/content/paperinfo/tpci/tpci_definition.htm Apparently they use: +D programming -3-D programming -DTrace ? They claim 90% confidence, but I