Borg/pkg/matrix
google-labs-jules[bot] 2fa52bc8b4 fix: Address various issues in compile, run, and matrix tests
This commit addresses three separate issues:

1.  **cmd/compile.go**: The `Borgfile` parsing now returns an error for
    unknown instructions instead of silently ignoring them.
2.  **cmd/run_test.go**: The `execCommand` mock is now properly cleaned
    up after the test, preventing it from leaking into other tests.
3.  **pkg/matrix/matrix_test.go**: The EOF check in the tar reader loop
    now uses a direct error comparison (`io.EOF`) instead of a string
    comparison.
2025-11-13 19:56:13 +00:00
..
config.go feat: Add compile and run commands for RUNC matrices 2025-11-13 19:16:12 +00:00
matrix.go feat: Add compile and run commands for RUNC matrices 2025-11-13 19:16:12 +00:00
matrix_test.go fix: Address various issues in compile, run, and matrix tests 2025-11-13 19:56:13 +00:00