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

Getting wrong line numbers with long statements #9

Open
szczys opened this issue Oct 20, 2018 · 7 comments
Open

Getting wrong line numbers with long statements #9

szczys opened this issue Oct 20, 2018 · 7 comments
Labels
bug Something isn't working

Comments

@szczys
Copy link
Contributor

szczys commented Oct 20, 2018

Replicate by typing:
80 print " 2018 Hackaday Superconference "

Behavior:
Command appears at line 28271

@szczys szczys added the bug Something isn't working label Oct 20, 2018
@szczys
Copy link
Contributor Author

szczys commented Oct 20, 2018

This has been confirmed by @Roger-random

@jaromir-sukuba
Copy link
Collaborator

I fixed this in 1.08. Too long lines are truncated.

@szczys
Copy link
Contributor Author

szczys commented Oct 20, 2018

Tested and working. But before I close this issue, @jaromir-sukuba please let me know the line limit and I'll add it to the documentation. Thanks!

@jaromir-sukuba
Copy link
Collaborator

Currently it's set to 70 bytes (roughly two lines worth of input statement).

@Roger-random
Copy link
Contributor

Attaching screenshots of symptoms I saw on my Belgrade badge.

randomled

repeatstring

stringweirdness

@szczys
Copy link
Contributor Author

szczys commented Oct 23, 2018

@jaromir-sukuba This is improved but there is still a bug.

I like it how the interface won't let you enter a line that is too long, but it is cutting off the final character that is shown on the screen.

@jaromir-sukuba
Copy link
Collaborator

That final-character thing should be fixed in 1.15.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants