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 ResultError, refactor panic #7

Merged
merged 30 commits into from
Nov 3, 2023
Merged

Add ResultError, refactor panic #7

merged 30 commits into from
Nov 3, 2023

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    bebd7d3 View commit details
    Browse the repository at this point in the history
  2. Add try errors

    bkiac committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    ca031b5 View commit details
    Browse the repository at this point in the history
  3. Add from, into

    bkiac committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    8ad5fd0 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Update handler type

    bkiac committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5f78d19 View commit details
    Browse the repository at this point in the history
  2. Fix none type

    bkiac committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    9fb1a0b View commit details
    Browse the repository at this point in the history
  3. Add stack and name

    bkiac committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    e976919 View commit details
    Browse the repository at this point in the history
  4. Add tsx pkg

    bkiac committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    599e44e View commit details
    Browse the repository at this point in the history
  5. Fix index

    bkiac committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    191123c View commit details
    Browse the repository at this point in the history
  6. Update vitest

    bkiac committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    2db6bde View commit details
    Browse the repository at this point in the history
  7. Add result error tests

    bkiac committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    8680436 View commit details
    Browse the repository at this point in the history
  8. Remove test cache

    bkiac committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    7e50b81 View commit details
    Browse the repository at this point in the history
  9. Remove error extends

    bkiac committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    ee11357 View commit details
    Browse the repository at this point in the history
  10. Add stack

    bkiac committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5e66c4c View commit details
    Browse the repository at this point in the history
  11. Update ResultError stack

    bkiac committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    427a308 View commit details
    Browse the repository at this point in the history
  12. Add origin name to stack trace

    bkiac committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    2283848 View commit details
    Browse the repository at this point in the history
  13. Remove none value

    bkiac committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    496a2b8 View commit details
    Browse the repository at this point in the history
  14. Refactor stack

    bkiac committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    142427a View commit details
    Browse the repository at this point in the history
  15. Add inspectors

    bkiac committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b2358a3 View commit details
    Browse the repository at this point in the history
  16. Add guardWith

    bkiac committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    a6375ad View commit details
    Browse the repository at this point in the history
  17. Add tryWith tests

    bkiac committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5b3826f View commit details
    Browse the repository at this point in the history
  18. Refactor name with tag

    bkiac committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    8055478 View commit details
    Browse the repository at this point in the history
  19. Add guardWith tests

    bkiac committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    345cc09 View commit details
    Browse the repository at this point in the history
  20. Refactor dirs

    bkiac committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    23289dd View commit details
    Browse the repository at this point in the history
  21. Update panic

    bkiac committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    0ae03ba View commit details
    Browse the repository at this point in the history
  22. Add error util

    bkiac committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    edfbe5d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    55d6781 View commit details
    Browse the repository at this point in the history
  24. Remove barrel files

    bkiac committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    0cb0d78 View commit details
    Browse the repository at this point in the history
  25. Fix imports

    bkiac committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    694b8c7 View commit details
    Browse the repository at this point in the history
  26. Rename tests

    bkiac committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    4a96c2d View commit details
    Browse the repository at this point in the history
  27. Fix export

    bkiac committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    0ec3600 View commit details
    Browse the repository at this point in the history