-
Notifications
You must be signed in to change notification settings - Fork 102
Multi-profile sweeps and more robust edit flows in point-and-click #6437
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
franknoirot
merged 39 commits into
main
from
pierremtb/issue6434-Extend-point-and-click-edit-flows-to-non-variable-sweep-declarations
May 6, 2025
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
acc6d41
WIP: Extend point-and-click edit flows to non-variable sweep declarat…
pierremtb 5119a90
Merge branch 'main' into pierremtb/issue6434-Extend-point-and-click-e…
pierremtb 2c5c59c
Merge branch 'main' into pierremtb/issue6434-Extend-point-and-click-e…
pierremtb 56dbaa1
Merge branch 'main' into pierremtb/issue6434-Extend-point-and-click-e…
pierremtb 8a8678e
Clean up
pierremtb 7c9387d
Clean up more and break out to external hopefully testable function
pierremtb 4450402
Apply the same principles to Revolve
pierremtb c312420
Add variable insertion for revolve and extrude
pierremtb 1f205bb
More clean up ahead of sweep migration
pierremtb f37c3ac
Merge branch 'main' into pierremtb/issue6434-Extend-point-and-click-e…
pierremtb f517bd3
Fix more tests
pierremtb 6b0cdb5
Lint
pierremtb 7cdb181
Remove skips on extrude and revolve
pierremtb 8c7c145
Migrate sweep
pierremtb d756fc6
Fix a few tests
pierremtb f18cf36
Merge branch 'main' into pierremtb/issue6434-Extend-point-and-click-e…
pierremtb 5c766a2
Fix more tests
pierremtb 6b4fae0
Extend point-and-click edit flows to non-variable sweep declarations
pierremtb cfa5d6e
Ensure we can edit all three extrude from sample bracket with test
pierremtb 190701c
Fix all but one test
pierremtb 0cc704a
One more
pierremtb 0e2e811
Merge branch 'main' into pierremtb/issue6434-Extend-point-and-click-e…
pierremtb 7420c63
Fix more
pierremtb fd3b7b7
Another fix
pierremtb 630410e
Another fix
pierremtb 692138c
Update src/lang/modifyAst/addSweep.ts
pierremtb 92f11ff
Big arg naming alignment with KCL, move Loft into the mix for consist…
pierremtb cf0ad74
Fix sweep validation and WIP multi profile tests for all sweeps
pierremtb c632304
Fix tests
pierremtb b568888
Lint
pierremtb be80053
Extend point-and-click edit flows to non-variable sweep declarations
pierremtb 288e46a
Fix lofts
pierremtb 86a6ed1
Another oopsie in global replace
pierremtb 00d2140
Clean up operations.ts
pierremtb c939a9b
Merge branch 'main' into pierremtb/issue6434-Extend-point-and-click-e…
pierremtb 7f060cb
Add Frank's suggestions
pierremtb 6bb8293
Fix up some messssss
pierremtb 2d1410e
Last fix hopefully
pierremtb a9cf5ec
Lint
pierremtb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most of the changes here and below are to account for:
skip: trueAnd I took the opportunity to modernize those tests a bit to new fixtures
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 🔥