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

Fix "sin^-1(x)" Crash #2009 #2093

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix "sin^-1(x)" Crash #2009 #2093

wants to merge 1 commit into from

Conversation

firahman
Copy link

@firahman firahman commented Dec 4, 2023

Catching unhandled exceptions instead of crashing

Fixes #2009

Description of the changes:

  • Catching relevant exceptions and setting analysis error to true for further error handling.

How changes were validated:

  • Smoke tests, automated testing and UI testing
  • Testing the math functions with manual tests.

Catching unhandled exceptions instead of crashing
@firahman
Copy link
Author

firahman commented Dec 4, 2023

@microsoft-github-policy-service agree

@tian-lt
Copy link
Contributor

tian-lt commented Mar 26, 2024

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

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

Successfully merging this pull request may close these issues.

Typing "sin^-1(x)" and "Enter" in the graphing calculator causes the app to crash.
2 participants