Re: Is there anyone willing to do the videos 18sex website?

2015-12-01 Thread Idan Arye via Digitalmars-d-announce
On Tuesday, 1 December 2015 at 02:14:07 UTC, Walter Bright wrote: On 11/30/2015 2:18 PM, Jonny wrote: On Sunday, 29 November 2015 at 12:23:16 UTC, tired_eyes wrote: On Sunday, 29 November 2015 at 02:19:30 UTC, mcss wrote: I want to find a partner to do the world's largest 18sex video site.

Re: Please vote for the DConf logo

2015-11-04 Thread Idan Arye via Digitalmars-d-announce
On Wednesday, 4 November 2015 at 09:30:30 UTC, Andrei Alexandrescu wrote: Reply to this with 1.1, 1.2, 2, or 3: 1) by ponce: Variant 1: https://github.com/p0nce/dconf.org/blob/master/2016/images/logo-sample.png Variant 2:

Re: Fastest JSON parser in the world is a D project

2015-10-14 Thread Idan Arye via Digitalmars-d-announce
On Wednesday, 14 October 2015 at 07:35:49 UTC, Marco Leise wrote: auto json = parseTrustedJSON(`{ "coordinates": [ { "x": 1, "y": 2, "z": 3 }, … ] }`); I assume parseTrustedJSON is not validating? Did you use it in the benchmark? And were the competitors non-validating as well?

Dutyl 1.5.0 released - dfmt support added

2015-04-23 Thread Idan Arye via Digitalmars-d-announce
GitHub repo: https://github.com/idanarye/vim-dutyl vim.org page: http://www.vim.org/scripts/script.php?script_id=5003 Now Dutyl can use dfmt to indent and/or format D code. Formatting and indentation is done using Vim's regular operators(gq and =).

Re: dfmt 0.3.0

2015-04-20 Thread Idan Arye via Digitalmars-d-announce
On Monday, 20 April 2015 at 17:40:48 UTC, Brian Schott wrote: https://github.com/Hackerpilot/dfmt https://github.com/Hackerpilot/dfmt/releases/tag/v0.3.0 dfmt is a D source code formatter. Version 0.3.0 fixes several bugs and introduces the ability to place configuration options in your

Re: Gary Willoughby: Why Go's design is a disservice to intelligent programmers

2015-03-30 Thread Idan Arye via Digitalmars-d-announce
On Monday, 30 March 2015 at 07:45:50 UTC, Paulo Pinto wrote: On Monday, 30 March 2015 at 03:26:14 UTC, deadalnix wrote: On Sunday, 29 March 2015 at 16:32:32 UTC, Idan Arye wrote: Computer science is all about tradeoffs. I used to love Ruby, but then a Rails project got out of hand... Nowadays

Re: Gary Willoughby: Why Go's design is a disservice to intelligent programmers

2015-03-29 Thread Idan Arye via Digitalmars-d-announce
On Sunday, 29 March 2015 at 15:57:18 UTC, Andrei Alexandrescu wrote: On 3/29/15 4:43 AM, Marc =?UTF-8?B?U2Now7x0eiI=?= schue...@gmx.net wrote: On Sunday, 29 March 2015 at 08:37:54 UTC, Idan Arye wrote: On Saturday, 28 March 2015 at 18:47:04 UTC, Walter Bright wrote: On 3/28/2015 3:20 AM,

Re: Gary Willoughby: Why Go's design is a disservice to intelligent programmers

2015-03-29 Thread Idan Arye via Digitalmars-d-announce
On Saturday, 28 March 2015 at 18:47:04 UTC, Walter Bright wrote: On 3/28/2015 3:20 AM, Jonathan M Davis via Digitalmars-d-announce wrote: Personally, I'm not sure that much is gained in pitting Go against D precisely because they're so different that they're likely to appeal to completely

Re: dfmt 0.1.3 (codename: yebblied)

2015-03-08 Thread Idan Arye via Digitalmars-d-announce
I really need to find the time to add dfmt support to Dutyl...

Re: Dutyl - a Vim plugin for running D tools

