Diff executions

Open
#2,973 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
cpp

Research direction

Start by reviewing the existing rr record command and the proposed rr diff entry point. The issue does not name implementation files or tests, so map how recordings are stored and compared before deciding on an approach. Done would mean defining and implementing a comparison that reports differences between the two example recordings.

Written by the indexing model from the issue text.

Description

Is there a way to diff two recordings on the same binary? I'm imagining something like this

$ rr record ./mybinary --control
$ rr record ./mybinary --test
$ rr diff
< runControlThing
> runTestThing
Dominant language
C++
Stars
10.7k
Forks
662
Avg merge
2d 3h
Merged PRs (30d)
2

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from rr-debugger/rr

All issues in rr-debugger/rr

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.