Release 2026.5 (#858)#40
Merged
Merged
Conversation
# 🎉 Major Updates - **Improved C code consolidation** - Significantly improves the robustness of C code consolidation (amalgamation) of multiple TUs into a single file, enabling the derivation of project-wide abstract syntax trees (ASTs) for large-scale, real-world projects that use the CMake build system - Use standalone with `make examples/path/to/project/init` - **Robust agentic test generation** - Our Rust C FFI test generation agents are now equipped with two statically defined tools in their environment: `nextest`-based thread-safe test execution and `cargo-llvm` source-based coverage - Generate tests for mid-scale consolidated C projects using `make examples/path/to/project/testgen_agent` # 🎈 Minor Updates - Translation and wrapper prompt clean-up and generalization - Automatic test disabling: after a C FFI test fails a certain number of the tests, it automatically gets disabled, and the remainder of translation proceeds without testing it - Clean-up deprecated functionalities in `LEARNING.mk` - Added dollar cost tracking for the main per-symbol translation loop --------- Co-authored-by: Cory Cornelius <cory.cornelius@intel.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎉 Major Updates
make examples/path/to/project/initnextest-based thread-safe test execution andcargo-llvmsource-based coveragemake examples/path/to/project/testgen_agent🎈 Minor Updates
LEARNING.mk