Manu Evans

Results 339 comments of Manu Evans

Is there anything VisualD can do to get the proper args through to the preprocessor?

I would expect the project settings applied to the current D compilation to cascade through to any imports... so I wouldn't grab it from the C++ settings, I'd probably grab...

That seems nice, I have argued on the forum that the C include paths should be separate to `-I`, but apparently Walter likes it the way it is. We'd be...

Hmmm, yeah okay let's wait until the next DMD release to see where this stuff lands.

I used those new options, made propgress. I couldn't see anywhere to pass flags to the preprocessor though. I wanted to silence preprocessor warnings. For some reason `#pragma warning(disable:4005)` in...

> > For some reason #pragma warning(disable:4005) in the code. > > In `importc.h` or in your own files? At the top of the .c file that I'm compiling, before...

An hour or so later, it was packing 24gb and things started crashing again.

Yeah running the lastest one. I recall you saying you did direct the log to an output window, but I couldn't find that, is there something I need to do...

What is even all the memory? The AST can't possibly be that huge can it? If it is, maybe using DMD isn't actually a great solution for language services. C++...