We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running zenroom in interactive mode with
./zenroom -i
The output is
Zenroom v4.42.0 - secure crypto language VM Zenroom is Copyright (C) 2017-2024 by the Dyne.org foundation . Release version: v4.42.0 . Build commit hash: 0d3c0ac9 . Memory manager: libc . ECDH curve is SECP256K1 . ECP curve is BLS381 Interactive console, press ctrl-d to quit. lua> lua>
where it can clearly see that the lua > string is repeated.
lua >
Moreover creating a newline from an empty line cause the interactive mode to close.
This issues have been introduced in v4.41.0
v4.41.0
The text was updated successfully, but these errors were encountered:
It may be a good moment to consider the addition of kilo.c as @danielinux is doing into cjit (his fork there contains fixes to the upstream).
Sorry, something went wrong.
No branches or pull requests
When running zenroom in interactive mode with
The output is
where it can clearly see that the
lua >
string is repeated.Moreover creating a newline from an empty line cause the interactive mode to close.
This issues have been introduced in
v4.41.0
The text was updated successfully, but these errors were encountered: