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

[14.0][BKP] component: misc improvements #487

Merged
merged 3 commits into from
Sep 3, 2024

Commits on Sep 3, 2024

  1. component: add RegistryNotReadyError

    Sounds valueable to have a specific type of error
    rather than a KeyError when something break
    because no registry is ready.
    simahawk committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    08febd5 View commit details
    Browse the repository at this point in the history
  2. component: add is_component_registry_ready

    Handy function to allow depending modules to check for registry readyness
    w/o exposing internals.
    simahawk committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    adaf47f View commit details
    Browse the repository at this point in the history
  3. component: update contributors

    Contributing and maitaining since a while... ;)
    simahawk committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    491a548 View commit details
    Browse the repository at this point in the history