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: inspect getters #25004

Closed

Commits on Dec 13, 2018

  1. assert: inspect getters

    While asserting two objects the descriptor is not taken into account.
    Therefore getters will be triggered as such. This makes sure they
    are also highlighted in the error message instead of potentially
    looking identical while the return value of the getter is actually
    different.
    BridgeAR committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    a0f077b View commit details
    Browse the repository at this point in the history