Yevhenii Chekanskyi

Results 25 comments of Yevhenii Chekanskyi

@mob-sakai any comments here?

Any updates on this?

Some more information: gtk running in unity3d editor instance, and I suppose glib internals not surviving very well in Unity...

@tritao what is the proper command line argument to build CppSharp for m1 osx?

Just a quick update here - if I add owo lib as dependency, its interfaces resolved absolutely fine.

Also happens in project with submodules. See https://github.com/hellozyemlya/cool-resource-finder/tree/kotlin-loom-bug-repro. https://github.com/hellozyemlya/cool-resource-finder/blob/3e99eb3efc40992f3960406890468f88c4ef8938/src/main/kotlin/hellozyemlya/resourcefinder/items/ResourceFinderCompass.kt#L29C27-L29C27 here is a call, it compiled and executed, but this is how it looks like in idea: ![image](https://github.com/FabricMC/fabric-loom/assets/53153547/37645994-5c98-4920-b60f-a3ce2ba661f5) Calling same method...

Just my 5 cents here: Is that really required to make OpenGothic compatible with all of that mem read mem write functions and anything that mess around with bytecode and/or...

Looks like that most of the functions can be replaced entirely(like log_movetotop). Others - some array access, which can be implemented relatively easy. IDK if maintenance is a problem, I...

Quick and dirty input here: looks like clang in msvc compatibility mode detects enum type as int32, but for linux, mac(x64, arm64) it is uint32. This can affect some automatic...

Also, looks like android lacks of BLE headers in NDK... I can imagine what a horrible hacks it will to have round-trip from java->native->java->native->java code...