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 Runtime Type Checks to Utilize Value-Derived Type Validation #26

Merged
merged 5 commits into from
Aug 15, 2024

Commits on Aug 14, 2024

  1. Start taking a different approach to runtime type checks

    Ditch the assert function and replace it with converting the value to a type and comparing that to the expected type.
    MidnightDesign committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    8fc65e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc8293d View commit details
    Browse the repository at this point in the history
  3. Update tests

    MidnightDesign committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4774fea View commit details
    Browse the repository at this point in the history
  4. Add some test cases

    MidnightDesign committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    71c1698 View commit details
    Browse the repository at this point in the history
  5. Add a test case

    MidnightDesign committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    582df36 View commit details
    Browse the repository at this point in the history