Alexander Bothe
Alexander Bothe
It generally is difficult to determine whether a main method is provided by the user or whether it's done e.g. in some imported library (like vibe-d -- sounds weird, but...
Do you've got any dependency projects in your target unittest project? Because I had serious trouble getting a statically imported library to build properly..anyway it's using my '-main' flag written...
well I experienced it, too - so I suspect that it's probably not mono-d's issue but one in XS itself.
sure, that's this ugly gtk-mess-legacy..and it's entirely XS-related, so I can't do anything there.
Aka C#-Mode where you normally can't access static items from a non-static context. Sounds reasonable but probably not used that often + this would likely interfere too much with the...
Could you dump me the build log? You can open the build log by clicking on the right-most button in the error log.
"p.s: your work is terrific btw." -- No report(s), no improvement :P There furthermore is no specialized D debugging support atm available.
So when executing the same `dub build "deejaa_server" --force "--build=plain"` command via console, it's running properly,right? Hmm.
Are you building the project or trying to launch it via the Play button? Try just to build the project then, without running/debugging it
But err, there's more semantics in there, innit: On the first line, it's main.d:62, but then, it's on line 25. Hmm. I wouldn't even consider this as a complete bug...