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 panics #903

Open
19 of 45 tasks
JulianGCalderon opened this issue Nov 11, 2024 · 0 comments
Open
19 of 45 tasks

Remove panics #903

JulianGCalderon opened this issue Nov 11, 2024 · 0 comments

Comments

@JulianGCalderon
Copy link
Contributor

JulianGCalderon commented Nov 11, 2024

We should remove panics (unwraps, expects, unreachables, unimplementeds) in favor of proper error handling.

The following files should be reviewed:

  • src/arch.rs
  • src/cache/aot.rs
  • src/cache/jit.rs
  • src/compiler.rs
  • src/context.rs
  • src/execution_result.rs
  • src/executor.rs
  • src/executor/aot.rs
  • src/executor/contract.rs
  • src/executor/jit.rs
  • src/ffi.rs
  • src/lib.rs
  • src/libfuncs.rs
  • src/libfuncs/array.rs
  • src/libfuncs/bool.rs
  • src/libfuncs/cast.rs
  • src/libfuncs/const.rs
  • src/libfuncs/debug.rs
  • src/libfuncs/enum.rs
  • src/libfuncs/felt252.rs
  • src/libfuncs/felt252_dict.rs
  • src/libfuncs/felt252_dict_entry.rs
  • src/libfuncs/function_call.rs
  • src/libfuncs/gas.rs
  • src/libfuncs/pedersen.rs
  • src/libfuncs/poseidon.rs
  • src/libfuncs/starknet.rs
  • src/libfuncs/starknet/testing.rs
  • src/metadata.rs
  • src/metadata/auto_breakpoint.rs
  • src/metadata/drop_overrides.rs
  • src/metadata/dup_overrides.rs
  • src/metadata/gas.rs
  • src/metadata/realloc_bindings.rs
  • src/metadata/runtime_bindings.rs
  • src/starknet.rs
  • src/starknet_stub.rs
  • src/types.rs
  • src/types/enum.rs
  • src/types/felt252_dict.rs
  • src/types/snapshot.rs
  • src/types/struct.rs
  • src/utils.rs
  • src/utils/mem_tracing.rs
  • src/values.rs
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

No branches or pull requests

1 participant