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

Incorrect StarBASIC syntax: missing closing parenthesis #9

Closed
mikekaganski opened this issue Mar 23, 2017 · 1 comment
Closed

Incorrect StarBASIC syntax: missing closing parenthesis #9

mikekaganski opened this issue Mar 23, 2017 · 1 comment

Comments

@mikekaganski
Copy link

With a recent changes in LibreOffice StarBasic parser (https://bugs.documentfoundation.org/show_bug.cgi?id=80731), it now doesn't silently accept a missing closing parenthesis anymore (as it did before). So, this change has revealed a number of extensions that had this flaw unnoticed (https://bugs.documentfoundation.org/show_bug.cgi?id=106529), Read Text being among them (https://ask.libreoffice.org/en/question/90653/after-upgrading-to-5312-previous-working-extensions-results-in-error/).

@jimholgate
Copy link
Owner

Thanks, Mike. Thanks for pointing out the flaw. This commit adds the closing parenthesis:

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