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

BUG: Fix cast safety and comparisons for zero sized voids #19351

Merged
merged 1 commit into from
Jun 25, 2021

Commits on Jun 25, 2021

  1. BUG: Fix cast safety and comparisons for zero sized voids

    These are more complicated and weird things could happen...
    right now, the only "weird" thing is that some sized to unsized
    voids casts may be considered as safe when they should not be.
    
    I think this is fine... In general, we need to fix all casts
    to a strict interpretation of V0, S0, and U0 and then then
    allow "V", "S", and "U" explicitly on the python entry-points
    
    Right now, this is as minimal as I could make it work, it isn't
    as minimal as I would _like_ after a release, but here we go...
    seberg authored and charris committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    1765a18 View commit details
    Browse the repository at this point in the history