Beef icon indicating copy to clipboard operation
Beef copied to clipboard

File needs to be opened and compiled with comptime debugging to compile

Open RogueMacro opened this issue 1 year ago • 0 comments

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.

ComptimeBug.zip

RogueMacro avatar Mar 28 '23 17:03 RogueMacro