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

Added significant amount of validation to components #419

Merged

Commits on Apr 2, 2024

  1. Added significant amount of validation to components

    Focus as on preventing lazy errors, where the primary issue is an
    incorrect configuration, but where the runtime error only occurs once
    the system is up and running, resulting in difficult to diagnose errors.
    
    The two ways this was accomplished by:
    
    - Add partyId validation whereever possible.
    - Add `Objects.requireNonNull` checks in component constructors.
    
    Additionally:
    
    - Added improved dianostics for failing futures in MASCOT `TestRuntime`.
    no-longer-human committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    4b9d08c View commit details
    Browse the repository at this point in the history