2014-10-04 Thread Idan Arye via Digitalmars-d-announce
On Tuesday, 30 September 2014 at 15:52:46 UTC, Idan Arye wrote: On Tuesday, 30 September 2014 at 08:47:43 UTC, John Colvin wrote: True, but it does make auto-complete work properly when you open a single source file in a project, without having to manually set the current directory. Vim's

Re: Dutyl - a Vim plugin for running D tools

2014-09-30 Thread Idan Arye via Digitalmars-d-announce
On Tuesday, 30 September 2014 at 08:47:43 UTC, John Colvin wrote: True, but it does make auto-complete work properly when you open a single source file in a project, without having to manually set the current directory. Vim's current directory (either global or per-window) isn't part of my

Re: Dutyl - a Vim plugin for running D tools

2014-09-28 Thread Idan Arye via Digitalmars-d-announce
On Thursday, 25 September 2014 at 15:40:22 UTC, John Colvin wrote: On Thursday, 14 August 2014 at 22:20:52 UTC, Idan Arye wrote: GitHub repo: https://github.com/idanarye/vim-dutyl vim.org page: http://www.vim.org/scripts/script.php?script_id=5003 The main problem with my Vim plugin for

Re: Dutyl - a Vim plugin for running D tools

2014-09-15 Thread Idan Arye via Digitalmars-d-announce
OK, version 1.3.0 is out. I fixed that off-by-one mistake and added some tags-related features: * A new command - :DUupdateCTags - for updating the tags file * DUjump and friends now push to the tag stack, so you can jump back with CTRL+T.

Re: Dutyl - a Vim plugin for running D tools

2014-09-14 Thread Idan Arye via Digitalmars-d-announce
On Sunday, 14 September 2014 at 03:22:35 UTC, Andrei Amatuni wrote: On Saturday, 13 September 2014 at 15:19:56 UTC, Idan Arye wrote: Version 1.2.0 is out now. I've added the command :DUsyntaxCheck, :DUlsyntaxCheck :DUstyleCheck, and :DUlstyleCheck to run Dscanner's syntax or style checks and

Re: Dutyl - a Vim plugin for running D tools

2014-09-14 Thread Idan Arye via Digitalmars-d-announce
On Sunday, 14 September 2014 at 20:42:54 UTC, Andrei Amatuni wrote: On Sunday, 14 September 2014 at 20:06:13 UTC, Idan Arye wrote: On Sunday, 14 September 2014 at 03:22:35 UTC, Andrei Amatuni wrote: On Saturday, 13 September 2014 at 15:19:56 UTC, Idan Arye wrote: Version 1.2.0 is out now. I've

Re: Dutyl - a Vim plugin for running D tools

2014-09-07 Thread Idan Arye via Digitalmars-d-announce
On Sunday, 7 September 2014 at 18:14:33 UTC, John Colvin wrote: On Wednesday, 3 September 2014 at 19:38:44 UTC, Idan Arye wrote: Version 1.1.0 is out now. It provides the :DUjump command for jumping to the declaration of the symbol under the cursor. If DCD is not running, Dscanner will be used

Re: Dutyl - a Vim plugin for running D tools

2014-09-04 Thread Idan Arye via Digitalmars-d-announce
On Thursday, 4 September 2014 at 05:58:19 UTC, Thomas Mader wrote: Wouldn't it be better if all this functionality you build in a vim only solution be integrated into DCD instead? This way all sorts of compilers and maybe IDEs would benefit from it and AFAIK there is already a request for DCD

Re: Damncheck - a property-based testing library

2014-09-04 Thread Idan Arye via Digitalmars-d-announce
On Thursday, 4 September 2014 at 05:39:04 UTC, George wrote: Hey everyone, As my first take on D after spending around 2 weeks learning it I thought I should write something useful that sort of encompasses everything interesting about D (for me it was the flexibility of working with types and

Re: Dutyl - a Vim plugin for running D tools

2014-09-04 Thread Idan Arye via Digitalmars-d-announce
On Thursday, 4 September 2014 at 18:11:47 UTC, Thomas Mader wrote: On Thursday, 4 September 2014 at 10:39:34 UTC, Idan Arye wrote: On Thursday, 4 September 2014 at 05:58:19 UTC, Thomas Mader wrote: Wouldn't it be better if all this functionality you build in a vim only solution be integrated

Re: Dutyl - a Vim plugin for running D tools

2014-09-03 Thread Idan Arye via Digitalmars-d-announce
Version 1.1.0 is out now. It provides the :DUjump command for jumping to the declaration of the symbol under the cursor. If DCD is not running, Dscanner will be used instead. You can also give :DUjump the symbol as an argument - in this case it'll always use Dscanner(since DCD only supports

Debugging D in Vim with Vebugger

2014-08-29 Thread Idan Arye via Digitalmars-d-announce
The commit where I added this is actually two months old, but I have only now made it an official release so I guess it's still news. From version 1.2.0, my debugger frontend for Vim, Vebugger, allows debugging D programs with GDB. This is done by invoking the debugger with the

Re: Dutyl - a Vim plugin for running D tools

2014-08-21 Thread Idan Arye via Digitalmars-d-announce
On Thursday, 21 August 2014 at 08:57:55 UTC, Rory McGuire via Digitalmars-d-announce wrote: When I try to use this it just says that complete is not able to work at and suggests that DCD might not be running. Ubuntu 14.04. dcd-server and client are in path, even tried adding explicitly. How

Re: Dutyl - a Vim plugin for running D tools

2014-08-21 Thread Idan Arye via Digitalmars-d-announce
On Thursday, 21 August 2014 at 10:20:24 UTC, Weaseldog wrote: On Thursday, 21 August 2014 at 08:50:50 UTC, BlackEdder wrote: On Thursday, 14 August 2014 at 22:20:52 UTC, Idan Arye wrote: I'm open for suggestions for other tools and features to add to Dutyl(write them here, or preferably open

Re: D 2.066 is out. Enjoy!

2014-08-19 Thread Idan Arye via Digitalmars-d-announce
On Tuesday, 19 August 2014 at 05:03:40 UTC, Jonathan M Davis wrote: On Tuesday, 19 August 2014 at 04:26:48 UTC, Andrei Alexandrescu wrote: Well that's what happened - someone started 2.067. What's the advantage of doing this? Now we need to worry about master and 2.067 instead of just master.

Re: Dutyl - a Vim plugin for running D tools

2014-08-19 Thread Idan Arye via Digitalmars-d-announce
On Monday, 18 August 2014 at 07:24:28 UTC, francesco cattoglio wrote: On Thursday, 14 August 2014 at 22:20:52 UTC, Idan Arye wrote: GitHub repo: https://github.com/idanarye/vim-dutyl vim.org page: http://www.vim.org/scripts/script.php?script_id=5003 Very very nice... So... how does it work?

Re: Dutyl - a Vim plugin for running D tools

2014-08-18 Thread Idan Arye via Digitalmars-d-announce
On Monday, 18 August 2014 at 07:24:28 UTC, francesco cattoglio wrote: On Thursday, 14 August 2014 at 22:20:52 UTC, Idan Arye wrote: GitHub repo: https://github.com/idanarye/vim-dutyl vim.org page: http://www.vim.org/scripts/script.php?script_id=5003 Very very nice... So... how does it work?

Re: Dutyl - a Vim plugin for running D tools

2014-08-18 Thread Idan Arye via Digitalmars-d-announce
On Monday, 18 August 2014 at 12:36:42 UTC, Idan Arye wrote: On Monday, 18 August 2014 at 07:24:28 UTC, francesco cattoglio wrote: On Thursday, 14 August 2014 at 22:20:52 UTC, Idan Arye wrote: GitHub repo: https://github.com/idanarye/vim-dutyl vim.org page:

Dutyl - a Vim plugin for running D tools

2014-08-14 Thread Idan Arye via Digitalmars-d-announce
GitHub repo: https://github.com/idanarye/vim-dutyl vim.org page: http://www.vim.org/scripts/script.php?script_id=5003 The main problem with my Vim plugin for DCD(placed inside the DCD repo) is the need to set the import paths manually. It was a manual task that the user had to do: DCD doesn't