Wael El Oraiby
Wael El Oraiby
When running on x64 it crashes in Type_Init(), while loading corelib.dll. After investigating the source of the problem is the pointer size being hard-coded to 4. This particular problem (loading...
Is there a way to enable pythonscript while building gdb-ocaml ? This is needed to have support from more IDEs such as qt-creator.
When trying to debug (either with Ghci or remote debugger), the debugger crashes with ``` ... 5:13:35 PM Compilation completed successfully in 2s 480ms 5:13:35 PM Debug execution error: Internal...
In the book: > In order to tell dropck that we do own values of type T, and therefore may drop some T's when we drop, we must add an...
This change simplify the command list usage to ease porting microui to other languages by: - Using fixed size commands - Having Text using its own buffer - Making Jump...