Beef
Beef copied to clipboard
File needs to be opened and compiled with comptime debugging to compile
There is a workspace in Toml/TestApp/
. When opening the workspace, you get some errors about generic arguments not implementing an interface. To make the errors go away, you need to do two things:
- Open
Serialize/ISerializable.bf
- Run
Build > Debug comptime
Without doing those two steps, the workspace won't compile. After that, normal compiling works fine.