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

Kagamin via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Sat May 9 14:49:57 PDT 2015


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?


More information about the Digitalmars-d-ide mailing list