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

Improve error diagnostic for exception-spec mismatch #5547

Merged
merged 3 commits into from Jul 21, 2023

Commits on Jul 19, 2023

  1. Improve error diagnostic for exception-spec mismatch

    It seems like the most common Cython 3 snag is the change in
    function exception behaviour. This PR adds some extra diagnostics
    to help people navigate this change, and a general mechanism
    for adding this kind of diagnostics.
    
    It needs some tests, but I wasn't to see what tests fail
    to tell me where to put them.
    da-woods committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    3dc9a78 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Fix tests

    da-woods committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    2d7d76f View commit details
    Browse the repository at this point in the history
  2. Change wording

    da-woods committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    516c635 View commit details
    Browse the repository at this point in the history