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

some escaping issue on file transfer #4

Open
aremes opened this issue Apr 27, 2015 · 1 comment
Open

some escaping issue on file transfer #4

aremes opened this issue Apr 27, 2015 · 1 comment

Comments

@aremes
Copy link

aremes commented Apr 27, 2015

I tried to copy a file to the board. Worked fine until i did some indexing of arrays. ended up getting


> stdin:1: ')' expected near ']'```

the culprit was access of a specific element in a line that looks like this:

``` lua
x = somearray[1]

it was fixed by

x = (somearray[1])

might help someone with the same issue. If i get around to it, i might have a look at the code. Are pull-requests ok?

@dobos
Copy link

dobos commented Feb 15, 2016

Same issue persists after almost a year. Gave me quite a headache to realize that this caused entire lines missing from the uploaded source files and lua giving me nils all the time.

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

2 participants