Beef icon indicating copy to clipboard operation
Beef copied to clipboard

[Bug] IDE crash while trying to create enum

Open Booklordofthedings opened this issue 1 year ago • 1 comments

The attached project crashes the ide.

typeInstance->mDefineState == BfTypeDefineState_Defined

in BfModuleTypeUtils.cpp:6213

It seems to be caused by adding: "public enum PropertyType : c" in SDL3.bf

SDL3-Beef.zip

Booklordofthedings avatar Oct 22 '24 11:10 Booklordofthedings

Can't reproduce.

:-(

Can you post the program in an actual broken state such that it crashes when compiled?

bfiete avatar Oct 23 '24 19:10 bfiete

Cannot seem to repro it on the newest nightly. Might be fixed or something else

Booklordofthedings avatar Oct 30 '24 14:10 Booklordofthedings