chuggafan
chuggafan
The main (and easiest way) would probably be running this project on windows, a different method would depend on how much clang supports compiling for windows on linux. The way...
I do believe my previous post went over a pretty good idea on how to do it, another way specifically would be to make docker containers with Visual Studio C++...
I can look into testing it with what clang normally does on windows soon enough, I generally dislike working with the clang buildsystem unfortunately. Also unfortunately, I've looked into the...
Thinking about this more, I think this should be moved to an even later milestone than milestone 4, the reason being that coroutines and concepts, along with modules, will basically...
Isn't this similar to what the RTL does with #pragma startup and #pragma rundown ? Just with attributes instead of pragmas?
This is quite literally impossible because of how C++/CLI works. A lot of C constructs don't exist in C#, you might get bindings or some attempts at generators, but a...
That only works if the entire output is managed code instead of mixed-managed code, which is an entirely possible thing that can happen. I don't think jet-brains works if it's...
Well, why not put in the work to get the C# to be re-compilable? Effectively would be the same thing, and remaking the compiler into a (decent) transpiler is an...
So now with the new issue title the one problem I see with performing this change is that even for regularly compiled C# dotPeek has major problems with creating re-compilable...
Yhea, that's a reasonable goal, the problem I was remembering happened with the actual function names themselves, not even their arguments. I think it had to do with constructors or...