Skip to content

Execute KCL on engine by default - #1793

Merged
adamchalmers merged 2 commits into
mainfrom
achalmers/default-eng-exec
Aug 29, 2026
Merged

Execute KCL on engine by default#1793
adamchalmers merged 2 commits into
mainfrom
achalmers/default-eng-exec

Conversation

@adamchalmers

Copy link
Copy Markdown
Contributor

Opt out by passing ENGINE_EXECUTION=0

@adamchalmers
adamchalmers requested a review from jessfraz as a code owner August 12, 2026 18:25
@adamchalmers
adamchalmers force-pushed the achalmers/default-eng-exec branch from 6db040d to a5172b2 Compare August 13, 2026 00:41
Opt out by passing ENGINE_EXECUTION=0
@adamchalmers
adamchalmers force-pushed the achalmers/default-eng-exec branch from a5172b2 to 4d266cd Compare August 29, 2026 03:08
@codecov

codecov Bot commented Aug 29, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 95.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 65.94%. Comparing base (08f29e3) to head (8120236).

Files with missing lines Patch % Lines
src/context.rs 95.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1793      +/-   ##
==========================================
- Coverage   67.05%   65.94%   -1.12%     
==========================================
  Files          43       43              
  Lines        8421     8434      +13     
==========================================
- Hits         5647     5562      -85     
- Misses       2774     2872      +98     
Flag Coverage Δ
unittests 65.94% <95.00%> (-1.12%) ⬇️

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.

Comment thread src/context.rs
for issue in issues {
writeln!(err_out, "{:?}: {}", issue.severity, issue.message)?;
for (i, issue) in issues.iter().enumerate() {
if i > 0 {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Put newlines between error blocks

@adamchalmers
adamchalmers merged commit 0c27251 into main Aug 29, 2026
24 of 25 checks passed
@adamchalmers
adamchalmers deleted the achalmers/default-eng-exec branch August 29, 2026 04:38
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