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

prevent loading other extensions when precompiling an extension #55589

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Aug 26, 2024

  1. prevent loading other extensions when precompiling an extension

    The current way of loading extensions when precompiling an extension very easily leads to cycles. For example, if you have more than one extension and you happen to transitively depend on the triggers of one of your extensions you will immidiately hit a cycle.
    
    The test added here checks this scenario and we can now precompile and load it without any warnings or issues.
    KristofferC committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    80f0764 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. remove dead code

    KristofferC committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a84c385 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    952c72f View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    3a127e2 View commit details
    Browse the repository at this point in the history