-
Notifications
You must be signed in to change notification settings - Fork 51
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
Bring back multi profile #4828
base: main
Are you sure you want to change the base?
Bring back multi profile #4828
Conversation
This reverts commit efe8089.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
src/lang/std/artifactGraph.ts
Outdated
/** {@deprecated} this information should come from the ArtifactGraph not digging around in the AST */ | ||
function getWallOrCapPlaneCodeRef( |
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.
this is the dodgy thing @jtran that we can look to remove, it's used to get the codeRef for startSketchOn
in the case of startSketchOn(extrude, faceTag)
, but we can remedy with more info returned from execution.
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.
e2e test failures don't seem related. |
* Add Rust side artifacts for startSketchOn face or plane * move ast digging --------- Co-authored-by: Kurt Hutten Irev-Dev <k.hutten@protonmail.ch>
bddf028
to
0642e49
Compare
I resolved conflict (might have made mistake) but tests are still failing. |
Triggered CI after new snaps |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4828 +/- ##
=======================================
Coverage 85.84% 85.84%
=======================================
Files 88 88
Lines 31429 31432 +3
=======================================
+ Hits 26981 26984 +3
Misses 4448 4448
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I just merged I also blew away PNG snapshot changes that conflicted and used the ones from |
All tests are now passing; onto I guess just playing around a bit |
Ok, there are still some rough cases: |
2025-01-09_16-29-00.mp4 |
Found another issue, doesn't highlight old sketch code: 2025-01-10_11-46-20.mp4 |
Found another issue, it's selecting multiple sketches that do not belong to each other: 2025-01-10_11-49-01.mp4 |
@@ -195,7 +195,7 @@ export const ModelingMachineProvider = ({ | |||
store.videoElement?.pause() | |||
|
|||
return kclManager | |||
.executeCode() | |||
.executeCode({ isPartialExecution: true }) |
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.
With #5005, I think we determined this isn't partial execution.
Revert revert.
closes #4828
closes #4619
closes #5191