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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix remaining type test failures #569

Merged
merged 4 commits into from
Jun 27, 2024
Merged

Commits on Jun 26, 2024

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

Commits on Jun 27, 2024

  1. Fix and add additional contrast type tests

    The default value of the `o` parameter was causing the generated
    type files to declare the `o` parameter as optional. This was
    causing a failure in the contrast type tests.
    
    Added additional tests for the contrast algorithms and functions
    on the Color class.
    lloydk committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    850f574 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf2123b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dab629 View commit details
    Browse the repository at this point in the history