Skip to content

Decy v1.0.2

Latest

Choose a tag to compare

@noahgift noahgift released this 18 Nov 16:37
· 1097 commits to main since this release

Decy v1.0.2

New Features

  • Renacer Integration: Added comprehensive documentation for profiling transpiled Rust code with source mapping back to original C code
    • Source map generation with --source-map flag
    • Profiling commands and workflow examples
    • Source map JSON format specification

Bug Fixes

  • Fixed missing dataflow methods for array slice transformation (get_array_parameters, is_modified)
  • Fixed clippy warnings in decy-codegen
  • Fixed property test syntax errors with reserved keyword handling
  • Fixed doctest compilation issues

Test Suite Improvements

  • Added comprehensive keyword filtering for property tests
  • Marked known codegen issues as ignored tests with tracking references
  • Improved test assertions for usize casts

Installation

cargo install decy

Full Changelog

v1.0.1...v1.0.2