feat: add a way to unbind plugins#612
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
… CallableFunction handling
|
|
By doing this issue now and with this way of implementation, it adds too much complexity internally (too much side effects) and externally (the way systems are registered and executed is not explicit at all so is error prone). And adding this will ask the users to add default complexity to their projects. So I decided to close this PR and branch until a new way is found to avoid too much complexity and side effects. Here is some data found while searching and exploring ways to implement this: https://drive.google.com/file/d/1-DHvbn5n6PfJMO75ExwOjWoTVE6P9kTi/view?usp=sharing Feel free to share your ideas and suggest a way of implementation. |




Pull Request
Description
Related Issues (Optional, put "None" if there are no related issues)
Fixes #(issue)
Relates to #(issue)
Type of Change
Changes Made
List of the main changes in this PR:
Testing (Optional, put "None" if you didn't have to test anything)
xmake test)clang-format)Test Environment
Documentation
Checklist (Don't delete any options)
Time Spent (Optional, put "None" if you don't know)
Screenshots/Videos (Optional, put "None" if it's not relevant)
Breaking Changes (Optional, Put "None" if there are no breaking changes)
Additional Notes (Optional, Put "None" if there are no additional notes)