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

Parameter attributes on Cfunction closures sticks #41827

Merged

Commits on Aug 25, 2021

  1. Parameter attributes on Cfunction closures sticks

    When CFunction closures are created an extra argument is added to the
    function signature for holding the closure.
    
    Make sure that the parameter attributes on already existing parameters
    are not shifted when adding that parameter.
    troels committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    5958d91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffb0e29 View commit details
    Browse the repository at this point in the history