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: extensions can register more extensions via apply method #5116

Merged

Commits on Oct 4, 2024

  1. bug fix: extensions can register more extensions via apply method

    rmosolgo#5054 introduced a regression
    where an extension registered eagerly can no longer register another
    extension in its `apply` method. I fix the bug here by restoring the
    previous `@call_after_define` logic.
    ElvinEfendi committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ca493a0 View commit details
    Browse the repository at this point in the history