Skip to content

Conversation

@mariusarvinte
Copy link
Contributor

🎉 Major Updates

  • Using dspy.Code in signature fields for code entries instead of manual prompting
  • Added crateify Rust crate for auto-generating mod.rs files for module visibility in the translated Rust crate
  • Switched to ninja build system for instrumenting C projects

🎈 Minor Updates

  • Enabled Code-Verify-and-Reason (CoVeR) to work with dspy.Code signature fields and switched it to the default algorithm for ideas.translate
  • Reworked C AST parsing to use Unified Symbol Resolution (USR) names for symbols

🚧 Bug Fixes

  • Fix example hello_world project structure
  • Fix output format of fuzzing testcases
  • Properly override args in IDEAS.mk
  • Fixed a bug where --edition 2024 was not explicitly specified for rustc calls
  • README now shows the correct project structure

# 🎉 Major Updates
- Using `dspy.Code` in signature fields for code entries instead of
manual prompting
- Added `crateify` Rust crate for auto-generating `mod.rs` files for
module visibility in the translated Rust crate
- Switched to `ninja` build system for instrumenting C projects

# 🎈 Minor Updates
- Enabled Code-Verify-and-Reason (CoVeR) to work with `dspy.Code`
signature fields and switched it to the default algorithm for
`ideas.translate`
- Reworked C AST parsing to use Unified Symbol Resolution (USR) names
for symbols

# 🚧 Bug Fixes
- Fix example `hello_world` project structure
- Fix output format of fuzzing testcases
- Properly override args in `IDEAS.mk`
- Fixed a bug where `--edition 2024` was not explicitly specified for
`rustc` calls
- README now shows the correct project structure

---------

Co-authored-by: Cory Cornelius <cory.cornelius@intel.com>
Co-authored-by: Weilin Xu <weilin.xu@intel.com>
Co-authored-by: Marcela Melara <marcela.melara@intel.com>
@mariusarvinte mariusarvinte merged commit aed9aa4 into release/2025.10.1 Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant