Skip to content

Conversation

@cte
Copy link
Collaborator

@cte cte commented Jun 5, 2025

Description

Thanks @jr for flagging.


Important

Enhance Rust evaluation execution with bash, improve logging, and add utility functions for git operations in the evals package.

  • Behavior:
    • Run Rust evaluations using bash in runUnitTest() in runUnitTest.ts.
    • Remove console log of result in main() in index.ts.
    • Add sendCommand() method to IpcClient in ipc-client.ts for sending task commands.
  • Utilities:
    • Add resetEvalsRepo() and commitEvalsRepoChanges() in utils.ts for git operations.
    • Use resetEvalsRepo() and commitEvalsRepoChanges() in runEvals() in runEvals.ts.
  • Logging:
    • Improve logging in runTask() in runTask.ts and runUnitTest() in runUnitTest.ts.
    • Add log() and logError() utility functions in runTask.ts and runUnitTest.ts for consistent logging.
  • Misc:
    • Update processTask() in processTask.ts to pass run to runUnitTest().
    • Remove unused imports and variables in runTask.ts and runUnitTest.ts.

This description was created by Ellipsis for cd581bc. You can customize this summary. It will automatically update as commits are pushed.

@cte cte requested review from jr and mrubens as code owners June 5, 2025 23:33
@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Jun 5, 2025
@cte cte merged commit 39d6535 into main Jun 5, 2025
14 checks passed
@cte cte deleted the cte/evals-fixes branch June 5, 2025 23:40
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Jun 5, 2025
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Jun 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:L This PR changes 100-499 lines, ignoring generated files.

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants