digitalmars.D.announce - Visual D 0.49.0 released
- Rainer Schuetze (16/16) Apr 07 2019 Hello,
- Crayo List (3/23) Apr 09 2019 Is there a way to donate to this project?
- Rainer Schuetze (3/30) Apr 21 2019 Maybe at DConf, though I'm not yet sure I can make it.
- Manu (16/46) Apr 21 2019 They recently convinced me to make the long flight, I really hope you
- Radu (5/25) Apr 12 2019 Great work, thanks!
- Rainer Schuetze (4/27) Apr 21 2019 In case you are having some troubles with the semantic analysis (with
- Rainer Schuetze (4/36) Apr 28 2019 And if you are still using VS 2015/2013, 0.49.1 is likely to be causing
- Alex (3/23) Apr 21 2019 Thanks, do you know of any reason to upgrade to VS 2019? Does VD
- Rainer Schuetze (6/33) Apr 28 2019 Unfortunately, "historical debugging" doesn't (yet) work with Visual
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
Apr 07 2019
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 RainerIs there a way to donate to this project? Or maybe buy you a beer or a six-pack?
Apr 09 2019
On 09/04/2019 22:34, Crayo List wrote:On Sunday, 7 April 2019 at 19:41:43 UTC, Rainer Schuetze wrote:Thanks for considering a donation, but there is nothing setup to do so.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 RainerIs there a way to donate to this project?Or maybe buy you a beer or a six-pack?Maybe at DConf, though I'm not yet sure I can make it.
Apr 21 2019
On Sun, Apr 21, 2019 at 1:40 AM Rainer Schuetze via Digitalmars-d-announce <digitalmars-d-announce puremagic.com> wrote:On 09/04/2019 22:34, Crayo List wrote: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.On Sunday, 7 April 2019 at 19:41:43 UTC, Rainer Schuetze wrote:Thanks for considering a donation, but there is nothing setup to do so.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 RainerIs there a way to donate to this project?Or maybe buy you a beer or a six-pack?Maybe at DConf, though I'm not yet sure I can make it.
Apr 21 2019
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 RainerGreat 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.
Apr 12 2019
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 RainerIn 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
Apr 21 2019
On 21/04/2019 10:40, Rainer Schuetze wrote:On 07/04/2019 21:41, Rainer Schuetze wrote: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.2Hello, 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 RainerIn 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
Apr 28 2019
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 RainerThanks, do you know of any reason to upgrade to VS 2019? Does VD make any use of it?
Apr 21 2019
On 22/04/2019 00:57, Alex wrote:On Sunday, 7 April 2019 at 19:41:43 UTC, Rainer Schuetze wrote: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.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 RainerThanks, do you know of any reason to upgrade to VS 2019? Does VD make any use of it?
Apr 28 2019