Vadim Lopatin

Results 28 issues of Vadim Lopatin

enhancement

To avoid SDL2 and ZQuartz dependencies on Mac, we need to have Cocoa based backend.

enhancement

I'm trying to debug Mono-D project under OSX. Installed Mono-D 2.13.5, Xamarin Studio 5.10, gdb 7.10. When trying to start debugging, I see error ``` Debugger operation failed A syntax...

Debugging

``` class Customer { int id; string name; // Embedded is inferred from type of Address Address address; this() { address = new Address(); } } @Embeddable class Address {...

bug