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

Add new error type HintError #676

Merged
merged 59 commits into from
Jan 4, 2023
Merged

Add new error type HintError #676

merged 59 commits into from
Jan 4, 2023

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    c47e701 View commit details
    Browse the repository at this point in the history
  2. Add fn is_call_instruction

    fmoletta committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    51219ca View commit details
    Browse the repository at this point in the history
  3. add code

    fmoletta committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    3b276db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05f0bdd View commit details
    Browse the repository at this point in the history
  5. Refactor code

    fmoletta committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    c89eb3f View commit details
    Browse the repository at this point in the history
  6. Clippy

    fmoletta committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    f02db3e View commit details
    Browse the repository at this point in the history
  7. Add get_traceback method

    fmoletta committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    05813bd View commit details
    Browse the repository at this point in the history
  8. Fix get_error_attr_value

    fmoletta committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    58992c3 View commit details
    Browse the repository at this point in the history
  9. Add traceback to VmException

    fmoletta committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    b381624 View commit details
    Browse the repository at this point in the history
  10. Make traceback non-optional

    fmoletta committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    936eadc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e72dff5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    93eae26 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    67ccc39 View commit details
    Browse the repository at this point in the history
  14. Code refactor

    fmoletta committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    ba410b0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    acf3299 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bc66d0f View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Improve fn

    fmoletta committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    b3952cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2fa8a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88e4b52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a03cec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    371dc43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46a7202 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd0b9c6 View commit details
    Browse the repository at this point in the history
  8. Fix string format

    fmoletta committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    5e753bb View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Fix string format

    fmoletta committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    09ee596 View commit details
    Browse the repository at this point in the history
  2. Update traceback tests

    fmoletta committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    9eac613 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3612b01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f56122d View commit details
    Browse the repository at this point in the history
  5. Fix test

    fmoletta committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    00ccd31 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ed2287 View commit details
    Browse the repository at this point in the history
  7. Update VmException display

    fmoletta committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    839cbf1 View commit details
    Browse the repository at this point in the history
  8. Fix string format

    fmoletta committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    8937c87 View commit details
    Browse the repository at this point in the history
  9. Fix string format

    fmoletta committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    747bb77 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1dbe083 View commit details
    Browse the repository at this point in the history
  11. Remove debug print

    fmoletta committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    5f78c47 View commit details
    Browse the repository at this point in the history
  12. Fix Display

    fmoletta committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    542e06e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d33f6e1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2fdef4a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9845fc5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8b1e11c View commit details
    Browse the repository at this point in the history
  17. Update Changelog

    fmoletta committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    f46e49a View commit details
    Browse the repository at this point in the history
  18. Clippy

    fmoletta committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    e9ecfe4 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Remove unnecessary &

    fmoletta committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    40d06cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7b5cfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    160fe32 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    bd6111a View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    a9045fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    085d6eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2909f1b View commit details
    Browse the repository at this point in the history
  8. Start refactor

    fmoletta committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    5542e3f View commit details
    Browse the repository at this point in the history
  9. Update changelog

    fmoletta committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    4a9e6dd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7f6e049 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    68f7384 View commit details
    Browse the repository at this point in the history
  12. Update custom hint example

    fmoletta committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    94aa1f1 View commit details
    Browse the repository at this point in the history
  13. Fix changelog format

    fmoletta committed Dec 29, 2022
    1 Configuration menu
    Copy the full SHA
    c683b6d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    31fdb1e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3695a11 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Configuration menu
    Copy the full SHA
    6b142e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    d17c74d View commit details
    Browse the repository at this point in the history