VisualD: VisualDComServer.exe crashes frequently inside D_Parser.dll to stackoverflow.

Rainer Schuetze via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Sun May 10 08:21:33 PDT 2015



On 09.05.2015 23:49, Kagamin wrote:
> On Friday, 8 May 2015 at 21:10:58 UTC, Rainer Schuetze wrote:
>> Indeed, he is. Should be fixed in the new pre-release:
>>
>> https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.41-beta3
>>
>>
>>> module mytest;
>>>
>>> int function(uint) TestCase;
>>> TestCase test;
>>>
>>> class TestClass
>>> {
>>>      this()
>>>      {
>>>          test(); // <--- hover on this
>>>      }
>>> }
>
> It's an invalid code, though. Maybe an error should reported for it
> instead of some type info?

True, though the tip shows the type of "test", not "test()". There is 
currently no support to display semantic errors as I suspect that there 
will be too many false positives.


More information about the Digitalmars-d-ide mailing list