Visual D 0.48-beta1

James Japherson JJ at goolooking.com
Mon Oct 8 04:56:00 UTC 2018


On Sunday, 7 October 2018 at 13:38:18 UTC, Rainer Schuetze wrote:
>
>
> 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?


Pretty much latest of everything. Obviously Windows by default. 
Any project.

This seems to happen when I use intellisense. Almost definitely 
an issue with any changes recently made. This did not happen with 
0.44.


It seems that if I do something like

obj. <- crashes when adding the .

repeat, sometimes crashes sometimes not. Eventually I get a list 
of the intellisense.

Not sure if it only happens with . but it definitely seems to 
trigger it regularly, making this release nearly impossible to 
use. I think it also happens outside of intellisense though.



More information about the Digitalmars-d-ide mailing list