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

Remove all code that can possibly panic #363

Merged
merged 10 commits into from
Jun 9, 2024
Merged

Remove all code that can possibly panic #363

merged 10 commits into from
Jun 9, 2024

Conversation

temeddix
Copy link
Member

@temeddix temeddix commented Jun 9, 2024

Changes

This PR removes all code that can panic(unwrap, expect) from the codebase.

Before Committing

Please make sure that you've analyzed and formatted the files.

dart analyze flutter_ffi_plugin --fatal-infos
dart format .
cargo fmt
cargo clippy --fix --allow-dirty

@temeddix temeddix changed the title Reduce panic Remove all panicking code Jun 9, 2024
@temeddix temeddix changed the title Remove all panicking code Remove all code that can possibly panic Jun 9, 2024
@temeddix temeddix merged commit c813f51 into main Jun 9, 2024
22 checks passed
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.

1 participant