Closed DestyNova closed 1 year ago
I see some test failures in CI but not sure how that could happen... will take a look :thinking:
Looks like the original error from not using array_insert
has been fixed. I've also split input into input and read_line as well. I'm closing this since the original error is gone now, but will open a new issue for the bitcast panic if I can reproduce it again.
I ran into errors like this when trying to call
input
in the Prelude:This PR does the following:
buffer#len
assignment in prelude/input with call toarray_insert
(with help from Ante's Discord chat -- thanks!)input
into two functions:input
andread_line
, since you'll often want to read a line from stdin without printing a message every time