D syntax checker for Vim's plugin "Syntastic"

2012-06-08 Thread Alfredo Di Napoli
I'm only a D beginner, my skills are not sufficient to contribute to project like Phobos, so I've written a bare-bone D syntax checker for Vim's plugin Syntastic. It's pretty basic but it does its dirty job. I've tested from Command Line Vim and it works ok, conversely

Re: D syntax checker for Vim's plugin "Syntastic"

2012-06-08 Thread Iain Buclaw
to the language in the only way I could (for now): due to the > fact that I'm only a D beginner, my skills are not sufficient to contribute > to project like Phobos, so I've written a bare-bone D syntax checker for > Vim's plugin Syntastic. It's pretty basic but it do

Re: D syntax checker for Vim's plugin "Syntastic"

2012-06-08 Thread Alfredo Di Napoli
This plugin is biased towards dmd. Please fix. ;~) Just kidding, I'll have to check this out later with my vim set-up. Hi :) The choice behind that is that dmd seems (to me) the most stable compiler out there, and the one that can works out of the box. Please tell me if I'm wrong :) Using

Re: D syntax checker for Vim's plugin "Syntastic"

2012-06-08 Thread Iain Buclaw
On 8 June 2012 17:47, Alfredo Di Napoli wrote: >> >> This plugin is biased towards dmd. Please fix.  ;~) >> >> Just kidding, I'll have to check this out later with my vim set-up. > > > Hi :) > The choice behind that is that dmd seems (to me) the most stable compiler > out there, and the one that c

Re: D syntax checker for Vim's plugin "Syntastic"

2012-06-08 Thread bioinfornatics
Le vendredi 08 juin 2012 à 18:47 +0200, Alfredo Di Napoli a écrit : > > > > This plugin is biased towards dmd. Please fix. ;~) > > > > Just kidding, I'll have to check this out later with my vim > > set-up. > > Hi :) > The choice behind that is that dmd seems (to me) the most stable > compiler

Re: D syntax checker for Vim's plugin "Syntastic"

2012-06-09 Thread Alfredo Di Napoli
you are wrong ldc and gdc are really stable many linux distro embed ldc or gdc Ok, I have to admit that "stable" was not the best adjective to use. What I wanted to say, actually, is that dmd comes shipped with D (at least here on Mac OS) so for me it seemed to most logical choice. However

Re: D syntax checker for Vim's plugin "Syntastic"

2012-06-17 Thread Alfredo Di Napoli
Just an update: my pull request has been merged and now my D syntax checker is officially present in the main syntastic repo: https://github.com/scrooloose/syntastic Enjoy! Alfredo

Re: D syntax checker for Vim's plugin "Syntastic"

2012-06-17 Thread bioinfornatics
Le dimanche 17 juin 2012 à 12:43 +0200, Alfredo Di Napoli a écrit : > Just an update: my pull request has been merged and now my D > syntax checker is officially present in the main syntastic repo: > > https://github.com/scrooloose/syntastic > > Enjoy! > > Alfredo does it works now with ldc2 a

Re: D syntax checker for Vim's plugin "Syntastic"

2012-06-17 Thread Alfredo Di Napoli
On Sunday, 17 June 2012 at 12:42:57 UTC, bioinfornatics wrote: Le dimanche 17 juin 2012 à 12:43 +0200, Alfredo Di Napoli a écrit : Just an update: my pull request has been merged and now my D syntax checker is officially present in the main syntastic repo: https://github.com/scrooloose/syntas

Re: D syntax checker for Vim's plugin "Syntastic"

2012-06-17 Thread bioinfornatics
Le dimanche 17 juin 2012 à 16:09 +0200, Alfredo Di Napoli a écrit : > On Sunday, 17 June 2012 at 12:42:57 UTC, bioinfornatics wrote: > > Le dimanche 17 juin 2012 à 12:43 +0200, Alfredo Di Napoli a > > écrit : > >> Just an update: my pull request has been merged and now my D > >> syntax checker is

Re: D syntax checker for Vim's plugin "Syntastic"

2012-06-18 Thread Iain Buclaw
On 17 June 2012 18:33, bioinfornatics wrote: > Le dimanche 17 juin 2012 à 16:09 +0200, Alfredo Di Napoli a écrit : >> On Sunday, 17 June 2012 at 12:42:57 UTC, bioinfornatics wrote: >> > Le dimanche 17 juin 2012 à 12:43 +0200, Alfredo Di Napoli a >> > écrit : >> >> Just an update: my pull request h

Re: D syntax checker for Vim's plugin "Syntastic"

2012-09-06 Thread simendsjo
e language in the only way I could (for now): due to the fact that I'm only a D beginner, my skills are not sufficient to contribute to project like Phobos, so I've written a bare-bone D syntax checker for Vim's plugin Syntastic. It's pretty basic but it does its dirty job.