Visual D 0.48-beta1

Rainer Schuetze r.sagitario at gmx.de
Sun Oct 7 13:38:18 UTC 2018



On 07/10/2018 13:47, James Japherson wrote:
> On Friday, 5 October 2018 at 12:41:52 UTC, Rainer Schuetze wrote:
>> Hi,
>>
>> I have prepared a beta for the next release of Visual D. Here are some
>> highlights:
>>
>> - fixed installation/uninstallation issues in VS2017
>> - new VC project: allow adding C++ skeleton, fix some default settings
>> - settings: removed some legacy settings and made scope clearer
>> - dparser: support for "static foreach", fixed "find references",
>> experimental "show value of constants in tooltip"
>> - mago: fix crash in VS2017, shows return values of functions stepped
>> over
>> - fixed "Compile and Run" on selection
>> - fixed help via F1
>>
>> You can find the installer and more details here:
>> https://github.com/dlang/visuald/releases/tag/v0.48.0-beta1
>>
>> Rainer
> 
> I just upgraded and now I'm constantly getting
> 
> A new guard page for the stack cannot be created
> 
> DParserCOMServer.

Seems to be C#'s message for a stack overflow.

> 
> I upgraded from the linked file

Please specify a few more details about your environment: VS ersion, OS,
etc.

Is this happening for a specific project or source code? Does it happen
for a new "Hello World" project, too?


More information about the Digitalmars-d-ide mailing list