Re: DCD: Autocomplete without the IDE

2013-09-03 Thread Rory McGuire
Nice. Would you mind keeping the default key bindings that gosublime uses? On 3 Sep 2013 07:55, yaz yazan.dab...@gmail.com wrote: On Tuesday, 3 September 2013 at 04:54:24 UTC, Rory McGuire wrote: Do you ever use Sublime Text 2/3? Any plans to support integration with it? Seriously awesome

Re: specd - write more expressive unit tests

2013-09-03 Thread Jacob Carlborg
On 2013-09-02 21:03, jostly wrote: specd is a DSL library allowing you to write more expressive unit tests. It is inspired by projects like specs2 and ScalaTest from the Scala world. Example: unittest { describe(a string) .should(have a length property,

Re: DDT 0.7.0 released

2013-09-03 Thread Jacob Carlborg
On 2013-09-02 18:55, Bruno Medeiros wrote: Hum, I didn't know it was that much of a pain to use Java 1.7 on a Mac. If I had known I might have delayed the DDT version requirements bump, but now it's too late as it's way down the road, there is a lot of 1.7 use already. And regardless, it

Re: DCD: Autocomplete without the IDE

2013-09-03 Thread Jacob Carlborg
On 2013-09-03 00:20, Brian Schott wrote: That's something that the editor plugin can call on shutdown. DCD pretty much requires that the editor support scripting. I was looking in to adding this to TextMate. But the easiest solution would most likely be using bundles. In TextMate that's

Re: XML RPC Client and Server - meet xmlrpc-d

2013-09-03 Thread Pavel Kirienko
Guys, I decided to stay away from phobos integration at least until it has some HTTP server out of the box. Anyway this decision does not make xmlrpc-d less usable. :)

Re: XML RPC Client and Server - meet xmlrpc-d

2013-09-03 Thread ilya-stromberg
On Tuesday, 3 September 2013 at 10:28:56 UTC, Pavel Kirienko wrote: Guys, I decided to stay away from phobos integration at least until it has some HTTP server out of the box. Anyway this decision does not make xmlrpc-d less usable. :) You can try to integrate in Phobos only xmlrpc-d client.

Re: DDT 0.7.0 released

2013-09-03 Thread Bruno Medeiros
On 03/09/2013 07:38, Jacob Carlborg wrote: I don't if this might have helped, but you can specify to Eclipse which JVM to use: http://wiki.eclipse.org/Eclipse.ini This means you don't have to use the default JVM but another installed one. I tried that, doesn't work. It just adds it's own -vm

Re: DCD: Autocomplete without the IDE

2013-09-03 Thread Faux Amis
On 3-9-2013 00:20, Brian Schott wrote: On Monday, 2 September 2013 at 14:59:10 UTC, Jacob Carlborg wrote: On 2013-09-02 09:07, Brian Schott wrote: dcd-client --shutdown will shut down the server. Well, I'm mean from within the text editor. Is the user expected to run this when quitting the

Re: D simple web server

2013-09-03 Thread gedaiu
Thanks for reply, @Adam D. Ruppe I ignored your collection of tools but is not very good documented... @Rémy Mouëza When I started my project, I wanted to use mongoose but there where no bindings for D at that time, so I decided to use a simpler web server, libmicrohttpd, but it was not the

Re: DDT 0.7.0 released

2013-09-03 Thread Jacob Carlborg
On 2013-09-03 13:14, Bruno Medeiros wrote: I'm sure there must be a better way. But I can't help you there much, I have no expertise in Max OS X (I only use Windows, or to a lesser degree, Linux) I agree, but this was the only solution that I could find that worked. I think someone has

Re: D simple web server

2013-09-03 Thread Craig Dillabaugh
On Saturday, 31 August 2013 at 16:42:11 UTC, gedaiu wrote: Hi, Because I have a personal project based on a custom web server, and I couldn't find one implemented in D(excepting vibe.d), I started to implement some web server classes in D with the hope that my work will be useful to someone

Re: D simple web server

