Skip to content

WIP: Return more KCL outcome data when executing - #1348

Open
adamchalmers wants to merge 2 commits into
mainfrom
achalmers/augment-kcl-exec
Open

WIP: Return more KCL outcome data when executing#1348
adamchalmers wants to merge 2 commits into
mainfrom
achalmers/augment-kcl-exec

Conversation

@adamchalmers

@adamchalmers adamchalmers commented Aug 27, 2026

Copy link
Copy Markdown
Collaborator

Requires KittyCAD/modeling-app#13362, CI will not pass until that is released.

Part of engine execution effort: KittyCAD/modeling-app#12500

@adamchalmers adamchalmers changed the title WIP: Return CAD operations in from engine execution WIP: Return more KCL outcome data when executing Aug 27, 2026
Comment thread Cargo.toml Outdated
[patch.crates-io]
kittycad-unit-conversion-derive = { path = "unit-conversion-derive" }
kcl-api = { path = "/Users/adamchalmers/kc-repos/modeling-app/rust/kcl-api" }
kcl-error = { path = "/Users/adamchalmers/kc-repos/modeling-app/rust/kcl-error" }

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Remember to remove these.

@adamchalmers
adamchalmers force-pushed the achalmers/augment-kcl-exec branch from e05cb6e to c081596 Compare August 27, 2026 23:57
adamchalmers added a commit to KittyCAD/modeling-app that referenced this pull request Aug 28, 2026
These will be used to pull CadOperation into the modeling-cmds API, so it can be returned during engine execution.

Part of #12500
Used in KittyCAD/modeling-api#1348
@adamchalmers
adamchalmers force-pushed the achalmers/augment-kcl-exec branch from c081596 to ee9192e Compare August 28, 2026 02:28
@adamchalmers
adamchalmers force-pushed the achalmers/augment-kcl-exec branch from ee9192e to 51c7d42 Compare August 28, 2026 02:36
@codecov

codecov Bot commented Aug 28, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 8 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (main@f6cc760). Learn more about missing BASE report.

Files with missing lines Patch % Lines
modeling-cmds/src/length_unit.rs 0.00% 6 Missing ⚠️
modeling-cmds/src/exec_kcl.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1348   +/-   ##
=======================================
  Coverage        ?   31.56%           
=======================================
  Files           ?       31           
  Lines           ?     1644           
  Branches        ?        0           
=======================================
  Hits            ?      519           
  Misses          ?     1125           
  Partials        ?        0           
Flag Coverage Δ
unittests 31.56% <0.00%> (?)

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

☔ View full report in Codecov by Harness.
📢 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.

@adamchalmers
adamchalmers force-pushed the achalmers/augment-kcl-exec branch from b9236fb to 387c76f Compare August 28, 2026 14:01
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.

2 participants