Rainer Schuetze

Results 234 comments of Rainer Schuetze

There are also permanent releases available here: https://github.com/rainers/cv2pdb/releases I have added a 64-bit binary to the latest release.

IIRC you will also need mspdbsrv.exe and other DLLs, e.g. msobj80.dll nd mspdbcore.dll.

> Wouldn't you want attributes to be postfixed, and not prefixed? Yes, that would probably be nicer, but prefixed is compatible with core.demangle. > Also, I've just noticed that my...

> But doesn't make sense for symbol search in say gdb. I guess it doesn't make much sense to search the "verbose" symbols to begin with. > Though I can...

Updated to append the attributes, but the calling convention still has to be prepended.

I can reproduce it now with just this code: ``` void foo() { Object o; o. // invoke completion list after dot => crash } ```

Yes, sounds about right. It seemed to me it is always just spinning on the second overload. It's evaluating the return statement with the casts. FWIW here's an ever repeating...

@aBothe Thanks. Works fine now. I had to change the line https://github.com/aBothe/D_Parser/commit/56c57a7df31ca0965ccfe674fdb430d3ad134b65#diff-cac2168692965ba74c9fbdb7b584bdfdR153 as I'm still compiling with VS2013 (`.?` is not supported).

Passiert bereits beim ResolveTypeLoosely, auch mit meiner Ergänzung im TypeReferenceFinder.

Hier ist noch en crash in dem Zusammenhang: ``` alias PageBits = size_t[4]; void sweep() { Pool* pool = null; static foreach (w; 0 .. PageBits.length) {} if (pool.data) {...