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

Give the proper Loc information when calling assert hook #11987

Merged
merged 1 commit into from
Nov 23, 2020

Commits on Nov 23, 2020

  1. Give the proper Loc information when calling assert hook

    Before this change, if calling the internal _d_assert_fail hook failed,
    no file/line informations were provided, making it hard to track down
    the origin of the error.
    Obviously, calling _d_assert_fail is done by the compiler and should never
    result in an error in the first place, but if it does, we can now see why.
    Geod24 committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    e29a7ab View commit details
    Browse the repository at this point in the history