Hack-a-Day / 2018-Supercon-Badge

Retrocomputing badge for the 2018 Hackaday Superconference
https://hackaday.io/project/161859-2018-hackaday-superconference-badge
MIT License
26 stars 8 forks source link

Getting wrong line numbers with long statements #9

Open szczys opened 5 years ago

szczys commented 5 years ago

Replicate by typing: 80 print " 2018 Hackaday Superconference "

Behavior: Command appears at line 28271

szczys commented 5 years ago

This has been confirmed by @Roger-random

jaromir-sukuba commented 5 years ago

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

szczys commented 5 years ago

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 commented 5 years ago

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

Roger-random commented 5 years ago

Attaching screenshots of symptoms I saw on my Belgrade badge.

randomled

repeatstring

stringweirdness

szczys commented 5 years ago

@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 commented 5 years ago

That final-character thing should be fixed in 1.15.