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

Perform a dry run for transforms #575

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

martinRenou
Copy link
Member

Fix #572

This prevents a critical crash when the translation transform cannot be applied, by not applying the transform.

Screencast.From.2024-11-08.10-13-00.mp4

@martinRenou martinRenou added the enhancement New Feature or improvement label Nov 8, 2024
@martinRenou
Copy link
Member Author

@trungleduc on the long term, I guess we will want to move the dry run logic (hence the worker) higher in the stack instead of in the main view model.

That way the object properties panel does not depend on a main view model being around?

@trungleduc
Copy link
Member

@trungleduc on the long term, I guess we will want to move the dry run logic (hence the worker) higher in the stack instead of in the main view model.

That way the object properties panel does not depend on a main view model being around?

Indeed, the main view is doing too much thing

Copy link
Member

@arjxn-py arjxn-py left a comment

Choose a reason for hiding this comment

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

Thanks @martinRenou 🚀

Copy link
Contributor

github-actions bot commented Nov 8, 2024

Integration tests report: appsharing.space

Copy link
Contributor

github-actions bot commented Nov 8, 2024

Preview PR at appsharing.space

@arjxn-py arjxn-py merged commit b7f3687 into jupytercad:main Nov 8, 2024
11 checks passed
@martinRenou martinRenou deleted the dry_run_transform branch November 8, 2024 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New Feature or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Perform a dry run for any update of the shared model
3 participants