2013-09-03 Thread gedaiu
I belive the fails are from the writeln. I made a commit where i removed them. Please update the code thanks Bogdan On Tuesday, 3 September 2013 at 15:49:44 UTC, Batuhan Göksu wrote: On Tuesday, 3 September 2013 at 15:23:36 UTC, gedaiu wrote: Hi, nice test! on my computer(linux, i5, 8gb

Re: D simple web server

2013-09-03 Thread gedaiu
Hi, nice test! on my computer(linux, i5, 8gb ram) i have these results: siege -d10 -c50 -t 133s http://localhost:8080/ Transactions: 1290 hits Availability: 100.00 % Elapsed time: 132.70 secs Data transferred: 0.01 MB Response

Re: D simple web server

2013-09-03 Thread gedaiu
I did nt made it to run it as a library... And it's a project to big for what I need... or maybe I am wrong... i'm a noobie with D. Thanks, Bogdan On Tuesday, 3 September 2013 at 15:15:03 UTC, Craig Dillabaugh wrote: On Saturday, 31 August 2013 at 16:42:11 UTC, gedaiu wrote: Hi, Because I

Re: D simple web server

2013-09-03 Thread Craig Dillabaugh
On Tuesday, 3 September 2013 at 15:27:34 UTC, gedaiu wrote: I did nt made it to run it as a library... And it's a project to big for what I need... or maybe I am wrong... i'm a noobie with D. Thanks, Bogdan On Tuesday, 3 September 2013 at 15:15:03 UTC, Craig Dillabaugh wrote: On Saturday,

Re: DDT 0.7.0 released

2013-09-03 Thread Bruno Medeiros
On 03/09/2013 14:19, Jacob Carlborg wrote: On 2013-09-03 13:14, Bruno Medeiros wrote: I'm sure there must be a better way. But I can't help you there much, I have no expertise in Max OS X (I only use Windows, or to a lesser degree, Linux) I agree, but this was the only solution that I could

Re: D simple web server

2013-09-03 Thread Batuhan Göksu
On Tuesday, 3 September 2013 at 15:55:48 UTC, gedaiu wrote: I belive the fails are from the writeln. I made a commit where i removed them. Please update the code thanks Bogdan On Tuesday, 3 September 2013 at 15:49:44 UTC, Batuhan Göksu wrote: On Tuesday, 3 September 2013 at 15:23:36 UTC,

Re: D simple web server

2013-09-03 Thread gedaiu
On Tuesday, 3 September 2013 at 18:49:25 UTC, Batuhan Göksu wrote: On Tuesday, 3 September 2013 at 15:55:48 UTC, gedaiu wrote: I belive the fails are from the writeln. I made a commit where i removed them. Please update the code thanks Bogdan On Tuesday, 3 September 2013 at 15:49:44 UTC,

Cassandra client for D

2013-09-03 Thread Rory McGuire
Hi all, I've uploaded an initial version of my client for the cassandra database server at: https://github.com/rjmcguire/cassandra-d Currently you can use it to run CQL queries on a cassandra instance. This is a raw CQL driver. It pretty wrapper for it is still upcoming. Please excuse the ugly

Re: User Defined Attributes

2013-09-03 Thread kris
On Tuesday, 6 November 2012 at 18:49:22 UTC, Walter Bright wrote: On 11/6/2012 10:10 AM, Jacob Carlborg wrote: On 2012-11-06 18:00, David Nadlinger wrote: Yes, it is nice to have a working prototype indeed. What is not so nice in my opinion, however, is that this first prototype straight to

Little demo of allowing basic types to implement interfaces.

2013-09-03 Thread Rory McGuire
I was wondering if its possible to do interfaces the way #golang does it but in #dlang. Here is my first try: https://gist.github.com/rjmcguire/6431542. Any help on making this smaller would be awesome. Cheers, R

Re: GHC 2013 in Paris

2013-09-03 Thread deadalnix
On Tuesday, 16 July 2013 at 11:02:10 UTC, Iain Buclaw wrote: Hi, I have been scheduled in to do a talk about GDC at GHC 2013 next month in Paris. If anyone can make it down, would be great to see some D faces around. http://www.gnu.org/ghm/2013/paris/

Re: GHC 2013 in Paris

2013-09-03 Thread Iain Buclaw
On Sep 4, 2013 4:05 AM, deadalnix deadal...@gmail.com wrote: On Tuesday, 16 July 2013 at 11:02:10 UTC, Iain Buclaw wrote: Hi, I have been scheduled in to do a talk about GDC at GHC 2013 next month in Paris. If anyone can make it down, would be great to see some D faces around.