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
The initial issue #67
Currently we don't do any check if the input is a statement, this is so the repl feels fast for those operations at least.
But still its weird when errors only appears after using an expression.
I tested cargo check and it turns out its not that slow, so its ok to use it to check each statement,
Also this behaviour should be configurable.
The text was updated successfully, but these errors were encountered:
@fdncred I believe that #67 is now correctly fixed.
Sorry, something went wrong.
No branches or pull requests
The initial issue #67
Currently we don't do any check if the input is a statement, this is so the repl feels fast for those operations at least.
But still its weird when errors only appears after using an expression.
I tested cargo check and it turns out its not that slow, so its ok to use it to check each statement,
Also this behaviour should be configurable.
The text was updated successfully, but these errors were encountered: