Re: Dutyl - a Vim plugin for running D tools

2014-09-04 Thread Thomas Mader via Digitalmars-d-announce
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 instead. You can also give :DUjump the symbol as an argument -

Re: DVM - D Version Manager 0.4.3

2014-09-04 Thread Jacob Carlborg via Digitalmars-d-announce
On 03/09/14 17:55, Chris wrote: Methinks DVM doesn't get it right. 2.065.zip is available here: ftp://ftp.digitalmars.com/dmd.2.065.0.zip (cf. http://forum.dlang.org/thread/ebvumaoniuukgjbow...@forum.dlang.org) But DVM tries to access it via http: Fetching:

Re: DVM - D Version Manager 0.4.3

2014-09-04 Thread Jacob Carlborg via Digitalmars-d-announce
On 03/09/14 21:58, Sean Kelly wrote: For what it's worth, if you do dvm install 2.065.0 it will find it. Not sure if DVM should try alternates or not though. I've seen this mistake several times, missing the extra zero at the end. Perhaps adding a special case for that. -- /Jacob Carlborg

Re: Damncheck - a property-based testing library

2014-09-04 Thread Jacob Carlborg via Digitalmars-d-announce
On 04/09/14 07:39, 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 lazy arguments). After

DCD 0.3.0, libdparse 0.1.0

2014-09-04 Thread Brian Schott via Digitalmars-d-announce
https://github.com/Hackerpilot/DCD/releases/tag/v0.3.0 DCD is an editor-independent autocompletion engine for the D programming language. If you've heard of Jedi or Gocode, you have a pretty good idea of what DCD does. It's been a while since I've tagged a release of DCD. The important

Re: DVM - D Version Manager 0.4.3

2014-09-04 Thread Chris via Digitalmars-d-announce
On Thursday, 4 September 2014 at 06:06:04 UTC, Jacob Carlborg wrote: On 03/09/14 21:58, Sean Kelly wrote: For what it's worth, if you do dvm install 2.065.0 it will find it. Not sure if DVM should try alternates or not though. I've seen this mistake several times, missing the extra zero at

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: DCD 0.3.0, libdparse 0.1.0

2014-09-04 Thread Baz via Digitalmars-d-announce
On Thursday, 4 September 2014 at 08:06:18 UTC, Brian Schott wrote: https://github.com/Hackerpilot/DCD/releases/tag/v0.3.0 DCD is an editor-independent autocompletion engine for the D programming language. If you've heard of Jedi or Gocode, you have a pretty good idea of what DCD does. It's

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 Thomas Mader via Digitalmars-d-announce
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 into DCD instead? This way all sorts of compilers and maybe IDEs

Re: DVM - D Version Manager 0.4.3

2014-09-04 Thread Jacob Carlborg via Digitalmars-d-announce
On 2014-09-04 10:40, Chris wrote: Weird, I did try the zero at the end (as described on the homepage*), yet I got an error. Maybe I typed a comma instead of a . without realizing it. However, I'm almost sure I didn't type the zero when installing 2.066 and I got the right version. DVM just

Re: DVM - D Version Manager 0.4.3

2014-09-04 Thread Jordi Sayol via Digitalmars-d-announce
El 03/09/14 a les 08:10, Jacob Carlborg via Digitalmars-d-announce ha escrit: I only chose Debian because it's a stable/old system with a high chance of being binary compatible with other distributions. On Debian 7.6 64-bit I got this error: $ dvm dvm: /lib/x86_64-linux-gnu/libc.so.6:

Re: DVM - D Version Manager 0.4.3

2014-09-04 Thread Jordi Sayol via Digitalmars-d-announce
Sorry, i forget to mention that on Debian testing, my desktop is Mate http://mate-desktop.org/ Regards, -- Jordi Sayol

Re: DVM - D Version Manager 0.4.3

2014-09-04 Thread Nick Sabalausky via Digitalmars-d-announce
On 9/4/2014 3:50 PM, Jordi Sayol via Digitalmars-d-announce wrote: On Debian testing: $ dvm install 2.065.0 Fetching: http://ftp.digitalmars.com/dmd.2.065.0.zip [] 50581/49347 KB Installing: dmd-2.065.0 An unknown error occurred:

Re: DVM - D Version Manager 0.4.3

2014-09-04 Thread Jordi Sayol via Digitalmars-d-announce
El 04/09/14 a les 22:17, Nick Sabalausky via Digitalmars-d-announce ha escrit: What I'm doing wrong? dvm install dvm On Debian testing (mate desktop) without ~/.dvm dir, dmd still not found: $ dvm install dvm $ dvm install 2.065.0 Fetching: http://ftp.digitalmars.com/dmd.2.065.0.zip

Re: DCD 0.3.0, libdparse 0.1.0

2014-09-04 Thread Bruno Medeiros via Digitalmars-d-announce
On 04/09/2014 09:06, Brian Schott wrote: If you've heard of Jedi or Gocode, I know gocode, but what's Jedi, out of curiosity? I couldn't google it because, well, Star Wars obviously.. -- Bruno Medeiros https://twitter.com/brunodomedeiros

Re: [Mono-D] v2.1.18 Parser/Completion/General fixesimprovements

2014-09-04 Thread Bruno Medeiros via Digitalmars-d-announce
On 14/08/2014 08:05, Alex wrote: On Wednesday, 13 August 2014 at 21:29:01 UTC, Damian Day wrote: On Wednesday, 13 August 2014 at 14:16:18 UTC, Alex wrote: Hey everyone, it's been quite some while ago that I posted a Mono-D release announcement on to D.announce :) You should've noticed that

Re: DCD 0.3.0, libdparse 0.1.0

2014-09-04 Thread David Gileadi via Digitalmars-d-announce
On 9/4/14, 2:29 PM, Bruno Medeiros wrote: On 04/09/2014 09:06, Brian Schott wrote: If you've heard of Jedi or Gocode, I know gocode, but what's Jedi, out of curiosity? I couldn't google it because, well, Star Wars obviously.. The google is weak with you, young Padawan. Assuming from the

Re: [Mono-D] v2.1.18 Parser/Completion/General fixesimprovements

2014-09-04 Thread Bruno Medeiros via Digitalmars-d-announce
On 14/08/2014 01:54, Brian Schott wrote: On Thursday, 14 August 2014 at 00:43:38 UTC, Damian Day wrote: I'm not sure you'd want to do that. The DParser completion engine has a few features that DCD doesn't have. (I'm not sure if this is true the other way around) That's true, but duplicated

Re: DVM - D Version Manager 0.4.3

2014-09-04 Thread Nick Sabalausky via Digitalmars-d-announce
On 9/4/2014 4:51 PM, Jordi Sayol via Digitalmars-d-announce wrote: El 04/09/14 a les 22:17, Nick Sabalausky via Digitalmars-d-announce ha escrit: What I'm doing wrong? dvm install dvm On Debian testing (mate desktop) without ~/.dvm dir, dmd still not found: $ dvm install dvm $ dvm

Re: DVM - D Version Manager 0.4.3

2014-09-04 Thread Jordi Sayol via Digitalmars-d-announce
El 05/09/14 a les 00:30, Nick Sabalausky via Digitalmars-d-announce ha escrit: On 9/4/2014 4:51 PM, Jordi Sayol via Digitalmars-d-announce wrote: El 04/09/14 a les 22:17, Nick Sabalausky via Digitalmars-d-announce ha escrit: What I'm doing wrong? dvm install dvm On Debian testing (mate

Re: [Mono-D] v2.1.18 Parser/Completion/General fixesimprovements

2014-09-04 Thread Brian Schott via Digitalmars-d-announce
On Thursday, 4 September 2014 at 22:05:35 UTC, Bruno Medeiros wrote: BTW, what is the relation of dscanner to DCD? Or more precisely, why are they separate tools?.. Originally there was just dscanner. One of the things that it did was autocomplete. It wasn't very good at this for a variety of

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

LLVM 3.5 released - use with LDC master branch!

2014-09-04 Thread Kai Nacke via Digitalmars-d-announce
Hi all! Finally, LLVM 3.5 has been released! See the release notes here: http://llvm.org/releases/3.5.0/docs/ReleaseNotes.html Also note that LDC is mentioned in the release notes as one of the projects who are already supporting LLVM 3.5. Just recompile LDC using master branch from GitHub.

Re: DCD 0.3.0, libdparse 0.1.0

2014-09-04 Thread Manu via Digitalmars-d-announce
Love your work! Keep it up! :) On 4 September 2014 18:06, Brian Schott via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: https://github.com/Hackerpilot/DCD/releases/tag/v0.3.0 DCD is an editor-independent autocompletion engine for the D programming language. If you've