nicolasjinchereau

Results 22 comments of nicolasjinchereau

That constructor is on line 18050 for me. The constructor right above it makes use of `JSONSerializer`. I think the error may be coming from the forward declaration of `basic_json`...

Also, Microsoft has bought out Xamarin. I'm guessing this means that there will be many changes in the short term. But given the importance that Microsoft places on backward compatibility,...

I'm not sure I understand what you mean. In the case of *.o files, I would like to provide a directory full of them and have all files in that...

Ok, that sounds good. I've been doing some testing though, and neither DMD nor LDC want to take a static library as an argument at the same time as -lib....

apparently, libtool can also be used on osx: libtool -static -o new.a old1.a old2.a

and on windows: LIB.EXE /OUT:c.lib a.lib b.lib

"(Ah, well, yes, just linking in some dedicated object files is still making sense though!)" If you could call it "additional source directories" and just have Mono-D pass everything in...

Maybe under the "Objects directory" spot on the compiling panel

I guess libtool is ok for now. One liners are ok for custom commands, but beyond that, you have to call a script, which cannot be edited from within mono-d....

Anyways, I hadn't realized that you considered this project feature complete at this point. I was hoping for a static analyzer and a team server, but I guess I'll survive...