Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a debugging form for car files. #341

Merged
merged 8 commits into from
Nov 18, 2022
Merged

Add a debugging form for car files. #341

merged 8 commits into from
Nov 18, 2022

Commits on Nov 7, 2022

  1. Add a debugging form for car files.

    This change adds two new sub-commands to the car CLI
    
    car debug file.car
    
    creates a patch-file-compatible representation of the content of the car file. Blocks will be represented in dag-json pretty-printed form.
    
    car compile file.patch
    
    will do the inverse process of building a car file from a debug patch file. CIDs will be re-compiled based on the contents of blocks,
    with links in parent blocks updated to point to the compiled values.
    willscott committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    6ef8b01 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    2bc73b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0380aab View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. code review updates

    * add check for bytes not containing end-of-patch sequence
    willscott committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    3b133b3 View commit details
    Browse the repository at this point in the history
  2. mod tidy

    willscott committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    fb69479 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. stable map iteration

    willscott committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    fdb9581 View commit details
    Browse the repository at this point in the history
  2. tidy

    willscott committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    a2c9f85 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Apply suggestions from code review

    Co-authored-by: Rod Vagg <rod@vagg.org>
    willscott and rvagg committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    af90d85 View commit details
    Browse the repository at this point in the history