[Issue 13915] Mago doesn't handle C code very well

2017-01-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13915 Rainer Schuetze changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 13915] Mago doesn't handle C code very well

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13915 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 13915] Mago doesn't handle C code very well

2015-05-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13915 --- Comment #4 from Rainer Schuetze r.sagita...@gmx.de --- The lexical scope support in mago might help here. Try it in Visual D 0.3.41. --

[Issue 13915] Mago doesn't handle C code very well

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13915 --- Comment #2 from Manu turkey...@gmail.com --- Yeah, I don't know that mixed mode with different debuggers is possible. I suspect, sadly, it's just going to be a long and slow process of making Mago support relevant C/C++ cases as they arise, such

[Issue 13915] Mago doesn't handle C code very well

2015-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13915 --- Comment #3 from Rainer Schuetze r.sagita...@gmx.de --- Some basic features like variable lifetime/register support should help D too, though dmd doesn't output that info yet. So C style code might be workable. I guess COFF/CV8 support for clang

[Issue 13915] Mago doesn't handle C code very well

2015-01-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13915 Rainer Schuetze r.sagita...@gmx.de changed: What|Removed |Added CC||r.sagita...@gmx.de ---