Rainer Schuetze

Results 238 comments of Rainer Schuetze

FYI there was a similar PR: https://github.com/dlang/druntime/pull/2083 I think this one has better separation. For Windows, the VC mangling should be supported via UnDecorateSymbolName. Please also add a test case.

Apart from random results of the iteration after insert or remove, the current range implementation is not perfectly safe with respect to memory corruption. After rehashing as part of aa.remove,...

> Haha, yes, that is probably something we could fix easily, I'm not sure a null pointer is a reasonable result. Is it ok (safe?) to have an iterator randomly...

Ping @Burgos, please update as suggested by Martin.

The mangling for Objective-C has an ambiguity if used with the grammar from the website, see https://issues.dlang.org/show_bug.cgi?id=17310. IIRC the demangler should be able to handle these nevertheless, but you might...

Whether `pragma(inline,true)` actually causes an error if the function is not inlined is currently "implementation defined". If it is made an error the function never has to be generated, but...

Thanks. I'd prefer to fix the stack overflow, though. If that is not easily possible, a message in the status line would be helpful, because functions relying on the semantic...

I have opened a bug report for the parser: https://github.com/aBothe/D_Parser/issues/195

Please try the fixed DLL by just replacing it in the VisualD/DParser folder: https://gist.github.com/rainers/6cdf73b48837defb9f88#file-d_parser-dll

> hi,@rainers how can we open Issue ?it seems this project cant Open a Issue... Please use the main bugzilla here: https://issues.dlang.org/ and select component "visuald" when entering a bug...