Dodzey
Dodzey
Consider an empty project created with `c3c init`, put 3 files in `src` folder - the names of which are significant for reproducing the issue: foo.c3 ``` module foo; const...
Consider the following example: ``` module output; struct Foo { int a; } fn void Foo.fun(&self) => {}; fn void bar(void*) => {}; Foo foo; $echo "Functions:"; $echo $defined(bar(null)); //...
This was a typo in my code, but rather than a nice error message it produced a nasty assertion ``` struct Foo { int a; } struct Bar { int...
This removes the hardcoded NK_TEXT_CENTERED within a image+text button (eg. menu item or button_image_label etc) and allows the text alignment of text to be specified independently of the relative order...
Support switching menu by hovering over menubar headers while a menu is active. This matches typical menu bar behaviour in most GUIs. 