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 initial implementation of scrap yard init/commit #36

Draft
wants to merge 13 commits into
base: trunk
Choose a base branch
from

Commits on Dec 10, 2023

  1. Add pygit2

    tekknolagi committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    edf60fe View commit details
    Browse the repository at this point in the history
  2. Messing around with pygit2

    TODO: Add "scrap add" to take a scrap, serialize it, and commit it to a
    scrapyard.
    tekknolagi committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    dfd669c View commit details
    Browse the repository at this point in the history
  3. Implement scrap yard init/commit

    Use pygit2 and store scrapyards as git repositories. Scraps are
    blobs/files (for now? maybe they should be trees if they refer to other
    scraps). The representation on-disk is the serialized result of
    evaluating the scrap.
    tekknolagi committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    7d8cbdb View commit details
    Browse the repository at this point in the history
  4. Remove test file

    tekknolagi committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    1a5a0d6 View commit details
    Browse the repository at this point in the history
  5. Add docs

    tekknolagi committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    5e56b04 View commit details
    Browse the repository at this point in the history
  6. s/directory/yard

    tekknolagi committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    e935c52 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2aa2ce5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a6e7d9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9996e5e View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    d046920 View commit details
    Browse the repository at this point in the history
  2. Add content-addressible lookup to interpreter

    Hash vars will get looked up in the scrapyard specified by $$scrapyard
    in the current environment.
    tekknolagi committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    8bb760e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f54864c View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    120f4b1 View commit details
    Browse the repository at this point in the history