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
Hello,
Thank you for this library.
I have identified a runtime crash issue caused by division by zero. For instance, the following code snippet causes the library to crash:
let rule = """ { "/" : [10, 0] } """ // Example parsing let result: String? = try? JSONLogicClient.applyRule(rule, to: nil) print("result = \(String(describing: result))")
This pull request #33 implements a fix to prevent this crash.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Thank you for this library.
Potential unhandled crash: Division by Zero
I have identified a runtime crash issue caused by division by zero. For instance, the following code snippet causes the library to crash:
This pull request #33 implements a fix to prevent this crash.
The text was updated successfully, but these errors were encountered: