Visual D dmdserver

Rainer Schuetze r.sagitario at gmx.de
Sat Jan 15 09:08:32 UTC 2022



On 05/01/2022 10:23, frame wrote:
> On Wednesday, 5 January 2022 at 07:21:49 UTC, Rainer Schuetze wrote:
> 
>> There is now an option to reinit semantic analysis when some memory 
>> threshold is exceeded, see Tools->Options->Text 
>> Editor->D->Intellisense->Restart parsing engine...
> 
> I don't have this option.
> 
> 
>> Please attach the crash dump to a bug report at 
>> https://issues.dlang.org/ .
> 
> I'm not allowed to :\
> 
> But interesting, scanning for strings revealed that:
> ```
> "dmd.ctfeexpr......instantiated from here: `createUUID!()`.ypeInfo, 
> string, const(char)[], void*, ulong)`.ring, const(char)[], void*, 
> ulong)` error instantiating.cified twice on the command line.function 
> with the same name?
> ```
> 
> So it seems it crashed on a CTFE exception.
> 
>>> ```
>>> Would be nice if you could ship symbols with your package or make 
>>> them accessible somehow.
>>
>> I've done this in the past, but never got a helpful bug report as a 
>> result. I guess it's just as well to keep the symbols locally.
> 
> Please rethink that. I don't want to build visualD for myself, I just 
> want / allowed to use it but if there is any problem me or anyone else 
> could quick give you a hint.

So let's give it another try: you can find the symbols of the new 
release here: https://github.com/dlang/visuald/releases/tag/v1.2.0


More information about the Digitalmars-d-ide mailing list