Re: Visual D 0.46.0 released - more VS2017 and LDC integration

2017-12-07 Thread Radu via Digitalmars-d-announce
On Saturday, 2 December 2017 at 16:31:00 UTC, Rainer Schuetze 
wrote:

Hi,

I have just released version 0.46 of Visual D, see 
http://rainers.github.io/visuald/visuald/StartPage.html


This release doesn't come with major new features, but a list 
of bug fixes and incremental improvements, those with the 
largest impact:


* improved VS 2017 integration
* improved LDC support
* support for new symbol mangling and parsing 'static foreach'

See 
http://rainers.github.io/visuald/visuald/VersionHistory.html 
for the full version history.


Visual D is a Visual Studio extension that adds D language 
support to VS2008-2017. It is written in D, its source code can 
be found on github: 
https://github.com/D-Programming-Language/visuald, pull 
requests welcome.


Happy coding,
Rainer


Cool stuff, thanks!


Re: Visual D 0.46.0 released - more VS2017 and LDC integration

2017-12-04 Thread flamencofantasy via Digitalmars-d-announce
On Saturday, 2 December 2017 at 16:31:00 UTC, Rainer Schuetze 
wrote:

Hi,

I have just released version 0.46 of Visual D, see 
http://rainers.github.io/visuald/visuald/StartPage.html


This release doesn't come with major new features, but a list 
of bug fixes and incremental improvements, those with the 
largest impact:


* improved VS 2017 integration
* improved LDC support
* support for new symbol mangling and parsing 'static foreach'

See 
http://rainers.github.io/visuald/visuald/VersionHistory.html 
for the full version history.


Visual D is a Visual Studio extension that adds D language 
support to VS2008-2017. It is written in D, its source code can 
be found on github: 
https://github.com/D-Programming-Language/visuald, pull 
requests welcome.


Happy coding,
Rainer


Thanks, your work is much appreciated!


Re: Visual D 0.46.0 released - more VS2017 and LDC integration

2017-12-02 Thread kinke via Digitalmars-d-announce
On Saturday, 2 December 2017 at 16:31:00 UTC, Rainer Schuetze 
wrote:

Hi,

I have just released version 0.46 of Visual D, see 
http://rainers.github.io/visuald/visuald/StartPage.html


Thx Rainer, appreciated.