https://issues.dlang.org/show_bug.cgi?id=13360

--- Comment #5 from Rainer Schuetze <[email protected]> ---
(In reply to vijay from comment #4)
> Hi Rainer,
> 
> I guess you are right. The extension itself is in D Language and I am just a
> beginner, I doubt I will be able to troubleshoot this issue in a short time. 

Yeah, building Visual D has some complications...

> I went through the code, the following is my summary after the first view:
> 
> * I traced the Not Implemented exception by trying to see the location of
> the Methods causing that exception in the VisualD code (Project.Collection,
> Project.ExtenderCATID and so on) to the file VisualD/project/automation.d
> 
> *. automation.d has 55 not implemented methods and the whole project seems
> to have 177.

I hope to not have to implement them all. My current goal is to not cause
errors elsewhere. Some implementation is just there to mute the NuGet Package
Manager.

> 
> *. Strangely the 3 Collection methods are not returning "E_NOTIMPL", so
> either I am looking at the wrong location or one of the intermediary method
> calls is throwing that exception?

I implemented the Collection methods just today. The one that appeared in the
call stack seemed to be pretty independent of the rest, so it was not too
difficult.

Have you tried the new beta? Is it now failing in a different method?

--

Reply via email to