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

Switch to gengo #1305

Draft
wants to merge 31 commits into
base: main
Choose a base branch
from

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    ce680d5 View commit details
    Browse the repository at this point in the history
  2. DELETEME Comment out most languages

    To get this working with one language and then expand from there.
    spenserblack committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d601ee7 View commit details
    Browse the repository at this point in the history
  3. DELETEME Get this to compile for one language

    This doesn't do much but make the parts that used to use tokei panic.
    spenserblack committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    05c823a View commit details
    Browse the repository at this point in the history
  4. Revert "DELETEME Comment out most languages"

    This reverts commit d601ee7.
    spenserblack committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    6e9e960 View commit details
    Browse the repository at this point in the history
  5. Comment-out/rename languages

    Languages that aren't yet supported are commented out.
    spenserblack committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    541fb89 View commit details
    Browse the repository at this point in the history
  6. Analyze stats

    spenserblack committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    bb3e92a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e84787b View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

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

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    ebfe340 View commit details
    Browse the repository at this point in the history
  2. Bump gengo

    spenserblack committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9a1a8cd View commit details
    Browse the repository at this point in the history
  3. Remove filtering by language type

    This can be handled by gengo.
    spenserblack committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    7c7c29a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c2dc5c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Revert "Remove filtering by language type"

    This reverts commit 7c7c29a.
    spenserblack committed May 2, 2024
    Configuration menu
    Copy the full SHA
    87ad671 View commit details
    Browse the repository at this point in the history
  2. Re-implement -T prompt

    Re-implements filtering languages by their type.
    spenserblack committed May 2, 2024
    Configuration menu
    Copy the full SHA
    63f8056 View commit details
    Browse the repository at this point in the history
  3. Revert "Make info labels more accurate"

    This reverts commit e84787b.
    spenserblack committed May 2, 2024
    Configuration menu
    Copy the full SHA
    cf9a80f View commit details
    Browse the repository at this point in the history
  4. Remove unused fn

    spenserblack committed May 2, 2024
    Configuration menu
    Copy the full SHA
    68f43cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bee2c2 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    a713b3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae5e3e4 View commit details
    Browse the repository at this point in the history
  3. Re-implement --exclude

    spenserblack committed May 3, 2024
    Configuration menu
    Copy the full SHA
    fcb16c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e5a263 View commit details
    Browse the repository at this point in the history
  5. Fix OOB error

    This was introduced by the removal of `get_loc_by_language`, which had
    a check to return `None` if the total LoC was `0`. This will now check
    if the list of languages is empty.
    spenserblack committed May 3, 2024
    Configuration menu
    Copy the full SHA
    82da923 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7727039 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Resolve conflicts

    * Dependencies
    * `&Option<T>` -> `Option<&T>` conversion
    spenserblack committed May 8, 2024
    Configuration menu
    Copy the full SHA
    311e56f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    5af35f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d280b5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6210358 View commit details
    Browse the repository at this point in the history
  4. Uncomment CMake

    spenserblack committed May 22, 2024
    Configuration menu
    Copy the full SHA
    4488ed0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1dc4fa View commit details
    Browse the repository at this point in the history
  6. Update snapshot test

    spenserblack committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1cd9f94 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Add back Fish (commented out)

    Fish is an incoming change, as it's different enough from other shells
    to not be merged.
    spenserblack committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    3941074 View commit details
    Browse the repository at this point in the history