Open zw963 opened 2 years ago
The interpreter does not load libraries from the REPL. If you put the same expressions in a file and run that in the interpreter, it works because the library is loaded when the interpreter starts.
I don't think this should be hard to do, but it's just not implemented yet.
It (now) works fine now in #12574
I'm using latest main branch built from source and I get the same error for "yaml_event_delete". I can require pure crystal libraries fine in the REPL, it is just libraries that are doing c ffi (big, yaml, ssl, etc) that give errors when loading in REPL