-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
No Limit On log() Function Input #123
Comments
There is a bytecode limit that would prevent that. |
Not quite. At the time of writing, initialization of arbitrary large strings were essentially free! see #108. If that is no longer the case then this bug can be closed. |
duplicate of #75 |
wait ok, this is not really a duplicate of #75. this just runs fine for me |
server-side, as we did with the java engine, I think we want to implement some way of limiting the log output just because that makes the servers more happy, though |
I would suggest truncating the output of the log() function past a certain length.
Causes a crash eventually on my computer.
Luckily, it's a very quick fix.
The text was updated successfully, but these errors were encountered: