[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 Resolution|---

[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 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 --- 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 #3 from Rainer Schuetze --- 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 is meant to integra

[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 --- 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 that in the end, it

[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 changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #1 from Rai