griffith1deady
griffith1deady
I'm tried to build with this command: `nim c --app:lib -o:"godot.dll" "test"` but this give me error: nimrodot-0.1.0\nimrodot\builtins\string.nim(52, 5) template/generic instantiation of `gd_builtin_ctor` from here nim-1.6.12\lib\std\genasts.nim(87, 13) Error: expression has...
Hello! I'm glad you added this feature, but currently this work only for this case: ```nim import oolib protocol Launchable: proc prepareForLaunch() proc launch() proc stop() protocol HotCompilable: proc configureReloading()...
```nim import oolib protocol Session: proc connect() proc disconnect() protocol Streamable: proc read(): string proc write(data: string) class Player impl (Session, Streamable): proc connect() = echo "Player connected" proc disconnect()...
### Xmake Version xmake v2.9.9+dev.a6af349ad, A cross-platform build utility based on Lua ### Operating System Version and Architecture Windows 11 IoT 24H2 ### Describe Bug The essence of the problem:...