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

refactor(error): migrate function errors to anyhow #14159

Closed
wants to merge 10 commits into from

Commits on Dec 22, 2023

  1. migrate function errors to anyhow

    Signed-off-by: Runji Wang <wangrunji0408@163.com>
    wangrunji0408 committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    91507b2 View commit details
    Browse the repository at this point in the history
  2. update planner test

    Signed-off-by: Runji Wang <wangrunji0408@163.com>
    wangrunji0408 committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    52bcc6d View commit details
    Browse the repository at this point in the history
  3. add function name as error context

    Signed-off-by: Runji Wang <wangrunji0408@163.com>
    wangrunji0408 committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    caa5b65 View commit details
    Browse the repository at this point in the history
  4. update error message in slt

    Signed-off-by: Runji Wang <wangrunji0408@163.com>
    wangrunji0408 committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    1f7831f View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. update planner test

    Signed-off-by: Runji Wang <wangrunji0408@163.com>
    wangrunji0408 committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    582dde7 View commit details
    Browse the repository at this point in the history
  2. fix slt error message

    Signed-off-by: Runji Wang <wangrunji0408@163.com>
    wangrunji0408 committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    5ba42e2 View commit details
    Browse the repository at this point in the history
  3. fix overflow/underflow

    Signed-off-by: Runji Wang <wangrunji0408@163.com>
    wangrunji0408 committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    a7d9e3b View commit details
    Browse the repository at this point in the history
  4. fix to_char.slt

    Signed-off-by: Runji Wang <wangrunji0408@163.com>
    wangrunji0408 committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    e857dd1 View commit details
    Browse the repository at this point in the history
  5. fix trim_array

    Signed-off-by: Runji Wang <wangrunji0408@163.com>
    wangrunji0408 committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    8713fec View commit details
    Browse the repository at this point in the history
  6. fix

    Signed-off-by: Runji Wang <wangrunji0408@163.com>
    wangrunji0408 committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    c206788 View commit details
    Browse the repository at this point in the history