Skip to content

added __all_plugins__ to root package #35

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

added __all_plugins__ to root package #35

wants to merge 2 commits into from

Conversation

chenkasirer
Copy link
Member

This re-adds __all_plugins__ to __init__.py so that plugins can be discovered.

@chenkasirer chenkasirer requested a review from Copilot August 11, 2025 11:21
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR re-adds the __all_plugins__ list to the root package's __init__.py file to enable plugin discovery for the compas_libigl library. This addresses an issue where plugins were not being detected properly.

  • Re-introduces the __all_plugins__ list containing 7 plugin module names
  • Updates the changelog to document the plugin detection fix

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/compas_libigl/init.py Adds __all_plugins__ list with 7 plugin module references for discovery
CHANGELOG.md Documents the plugin detection fix in the Changed section

Co-authored-by: Copilot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant