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

feat: wrap big variants of errors in Box #1193

Merged
merged 24 commits into from
Jun 1, 2023
Merged

feat: wrap big variants of errors in Box #1193

merged 24 commits into from
Jun 1, 2023

Commits on May 30, 2023

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

Commits on May 31, 2023

  1. Fix half of the errors

    MegaRedHand committed May 31, 2023
    Configuration menu
    Copy the full SHA
    ae3034b View commit details
    Browse the repository at this point in the history
  2. Fix compile warnings

    MegaRedHand committed May 31, 2023
    Configuration menu
    Copy the full SHA
    58f91cf View commit details
    Browse the repository at this point in the history
  3. Use crate::stdlib's Box

    MegaRedHand committed May 31, 2023
    Configuration menu
    Copy the full SHA
    d16c5ed View commit details
    Browse the repository at this point in the history
  4. Appease clippy

    MegaRedHand committed May 31, 2023
    Configuration menu
    Copy the full SHA
    443362a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a824d87 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3a68fc View commit details
    Browse the repository at this point in the history
  7. Update changelog

    MegaRedHand committed May 31, 2023
    Configuration menu
    Copy the full SHA
    1a7c490 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d809fed View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a80ed68 View commit details
    Browse the repository at this point in the history
  10. Box MathError variants

    MegaRedHand committed May 31, 2023
    Configuration menu
    Copy the full SHA
    c95469d View commit details
    Browse the repository at this point in the history
  11. Box MemoryError variants

    MegaRedHand committed May 31, 2023
    Configuration menu
    Copy the full SHA
    3e32c8f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1a2c87d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    514def1 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Box VirtualMachineError

    MegaRedHand committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    123414a View commit details
    Browse the repository at this point in the history
  2. Box RunnerError

    MegaRedHand committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    fb0519c View commit details
    Browse the repository at this point in the history
  3. Appease clippy

    MegaRedHand committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    13fbd9c View commit details
    Browse the repository at this point in the history
  4. Use crate::stdlib's Box

    MegaRedHand committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    68f902d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9dfdf4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fea6ff2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f75d6c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    506bf3b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c9b5ef1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8f91da3 View commit details
    Browse the repository at this point in the history