Skip to content
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

Limit length of strings #10

Open
Alex-Programs opened this issue Jul 1, 2020 · 0 comments
Open

Limit length of strings #10

Alex-Programs opened this issue Jul 1, 2020 · 0 comments

Comments

@Alex-Programs
Copy link

Alex-Programs commented Jul 1, 2020

The yolol script:

a="longeststringyoucanfitinthecharacterlimit"
a=a+a
goto 2

currently crashes yoloxide-web due to it creatingg an exponentially large string. A limit on string length could solve this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant