Vim has got D-Scanner support.

2017-03-30 Thread ANtlord via Digitalmars-d-announce
Hello! I've done integration of D-Scanner in Vim plugin Syntastic 
(https://github.com/vim-syntastic/syntastic/pull/1995). Vim users 
are able to check his code using D-Scanner.


Links:

D-Scanner (https://github.com/Hackerpilot/Dscanner)

Syntastic (https://github.com/vim-syntastic/syntastic)

Vim (http://www.vim.org/)

Thanks.


Re: Beta 2.074.0-b1

2017-03-30 Thread Martin Nowak via Digitalmars-d-announce

On Tuesday, 28 March 2017 at 09:49:59 UTC, Andrej Mitrovic wrote:

On Friday, 24 March 2017 at 17:35:58 UTC, Martin Nowak wrote:
Very cool about the new format!() feature. What about extending 
this to writef(ln)?


Wow, that should've been top of the changelog!


Re: Beta 2.074.0-b1

2017-03-30 Thread Martin Nowak via Digitalmars-d-announce

On Monday, 27 March 2017 at 21:56:27 UTC, steven kladitis wrote:

You can use the install.sh script for now.
  curl -fsS https://dlang.org/install.sh | bash -s dmd-beta


-- windows does not know what curl is also bash , I think :)


Indeed we should have a single-line Powershell install.ps1 as 
well, will you be the one to write it?