Commit a88fc9a
committed
Fix @static_unpack and add JET type stability tests
- Fix _maybe_SArray functions in static_arrays.jl to properly construct SVector
and SArray types by including element type parameter and using Tuple(x)
conversion for type stability
- Add JET.jl as test dependency
- Add JET type stability tests for core ComponentArray operations
- The @static_unpack macro now correctly returns SVector and SMatrix types
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent e22a55b commit a88fc9a
1 file changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
9 | 14 | | |
10 | | - | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
0 commit comments