-
Notifications
You must be signed in to change notification settings - Fork 0
feat(componentbase): New component base! #27
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Marc romu/cleanup 250105
…ponentBase SolveInstance method and AsyncComponentBase SolveInstance method to base cases on clear states.
…dular and reusable approach - not working yet...
… Base, to work with "Feature request: Store outputs and prevent from recalculating on file open #8"
… new component base
… defined via SetPersistentOutput on open/save document. Pending debug with complex output trees and data types.
…ll initial, needs work
…t and informative warnings
…ases for button and toggle
Signed-off-by: Marc Roca-Musach <49920661+marc-romu@users.noreply.github.com>
docs: prepare docs for migration to new component base
refactor(aitextgenerate): moved to old feat(aitextgenerate): draft of new component using the new component base
…symmetric situations
… to recompute the component
…ocessor in cases of 1:N or 1:N'
…oreasync fix(componentbase): Restore async functionatily
feat(componentbase): New component base!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This new component base includes several improvements, such as cleaner code, more robust error handling, enhanced type flexibility, improved async processing, and better separation of concerns between component logic and worker implementations.
The changes aim to make the SmartHopper components more modular, maintainable, and extensible while preserving the core functionality of AI-powered Grasshopper components.
Breaking Changes
The new component base is incompatible with previous components. Old components were moved to the new Testing library. Old components were migrated to use the new component base. Functionality could be slightly different from the previous versions.
Testing Done
RH8.15 on Windows.
Checklist