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

parse: ";;" not parsed correctly after a let clause #17

Closed
mkovaxx opened this issue Jun 18, 2016 · 4 comments
Closed

parse: ";;" not parsed correctly after a let clause #17

mkovaxx opened this issue Jun 18, 2016 · 4 comments
Labels

Comments

@mkovaxx
Copy link

mkovaxx commented Jun 18, 2016

When run with the following file as input, function declarations after _seq aren't processed at all.
https://github.com/mydzor/bash2048/blob/master/bash2048.sh

@mvdan mvdan changed the title parse: process the whole file parse: ";;" not parsed correctly after a let clause Jun 19, 2016
@mvdan
Copy link
Owner

mvdan commented Jun 19, 2016

Thanks for reporting!

@mvdan mvdan added the bug label Jun 19, 2016
@mvdan mvdan closed this as completed in 607a7d2 Jun 20, 2016
@mvdan
Copy link
Owner

mvdan commented Jun 20, 2016

Note that there are other issues uncovered with that file - I'll be fixing them now.

@mvdan
Copy link
Owner

mvdan commented Jun 20, 2016

All done - see the two commits directly after the one that fixed this issue.

@mkovaxx
Copy link
Author

mkovaxx commented Jun 21, 2016

Thanks for the quick fix!

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

No branches or pull requests

2 participants