-
Notifications
You must be signed in to change notification settings - Fork 69
Update getSketchExprsFromSelection to use codeRef.pathToNode #6737
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
base: main
Are you sure you want to change the base?
Conversation
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
const sketchVariable = getNodeFromPath<VariableDeclarator>( | ||
ast, | ||
path, | ||
s?.codeRef.pathToNode, |
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.
@Irev-Dev Mmmmh this change did break some of our sweep tests https://github.com/KittyCAD/modeling-app/actions/runs/14884043507/job/41798886884?pr=6737
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.
@jtran @Irev-Dev the tests that broke up there were in edit steps
Related https://github.com/KittyCAD/modeling-app/pull/6963/files#r2090752944
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.
Looks like we're back to green after 7030
Just a follow up from #6437
Part of #6650.