Re: Visual D 0.49.0 released

2019-04-28 Thread Rainer Schuetze via Digitalmars-d-announce



On 22/04/2019 00:57, Alex wrote:
> On Sunday, 7 April 2019 at 19:41:43 UTC, Rainer Schuetze wrote:
>> Hello,
>>
>> the new release of Visual D has just been uploaded. Some major
>> improvements of 0.49.0:
>>
>> * support for Visual Studio 2019
>> * parallel compilation supported by VC projects
>> * catch up with recent language changes
>> * new "Language" configuration page for -transition=/-preview=/-revert=
>> options
>>
>> See http://rainers.github.io/visuald/visuald/VersionHistory.html for
>> the full list of changes.
>>
>> Visual D is a Visual Studio extension that adds D language support to
>> VS2008-2019. It is written in D, its source code can be found on
>> github: https://github.com/D-Programming-Language/visuald, pull
>> requests welcome.
>>
>> The installer can be found at
>> http://rainers.github.io/visuald/visuald/StartPage.html
>>
>> Rainer
> 
> Thanks, do you know of any reason to upgrade to VS 2019? Does VD make
> any use of it?

Unfortunately, "historical debugging" doesn't (yet) work with Visual
D/mago. Other than that new workflow features should work just fine if
they are not specific to some other language.

The new project dialog makes it a bit difficult to discover D projects
as the "Language" selector is not extensible.


Re: Visual D 0.49.0 released

2019-04-28 Thread Rainer Schuetze via Digitalmars-d-announce



On 21/04/2019 10:40, Rainer Schuetze wrote:
> 
> 
> On 07/04/2019 21:41, Rainer Schuetze wrote:
>> Hello,
>>
>> the new release of Visual D has just been uploaded. Some major
>> improvements of 0.49.0:
>>
>> * support for Visual Studio 2019
>> * parallel compilation supported by VC projects
>> * catch up with recent language changes
>> * new "Language" configuration page for -transition=/-preview=/-revert=
>> options
>>
>> See http://rainers.github.io/visuald/visuald/VersionHistory.html for the
>> full list of changes.
>>
>> Visual D is a Visual Studio extension that adds D language support to
>> VS2008-2019. It is written in D, its source code can be found on github:
>> https://github.com/D-Programming-Language/visuald, pull requests welcome.
>>
>> The installer can be found at
>> http://rainers.github.io/visuald/visuald/StartPage.html
>>
>> Rainer
>>
> 
> In case you are having some troubles with the semantic analysis (with
> LDC or with VC2017 projects), there is a new version available now:
> 
> https://github.com/dlang/visuald/releases/tag/v0.49.1
> 

And if you are still using VS 2015/2013, 0.49.1 is likely to be causing
trouble, so this one's for you:

https://github.com/dlang/visuald/releases/tag/v0.49.2


Re: Visual D 0.49.0 released

2019-04-21 Thread Alex via Digitalmars-d-announce

On Sunday, 7 April 2019 at 19:41:43 UTC, Rainer Schuetze wrote:

Hello,

the new release of Visual D has just been uploaded. Some major 
improvements of 0.49.0:


* support for Visual Studio 2019
* parallel compilation supported by VC projects
* catch up with recent language changes
* new "Language" configuration page for 
-transition=/-preview=/-revert=

options

See 
http://rainers.github.io/visuald/visuald/VersionHistory.html 
for the full list of changes.


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


The installer can be found at 
http://rainers.github.io/visuald/visuald/StartPage.html


Rainer


Thanks, do you know of any reason to upgrade to VS 2019? Does VD 
make any use of it?


Re: Visual D 0.49.0 released

2019-04-21 Thread Manu via Digitalmars-d-announce
On Sun, Apr 21, 2019 at 1:40 AM Rainer Schuetze via
Digitalmars-d-announce  wrote:
>
>
>
> On 09/04/2019 22:34, Crayo List wrote:
> > On Sunday, 7 April 2019 at 19:41:43 UTC, Rainer Schuetze wrote:
> >> Hello,
> >>
> >> the new release of Visual D has just been uploaded. Some major
> >> improvements of 0.49.0:
> >>
> >> * support for Visual Studio 2019
> >> * parallel compilation supported by VC projects
> >> * catch up with recent language changes
> >> * new "Language" configuration page for -transition=/-preview=/-revert=
> >> options
> >>
> >> See http://rainers.github.io/visuald/visuald/VersionHistory.html for
> >> the full list of changes.
> >>
> >> Visual D is a Visual Studio extension that adds D language support to
> >> VS2008-2019. It is written in D, its source code can be found on
> >> github: https://github.com/D-Programming-Language/visuald, pull
> >> requests welcome.
> >>
> >> The installer can be found at
> >> http://rainers.github.io/visuald/visuald/StartPage.html
> >>
> >> Rainer
> >
> > Is there a way to donate to this project?
>
> Thanks for considering a donation, but there is nothing setup to do so.
>
> > Or maybe buy you a beer or a six-pack?
>
> Maybe at DConf, though I'm not yet sure I can make it.

