Skip to content

Conversation

@mariusarvinte
Copy link
Contributor

@mariusarvinte mariusarvinte commented Oct 1, 2025

🎉 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

mariusarvinte and others added 3 commits October 1, 2025 15:28
# 🚧 Bug Fixes
- Fix example `hello_world` project structure
- Fix output format of fuzzing testcases
- Properly override args in `IDEAS.mk`

---------

Co-authored-by: Cory Cornelius <cory.cornelius@intel.com>
# 🎉 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 6f1a00b into main Oct 21, 2025
4 checks passed
@mariusarvinte mariusarvinte deleted the release/2025.10.1 branch October 21, 2025 00:31
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