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

Dispatcher : Remove createMatching() static method #5443

Merged
merged 1 commit into from
Aug 30, 2023

Commits on Aug 29, 2023

  1. Dispatcher : Remove createMatching() static method

    This was a premature addition to the API - to our knowledge it only ever had one use case, and this eventually turned out to be poorly served by it anyway - see GafferHQ#5434. It's better to conform to the more minimal registry API used by other classes, and then let people compose their own logic on top.
    johnhaddon committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    dd76f03 View commit details
    Browse the repository at this point in the history