You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to see what the compiler is doing and got a crash trying to compile a simple hello world with kitc -vvv test0.kit
function main() {
printf("%s\n", "Hello from Kit!");
}
Result:
CallStack (from HasCallStack):
error, called at libraries/base/GHC/Err.hs:79:14 in base:GHC.Err
undefined, called at src/Kit/Ast/Definitions/EnumVariant.hs:38:24 in kitlang-0.1.0-7uWjdU81ybAH34QXJWKK6w:Kit.Ast.Definitions.EnumVariant
The text was updated successfully, but these errors were encountered:
PtrMan
changed the title
-vvv is broken an crashes the compiler
-vvv is broken and crashes the compiler
Nov 13, 2020
I tried to see what the compiler is doing and got a crash trying to compile a simple hello world with
kitc -vvv test0.kit
Result:
The text was updated successfully, but these errors were encountered: