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 different message to distinguish between two cases: #495

Open
wants to merge 3 commits into
base: next
Choose a base branch
from

Commits on Sep 25, 2024

  1. Added different message to distinguish between two cases:

    a) the value at the path is of the wrong type
    b) the path does not exist
    
    .
    Ivan Kurnosov committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    93af1e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Moved exception message generation to named constructors

    in AssertException and CoercionException
    zerkms committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    6b02ca3 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Fix nested missing values

    zerkms committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    8915096 View commit details
    Browse the repository at this point in the history