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

Only allow erased parameters in erased definitions #19686

Commits on Apr 10, 2024

  1. Only allow erased parameters in erased definitions

    So far, we do not have any use case for them. We could enable them in a
    later version.
    
    The current implementation does not handle correctly the non-erased
    arguments to erased definitions. These should always be evaluated, but
    in some cases we can dorp them by mistake.
    nicolasstucki committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    f4ff6e3 View commit details
    Browse the repository at this point in the history