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

std::invalid_argument thrown when trying to say() a blank string #4

Closed
yaxollum opened this issue Jun 2, 2020 · 0 comments
Closed
Labels
bug Something isn't working

Comments

@yaxollum
Copy link
Member

yaxollum commented Jun 2, 2020

An std::invalid_argument exception is thrown when say() is used on a blank string. Scratch program demonstrating the bug:
sayblank_error.zip
Screenshot from 2020-06-02 19-15-11

Output of the Scratch program when run with Scrape (error message included):

Hello!
terminate called after throwing an instance of 'std::invalid_argument'
  what():  stod
Aborted (core dumped)
@yaxollum yaxollum added the bug Something isn't working label Jun 2, 2020
yaxollum added a commit that referenced this issue Jun 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant