We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/).
The text was updated successfully, but these errors were encountered:
Thanks, Mike. Thanks for pointing out the flaw. This commit adds the closing parenthesis:
Sorry, something went wrong.
No branches or pull requests
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/).
The text was updated successfully, but these errors were encountered: