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

Implementation of the file token_index #553

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jun 13, 2023

  1. feat: file token_index.ml using irmin library

    Louis Tariot committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    0a8f5b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. feat: adding calls to TokenIndex in learnocaml_store.ml

    Louis Tariot committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    9024492 View commit details
    Browse the repository at this point in the history
  2. feat: correcting the name of token_index

    Louis Tariot committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    bfa4875 View commit details
    Browse the repository at this point in the history
  3. feat: correcting the name of token_index

    Louis Tariot committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    552ae4d View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. feat: dependencies in dune file added

    Louis Tariot committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    77688e8 View commit details
    Browse the repository at this point in the history
  2. feat: irmin version in learn-ocaml.opam

    Louis Tariot committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    c944aaf View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. fix: correcting dependencies

    Louis Tariot committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    918962c View commit details
    Browse the repository at this point in the history
  2. feat: implementation of the new cache data structure

    Louis Tariot committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    86f1bcc View commit details
    Browse the repository at this point in the history