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

Small Lem refactors #673

Closed
wants to merge 2 commits into from
Closed

Commits on Sep 15, 2023

  1. fix: Remove unecessary panic

    - Enhanced error handling in `verify` function within `clutch/src/lib.rs` to improve program stability.
    huitseeker committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    aaf5b68 View commit details
    Browse the repository at this point in the history
  2. refactor: Refactor code while reading LEM

    - Updated import specifications across numerous files for clarity:, these include changes to `backend.rs`, `circuit.rs`, `path.rs`, `eval.rs`, `macros.rs`, and `pointers.rs`.
    - Modified and refactored code for improved error handling, examples include changes to `interpreter.rs`, `mod.rs`, `var_map.rs`, `writer.rs`, `store.rs`.
    - Included implementation of Debug traits in `var_map.rs` and `zstore.rs`.
    - Enhanced handling of invalid u16 values in `Tag` implementation
    - Implemented several lint checks in `.cargo/config` to ensure code quality.
    - Refined match syntax in the `num_paths_taken` method on `path.rs` and `fetch_symbol_path`, `read_maybe_meta`, `hash_ptr` on `store.rs` for better performance and error handling.
    huitseeker committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    e87e9bd View commit details
    Browse the repository at this point in the history