Re: Travis-CI support for D

2014-12-11 Thread Brad Roberts via Digitalmars-d-announce
On 12/10/2014 11:34 PM, Andrej Mitrovic via Digitalmars-d-announce wrote: On 12/11/14, Martin Nowak via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: Glad to announce that D support on Travis-CI was launched today.

Re: Travis-CI support for D

2014-12-11 Thread ponce via Digitalmars-d-announce
On Thursday, 11 December 2014 at 04:50:42 UTC, Martin Nowak wrote: Glad to announce that D support on Travis-CI was launched today. http://blog.travis-ci.com/2014-12-10-community-driven-language-support-comes-to-travis-ci/ This is great! Thanks a lot.

Re: Quandl API ported to D

2014-12-11 Thread Gary Willoughby via Digitalmars-d-announce
On Thursday, 11 December 2014 at 01:25:32 UTC, Laeeth Isharc wrote: Embarassingly trivial, and I don't claim it is well-written. But perhaps it will save somebody a few minutes. Quandl is The largest, most usable collection of free open data in the world. They offer a bunch of

Re: forum.dlang.org is now using DCaptcha

2014-12-11 Thread Vladimir Panteleev via Digitalmars-d-announce
On Thursday, 11 December 2014 at 00:35:13 UTC, Martin Nowak wrote: On 12/02/2014 10:41 PM, Vladimir Panteleev wrote: Although forum.dlang.org has had a spam check and used reCAPTCHA since it was announced, it is only somewhat effective against fully-automated bots - it is powerless against

Re: forum.dlang.org is now using DCaptcha

2014-12-11 Thread Martin Nowak via Digitalmars-d-announce
Good idea, but the demo site is down right now :(. http://wiki.dlang.org/extensions/DCaptcha/demo.php Ah, fixed. Broke that when I updated to the easy version. Nice one, failed the first try :). You should probably reload on failure, or maybe only after the 3rd attempt or so. Looks like you

Re: Travis-CI support for D

2014-12-11 Thread Martin Nowak via Digitalmars-d-announce
So cool! I've been doing this manually for some time. What about those of us who don't/can't use dub? Read the docs for more details ;). Just use make or whatever fits your bill. http://docs.travis-ci.com/user/languages/d/

Re: Travis-CI support for D

2014-12-11 Thread Martin Nowak via Digitalmars-d-announce
On Thursday, 11 December 2014 at 07:40:14 UTC, Andrej Mitrovic via Digitalmars-d-announce wrote: On 12/11/14, Martin Nowak via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: Glad to announce that D support on Travis-CI was launched today.

Re: Travis-CI support for D

2014-12-11 Thread Martin Nowak via Digitalmars-d-announce
On Thursday, 11 December 2014 at 08:24:22 UTC, Brad Roberts via Digitalmars-d-announce wrote: On 12/10/2014 11:34 PM, Andrej Mitrovic via And bandwidth costs money. Please discuss with the travis-ci people how to cache that. Yeah, I already asked, whether it's possible to cache that. I'll

Re: Travis-CI support for D

2014-12-11 Thread Martin Nowak via Digitalmars-d-announce
On Thursday, 11 December 2014 at 11:23:39 UTC, Martin Nowak wrote: On Thursday, 11 December 2014 at 08:24:22 UTC, Brad Roberts via Digitalmars-d-announce wrote: On 12/10/2014 11:34 PM, Andrej Mitrovic via And bandwidth costs money. Please discuss with the travis-ci people how to cache that.

Re: Travis-CI support for D

2014-12-11 Thread Gary Willoughby via Digitalmars-d-announce
On Thursday, 11 December 2014 at 04:50:42 UTC, Martin Nowak wrote: Glad to announce that D support on Travis-CI was launched today. http://blog.travis-ci.com/2014-12-10-community-driven-language-support-comes-to-travis-ci/ You can now get out-of-the-box continuous integration for your D

Re: forum.dlang.org is now using DCaptcha

2014-12-11 Thread Vladimir Panteleev via Digitalmars-d-announce
On Thursday, 11 December 2014 at 11:04:09 UTC, Martin Nowak wrote: Good idea, but the demo site is down right now :(. http://wiki.dlang.org/extensions/DCaptcha/demo.php Ah, fixed. Broke that when I updated to the easy version. Nice one, failed the first try :). You should probably reload on

Re: Travis-CI support for D

2014-12-11 Thread Iain Buclaw via Digitalmars-d-announce
On 11 December 2014 at 08:24, Brad Roberts via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: On 12/10/2014 11:34 PM, Andrej Mitrovic via Digitalmars-d-announce wrote: On 12/11/14, Martin Nowak via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: Glad to

Re: Travis-CI support for D

2014-12-11 Thread Martin Nowak via Digitalmars-d-announce
Nice, that I can finally get hold of you Brad. Need your help on three topics. Cam we please rework the download folder structure? It's a PITA to work with, see https://github.com/travis-ci/travis-build/pull/340/files#diff-ac986a81b67f1bd5851c535881c18abeR91. Most obvious idea, make a sub

Re: Travis-CI support for D

2014-12-11 Thread Jacob Carlborg via Digitalmars-d-announce
On 2014-12-11 05:50, Martin Nowak wrote: Glad to announce that D support on Travis-CI was launched today. Awesome, thanks for doing this. -- /Jacob Carlborg

Re: [OT?] C compiler written form scratch in D

2014-12-11 Thread Shachar Shemesh via Digitalmars-d-announce
On 09/12/14 02:45, deadalnix wrote: On Monday, 8 December 2014 at 15:44:55 UTC, Stefan Koch wrote: I want to do a C backend first. Building an LLVM Backand out of that is a small step. There is already a very popular C to C compiler out there. It is called cat, and come out of the box with

Re: [OT?] C compiler written form scratch in D

2014-12-11 Thread Tobias Pankrath via Digitalmars-d-announce
On Wednesday, 10 December 2014 at 17:19:28 UTC, Stefan Koch wrote: On Wednesday, 10 December 2014 at 13:02:43 UTC, Tobias Pankrath wrote: I will use a handwritten recursive decent parser. Since that is what I deem the easiest thing to do. Take a look at the std.lexer proposal first. Thanks

Re: [OT?] C compiler written form scratch in D

2014-12-11 Thread Robert M. Münch via Digitalmars-d-announce
On 2014-12-09 11:15:19 +, eles said: On Tuesday, 9 December 2014 at 10:54:22 UTC, Robert M. Münch wrote: On 2014-12-09 00:45:41 +, deadalnix said: On Monday, 8 December 2014 at 15:44:55 UTC, Stefan Koch wrote: Any link? I tried to google it but it's such a generic word etc. no

Re: [OT?] C compiler written form scratch in D

2014-12-11 Thread Stefan Koch via Digitalmars-d-announce
On Thursday, 11 December 2014 at 15:02:02 UTC, Tobias Pankrath wrote: I didn't want to suggest to use std.lexer, but to showcase the nice compile time tricks it employs, e.g. the generation of a Trie at compile time. std.lexer is awesome, no doubt about it! But it is not in the scope of

Re: forum.dlang.org is now using DCaptcha

2014-12-11 Thread Bill Baxter via Digitalmars-d-announce
What will be the return value of the following function? int y() { int d = 31, baz = 5; baz--; d /= baz; return d; } Oh, the irony! Asking people to prove they're human by making them to complete a task that is usually done by machines. :-) --bb On Thu, Dec 11, 2014 at 4:26 AM,

Re: [OT?] C compiler written form scratch in D

2014-12-11 Thread Stefan Koch via Digitalmars-d-announce
I will start uploading official videos at Monday. If you are interested in qcc please join me in irc. server : irc.freenode.net channel : #qcc

Re: Recent download statistics

2014-12-11 Thread Martin Nowak via Digitalmars-d-announce
On Monday, 13 October 2014 at 17:47:56 UTC, Andrei Alexandrescu wrote: Nice, might be worth to spend some time filtering out machine traffic, e.g. from running travis-ci. How can those be identified? Good news for the new D support on Travis-CI. I prefixed the curl User-Agent with

Re: Travis-CI support for D

2014-12-11 Thread Martin Nowak via Digitalmars-d-announce
On Thursday, 11 December 2014 at 12:52:40 UTC, Iain Buclaw via Digitalmars-d-announce wrote: Though I'm not nearly getting anywhere near the transfer limit inplace on my VPS. So it's not something I worry about too much. Me neither on my servers, but he is right to worry about this and on S3

Re: forum.dlang.org is now using DCaptcha

2014-12-11 Thread Martin Nowak via Digitalmars-d-announce
On 12/11/2014 07:51 PM, Bill Baxter via Digitalmars-d-announce wrote: Oh, the irony! Asking people to prove they're human by making them to complete a task that is usually done by machines. :-) Let's hope the spammers don't get clever enough to let our machines (dpaste or drepl) solve that

Re: Quandl API ported to D

2014-12-11 Thread Laeeth Isharc via Digitalmars-d-announce
On Thursday, 11 December 2014 at 10:26:47 UTC, Gary Willoughby wrote: On Thursday, 11 December 2014 at 01:25:32 UTC, Laeeth Isharc wrote: Embarassingly trivial, and I don't claim it is well-written. But perhaps it will save somebody a few minutes. Quandl is The largest, most usable