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

Switch plugin system from pkg_resources to importlib #562

Merged
merged 2 commits into from
Aug 17, 2023

Commits on Aug 17, 2023

  1. Deprecate entry_point API in favor of extension_point (#562)

    This change deprecates the critical entry_point module in colcon-core in
    favor of a new module called 'extension_point' which is not coupled to
    the pkg_resources module of setuptools like its predecessor.
    cottsay committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    2bc930d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dab8cad View commit details
    Browse the repository at this point in the history