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

assert: improve loose assertion message #22155

Closed

Commits on Aug 6, 2018

  1. assert: improve loose assertion message

    So far the error message from a loose assertion is not always very
    informative and could be misleading. This is fixed by:
    
    * showing more from the actual error message
    * having a better error description
    * not using custom inspection
    * inspecting a higher depth
    * inspecting the full array instead of up to 100 entries
    BridgeAR committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    71cc44a View commit details
    Browse the repository at this point in the history