Skip to content

Fix Compute 0.2.1 crash and add CI for compute#911

Merged
Kyle-Ye merged 5 commits into
mainfrom
bugfix/compute
Jun 15, 2026
Merged

Fix Compute 0.2.1 crash and add CI for compute#911
Kyle-Ye merged 5 commits into
mainfrom
bugfix/compute

Conversation

@Kyle-Ye

@Kyle-Ye Kyle-Ye commented Jun 15, 2026

Copy link
Copy Markdown
Member

Summary

  • Fix Compute 0.2.1 crash issue (both source and binary)
  • Add Compute in StdoutRenderer CI

Dependency

OpenSwiftUIProject/OpenAttributeGraph#228

@github-actions github-actions Bot added area: example Example apps, previews, sample projects, screenshots, or demo assets. impact: crash Crash, assertion, or fatal runtime failure. type: bug Something is not working correctly. type: ci GitHub Actions, test infrastructure, runners, checks, or automation. labels Jun 15, 2026
@augmentcode

augmentcode Bot commented Jun 15, 2026

Copy link
Copy Markdown
🤖 Augment PR Summary

Summary: Updates dependency + tooling to address a Compute 0.2.1 crash and ensure the stdout renderer can be exercised with the Compute backend.

Changes:

  • Bumps OpenAttributeGraph revision in Package.resolved (crash fix lives in the dependency).
  • Extends the macOS stdout-renderer CI job to run with both AttributeGraph and Compute via environment flags.
  • Adds Example/mise.compute.toml and a ./setup.sh --compute flow to generate the Example project using Compute.
  • Updates docs and makes Renderer/Stdout/run-example.sh respect pre-set backend env vars.

🤖 Was this summary useful? React with 👍 or 👎

@augmentcode augmentcode Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Review completed. 1 suggestion posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

os: [macos-15]
xcode-version: ["26.3"]
release: [2024]
include:

@augmentcode augmentcode Bot Jun 15, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

With os/xcode-version/release already forming a base matrix, these include entries only add extra keys and may be merged onto the same combination (potentially leaving only the last backend values), so CI might not actually run once per backend. Consider structuring the matrix so the backend dimension produces distinct job combinations.

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

@codecov

codecov Bot commented Jun 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 26.03%. Comparing base (22944d7) to head (bd55b82).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #911   +/-   ##
=======================================
  Coverage   26.03%   26.03%           
=======================================
  Files         717      717           
  Lines       50566    50566           
=======================================
+ Hits        13165    13166    +1     
+ Misses      37401    37400    -1     

☔ 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.

@github-actions github-actions Bot added area: graph ViewGraph, AttributeGraph, graph hosts, and graph internals. type: build Build system, packaging, toolchain, release, or compiler support. labels Jun 15, 2026
@Kyle-Ye Kyle-Ye merged commit 34f1c0c into main Jun 15, 2026
6 of 11 checks passed
@Kyle-Ye Kyle-Ye deleted the bugfix/compute branch June 15, 2026 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: example Example apps, previews, sample projects, screenshots, or demo assets. area: graph ViewGraph, AttributeGraph, graph hosts, and graph internals. impact: crash Crash, assertion, or fatal runtime failure. type: bug Something is not working correctly. type: build Build system, packaging, toolchain, release, or compiler support. type: ci GitHub Actions, test infrastructure, runners, checks, or automation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant