Visual D 1.0.1 released

mw mingwu at gmail.com
Tue Aug 25 05:25:46 UTC 2020


On Sunday, 23 August 2020 at 07:33:01 UTC, Rainer Schuetze wrote:
> Hi,
>
> an update for Visual D has just been made available. Visual D 
> is a Visual Studio extension that adds D language support to VS 
> 2008-2019.
>
> The most important part of the update is that the semantic 
> engine is now based on the latest compiler release 2.093.1. 
> There are a few other improvements and bug fixes, e.g. support 
> for navigation with forward/backward mouse buttons and fixed 
> documentation tool tips for template functions.
>
> See the full version history here: 
> https://rainers.github.io/visuald/visuald/VersionHistory.html
>
> You can download the update installer or the full installer 
> bundled with DMD 2.093.1 and LDC 1.23.0 from
>
>   https://rainers.github.io/visuald/visuald/StartPage.html
>


Thanks for the update.

I just tried, and found two issues:

https://issues.dlang.org/show_bug.cgi?id=21193
https://issues.dlang.org/show_bug.cgi?id=21194

Basically, I cannot build unit-threaded_property.lib (saying 
corrupt MS Coff object) with VisualD, but I can build on Windows 
using command line:

C:\project\dlang\dmd-2.093.1\windows\bin64\dub.exe test 
--build=unittest



More information about the Digitalmars-d-announce mailing list