Fix Compute 0.2.1 crash and add CI for compute#911
Conversation
🤖 Augment PR SummarySummary: Updates dependency + tooling to address a Compute 0.2.1 crash and ensure the stdout renderer can be exercised with the Compute backend. Changes:
🤖 Was this summary useful? React with 👍 or 👎 |
| os: [macos-15] | ||
| xcode-version: ["26.3"] | ||
| release: [2024] | ||
| include: |
There was a problem hiding this comment.
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
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
Summary
Dependency
OpenSwiftUIProject/OpenAttributeGraph#228