Skip to content

Comments

sketching on a mirror2d thats been extruded fixed!#6149

Merged
jessfraz merged 12 commits intomainfrom
sketch-on-mirror
Apr 4, 2025
Merged

sketching on a mirror2d thats been extruded fixed!#6149
jessfraz merged 12 commits intomainfrom
sketch-on-mirror

Conversation

@jessfraz
Copy link
Contributor

@jessfraz jessfraz commented Apr 4, 2025

fixes #4962

thank you @gserena01

Signed-off-by: Jess Frazelle <github@jessfraz.com>
@qa-wolf
Copy link

qa-wolf bot commented Apr 4, 2025

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

@vercel
Copy link

vercel bot commented Apr 4, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
modeling-app ✅ Ready (Inspect) Visit Preview Apr 4, 2025 7:43pm

@jessfraz jessfraz marked this pull request as draft April 4, 2025 17:23
Signed-off-by: Jess Frazelle <github@jessfraz.com>
jessfraz added 2 commits April 4, 2025 10:56
Signed-off-by: Jess Frazelle <github@jessfraz.com>
Signed-off-by: Jess Frazelle <github@jessfraz.com>
@jessfraz jessfraz changed the title test sketching on a mirror2d thats been extruded sketching on a mirror2d thats been extruded fixed! Apr 4, 2025
@jessfraz jessfraz marked this pull request as ready for review April 4, 2025 18:00
jessfraz and others added 5 commits April 4, 2025 11:00
Signed-off-by: Jess Frazelle <github@jessfraz.com>
Signed-off-by: Jess Frazelle <github@jessfraz.com>
Signed-off-by: Jess Frazelle <github@jessfraz.com>
jessfraz and others added 2 commits April 4, 2025 11:39
Signed-off-by: Jess Frazelle <github@jessfraz.com>
@codspeed-hq
Copy link

codspeed-hq bot commented Apr 4, 2025

CodSpeed Walltime Performance Report

Merging #6149 will degrade performances by 19.26%

Comparing sketch-on-mirror (4d4cb8c) with main (96e12b5)

⚠️ Unknown Walltime execution environment detected

Using the Walltime instrument on standard Hosted Runners will lead to inconsistent data.

For the most accurate results, we recommend using CodSpeed Macro Runners: bare-metal machines fine-tuned for performance measurement consistency.

Summary

⚡ 6 improvements
❌ 6 regressions
✅ 78 untouched benchmarks
🆕 2 new benchmarks
⁉️ 2 dropped benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark BASE HEAD Change
execute_80-20-rail 3.4 s 3.9 s -13.16%
⁉️ execute_a-parametric-bearing-pillow-block 2.7 s N/A N/A
⁉️ parse_a-parametric-bearing-pillow-block 1.8 ms N/A N/A
execute_exhaust-manifold 2.1 s 2.4 s -13.06%
execute_focusrite-scarlett-mounting-bracket 2.2 s 2.4 s -11%
execute_gridfinity-baseplate-magnets 5.6 s 5 s +12.32%
execute_gridfinity-baseplate 2.7 s 3.1 s -10.61%
execute_i-beam 1.1 s 1.4 s -19.26%
execute_lego 3.1 s 2.5 s +23.09%
🆕 execute_parametric-bearing-pillow-block N/A 2.8 s N/A
🆕 parse_parametric-bearing-pillow-block N/A 1.8 ms N/A
execute_pipe-flange-assembly 5.2 s 5.9 s -13.16%
parse_pipe 906.3 µs 408.5 µs ×2.2
execute_socket-head-cap-screw 1.9 s 1.7 s +10.14%
parse_walkie-talkie 899.4 µs 806.1 µs +11.58%
parse_washer 707.2 µs 517.8 µs +36.56%

Signed-off-by: Jess Frazelle <github@jessfraz.com>
@codecov
Copy link

codecov bot commented Apr 4, 2025

Codecov Report

Attention: Patch coverage is 67.56757% with 12 lines in your changes missing coverage. Please review.

Project coverage is 85.34%. Comparing base (a789632) to head (4d4cb8c).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
rust/kcl-lib/src/std/mirror.rs 71.42% 8 Missing ⚠️
rust/kcl-lib/src/std/extrude.rs 50.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6149      +/-   ##
==========================================
- Coverage   85.39%   85.34%   -0.05%     
==========================================
  Files         110      110              
  Lines       44215    44246      +31     
==========================================
+ Hits        37756    37763       +7     
- Misses       6459     6483      +24     
Flag Coverage Δ
rust 85.34% <67.56%> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jessfraz jessfraz disabled auto-merge April 4, 2025 19:55
@jessfraz jessfraz merged commit bfdf8ba into main Apr 4, 2025
55 of 60 checks passed
@jessfraz jessfraz deleted the sketch-on-mirror branch April 4, 2025 19:55
modeling-app-github-app bot pushed a commit that referenced this pull request Apr 4, 2025
* updates

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* snap

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* fixes

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* add sample

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* updates

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* updates

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* updates

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* fixes

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* snap

Signed-off-by: Jess Frazelle <github@jessfraz.com>

---------

Signed-off-by: Jess Frazelle <github@jessfraz.com>
jessfraz added a commit that referenced this pull request Apr 5, 2025
* origin/main: (26 commits)
  attempt to import win-ca on windows (#6136)
  Upgrade e2e-tests windows runner from 4 cores to 8 (#6166)
  Follow-up fixes after bearing sample rename (#6164)
  Add test for #5799: "Only showing axis planes when there are no errors" (#6007)
  Wait for export button to make test more reliable (#6143)
  sketching on a mirror2d thats been extruded fixed! (#6149)
  Bump vite from 5.4.16 to 5.4.17 in /packages/codemirror-lang-kcl in the security group (#6150)
  Bump vite from 5.4.16 to 5.4.17 in the security group (#6151)
  Update all KCL-Samples to be more ME friendly (#6132)
  Shorten feedback cycle for legitimate failures (#6146)
  Remove the camera projection toggle from the UI (#6077)
  Use all available CPUs to run tests on CI (#6138)
  [fix] Get rid of risky useEffect in restart onboarding flow (#6133)
  Feature: Traditional menu actions in desktop application part II (#6030)
  [Bug] fix some UI friction from imports (#6139)
  Use scene fixture to make test more reliable on macOS (#6140)
  Fix: function composition during playwright setup created a massive page.reload loop (#6137)
  Alternative way to make appMachine spawned children type safe (#5890)
  [BUG] mutate ast to keep comments for pipe split ast-mod (#6128)
  Rename the app to Zoo Design Studio (#5974)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Can't sketch on face of an extruded mirror2d

1 participant