They recently convinced me to make the long flight, I really hope you
can join us too!

I'd love to sit down with you and study some productivity process
stuff together.
There's a lot of little stuff that I never find is worth bugging or
complaining about when I'm working, but we should go through some edit
and debug sessions on different projects and take a careful look at
where we're at together.

Your work is perhaps the most important work for commercial adoption
in my industry, and as I introduce D to my colleagues, VisualD is
their first impression of the ecosystem. I've noticed such a
difference in response recently where VisualD is starting to feel
quite robust and useful in how the entire value proposition of D is
received by them.


Re: Visual D 0.49.0 released

2019-04-21 Thread Rainer Schuetze via Digitalmars-d-announce



On 07/04/2019 21:41, Rainer Schuetze wrote:
> Hello,
> 
> the new release of Visual D has just been uploaded. Some major
> improvements of 0.49.0:
> 
> * support for Visual Studio 2019
> * parallel compilation supported by VC projects
> * catch up with recent language changes
> * new "Language" configuration page for -transition=/-preview=/-revert=
> options
> 
> See http://rainers.github.io/visuald/visuald/VersionHistory.html for the
> full list of changes.
> 
> Visual D is a Visual Studio extension that adds D language support to
> VS2008-2019. It is written in D, its source code can be found on github:
> https://github.com/D-Programming-Language/visuald, pull requests welcome.
> 
> The installer can be found at
> http://rainers.github.io/visuald/visuald/StartPage.html
> 
> Rainer
> 

In case you are having some troubles with the semantic analysis (with
LDC or with VC2017 projects), there is a new version available now:

https://github.com/dlang/visuald/releases/tag/v0.49.1


Re: Visual D 0.49.0 released

2019-04-21 Thread Rainer Schuetze via Digitalmars-d-announce



On 09/04/2019 22:34, Crayo List wrote:
> On Sunday, 7 April 2019 at 19:41:43 UTC, Rainer Schuetze wrote:
>> Hello,
>>
>> the new release of Visual D has just been uploaded. Some major
>> improvements of 0.49.0:
>>
>> * support for Visual Studio 2019
>> * parallel compilation supported by VC projects
>> * catch up with recent language changes
>> * new "Language" configuration page for -transition=/-preview=/-revert=
>> options
>>
>> See http://rainers.github.io/visuald/visuald/VersionHistory.html for
>> the full list of changes.
>>
>> Visual D is a Visual Studio extension that adds D language support to
>> VS2008-2019. It is written in D, its source code can be found on
>> github: https://github.com/D-Programming-Language/visuald, pull
>> requests welcome.
>>
>> The installer can be found at
>> http://rainers.github.io/visuald/visuald/StartPage.html
>>
>> Rainer
> 
> Is there a way to donate to this project?

Thanks for considering a donation, but there is nothing setup to do so.

> Or maybe buy you a beer or a six-pack?

Maybe at DConf, though I'm not yet sure I can make it.


Re: Visual D 0.49.0 released

2019-04-12 Thread Radu via Digitalmars-d-announce

On Sunday, 7 April 2019 at 19:41:43 UTC, Rainer Schuetze wrote:

Hello,

the new release of Visual D has just been uploaded. Some major 
improvements of 0.49.0:


* support for Visual Studio 2019
* parallel compilation supported by VC projects
* catch up with recent language changes
* new "Language" configuration page for 
-transition=/-preview=/-revert=

options

See 
http://rainers.github.io/visuald/visuald/VersionHistory.html 
for the full list of changes.


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


The installer can be found at 
http://rainers.github.io/visuald/visuald/StartPage.html


Rainer


Great work, thanks!
Found some issues in Visual Studio 2019 when debugging I get an 
occasional crash.

Will post a bug once I can isolate the issue.


Re: Visual D 0.49.0 released

2019-04-09 Thread Crayo List via Digitalmars-d-announce

On Sunday, 7 April 2019 at 19:41:43 UTC, Rainer Schuetze wrote:

Hello,

the new release of Visual D has just been uploaded. Some major 
improvements of 0.49.0:


* support for Visual Studio 2019
* parallel compilation supported by VC projects
* catch up with recent language changes
* new "Language" configuration page for 
-transition=/-preview=/-revert=

options

See 
http://rainers.github.io/visuald/visuald/VersionHistory.html 
for the full list of changes.


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


The installer can be found at 
http://rainers.github.io/visuald/visuald/StartPage.html


Rainer


Is there a way to donate to this project?
Or maybe buy you a beer or a six-pack?





Visual D 0.49.0 released

2019-04-07 Thread Rainer Schuetze via Digitalmars-d-announce
Hello,

the new release of Visual D has just been uploaded. Some major
improvements of 0.49.0:

* support for Visual Studio 2019
* parallel compilation supported by VC projects
* catch up with recent language changes
* new "Language" configuration page for -transition=/-preview=/-revert=
options

See http://rainers.github.io/visuald/visuald/VersionHistory.html for the
full list of changes.

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

The installer can be found at
http://rainers.github.io/visuald/visuald/StartPage.html

Rainer