T-009: Add GitHub Actions build badges#6
Conversation
915b8b3 to
54b8436
Compare
| [](https://opensource.org/licenses/MIT) | ||
| A comprehensive conformance test suite for the FLUX bytecode virtual machine. | ||
| Verifies that all FLUX runtimes (Python, C, Go, Zig, Rust, JS, Java, CUDA) | ||
| produce identical results for the same bytecode programs. |
There was a problem hiding this comment.
🟡 Missing blank line after badge causes description to render inline with badge
Line 3 has the license badge and line 4 immediately starts the description text with no blank line in between. In Markdown, consecutive lines without a blank separator are rendered as a single paragraph. This causes "A comprehensive conformance test suite for the FLUX bytecode virtual machine. Verifies that all FLUX runtimes..." to render on the same line as the badge image, which is almost certainly not the intended layout.
| [](https://opensource.org/licenses/MIT) | |
| A comprehensive conformance test suite for the FLUX bytecode virtual machine. | |
| Verifies that all FLUX runtimes (Python, C, Go, Zig, Rust, JS, Java, CUDA) | |
| produce identical results for the same bytecode programs. | |
| [](https://opensource.org/licenses/MIT) | |
| A comprehensive conformance test suite for the FLUX bytecode virtual machine. | |
| Verifies that all FLUX runtimes (Python, C, Go, Zig, Rust, JS, Java, CUDA) | |
| produce identical results for the same bytecode programs. | |
Was this helpful? React with 👍 or 👎 to provide feedback.
Debug
| A comprehensive conformance test suite for the FLUX bytecode virtual machine. | ||
| Verifies that all FLUX runtimes (Python, C, Go, Zig, Rust, JS, Java, CUDA) | ||
| produce identical results for the same bytecode programs. |
There was a problem hiding this comment.
🟡 Duplicate description paragraph introduced by PR
The PR adds a new description on lines 4–6 ("A comprehensive conformance test suite for the FLUX bytecode virtual machine. Verifies that all FLUX runtimes...") but the pre-existing line 10 already says nearly the same thing ("A comprehensive conformance test suite for the FLUX bytecode virtual machine. Verifies that all FLUX runtimes produce identical, deterministic results..."). The new text should either replace the old description or be removed to avoid redundancy.
Prompt for agents
The PR introduces a description paragraph on lines 4-6 of README.md that is nearly identical to the pre-existing description on line 10. Both say 'A comprehensive conformance test suite for the FLUX bytecode virtual machine...' Either remove the newly added lines 4-6 (keeping only the badge on line 3) or remove the old description on line 10, but having both is redundant.
Was this helpful? React with 👍 or 👎 to provide feedback.
Debug
|
Closing: superseded by merged work on main. The changes from this PR have been incorporated through other merged PRs. Thank you for the contribution! 🙏 |
T-009: Add GitHub Actions build badges
Adds CI/build status badges to README.md for fleet visibility.
Badges added:
🤖 Auto-generated by Super Z (FLUX Fleet Greenhorn)