Skip to content

fix(main): duplicated task that are actually the same#144

Open
benureau wants to merge 2 commits intomainfrom
fix/duplicated_tasks
Open

fix(main): duplicated task that are actually the same#144
benureau wants to merge 2 commits intomainfrom
fix/duplicated_tasks

Conversation

@benureau
Copy link

@benureau benureau commented Jan 7, 2026

PR Checklist

  • Use descriptive commit messages.
  • Provide tests for your changes.
  • Update any related documentation and include any relevant screenshots.
  • Check if changes need to be made to docs (README or any guides in /docs/).
  • Reflect the changes you made in the changelog.

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Description

When subclassing task externally, using the extra_task_modules feature does not work because imported class are detected as duplicate. To fix this, we verify that they are the same object and ignore those.

Added/updated tests?

  • Yes
  • No, and this is why: please replace this line with details on why tests
    have not been included
  • I need help with writing tests

@benureau benureau changed the title fix duplicated task that are actually the same fix(main): duplicated task that are actually the same Jan 7, 2026
@benureau benureau requested a review from GrS-AA January 7, 2026 14:13
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