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

New flattening impl #52

Merged
merged 24 commits into from
Jan 29, 2024
Merged

New flattening impl #52

merged 24 commits into from
Jan 29, 2024

Commits on Jan 26, 2024

  1. Fix AST

    klkvr committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    4e6fd0e View commit details
    Browse the repository at this point in the history
  2. Visitor

    klkvr committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    ddb5940 View commit details
    Browse the repository at this point in the history
  3. Flattener

    klkvr committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    590b3cf View commit details
    Browse the repository at this point in the history
  4. tests

    klkvr committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    4a4bcad View commit details
    Browse the repository at this point in the history
  5. clippy

    klkvr committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    02a0eb1 View commit details
    Browse the repository at this point in the history
  6. clippy 2

    klkvr committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    8060b1d View commit details
    Browse the repository at this point in the history
  7. chore: renames + comment fix

    klkvr committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    28fe73f View commit details
    Browse the repository at this point in the history
  8. formatting update

    klkvr committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    7bce316 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    16d481b View commit details
    Browse the repository at this point in the history
  2. chore: naming

    klkvr committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    4424dd3 View commit details
    Browse the repository at this point in the history
  3. chore: comments

    klkvr committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    27879e8 View commit details
    Browse the repository at this point in the history
  4. Add test for duplicates

    klkvr committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    bfe3008 View commit details
    Browse the repository at this point in the history
  5. fmt

    klkvr committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    6a439a2 View commit details
    Browse the repository at this point in the history
  6. FlatteningResult

    klkvr committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    4f42c47 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    8a0cc73 View commit details
    Browse the repository at this point in the history
  2. Implement sorting algorithm

    klkvr committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    ce8e427 View commit details
    Browse the repository at this point in the history
  3. Rewrite current flattening impl

    klkvr committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    d38dc17 View commit details
    Browse the repository at this point in the history
  4. Update tests

    klkvr committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    1537deb View commit details
    Browse the repository at this point in the history
  5. small cleanup

    klkvr committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    8ba890e View commit details
    Browse the repository at this point in the history
  6. fmt

    klkvr committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    bef1d64 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. review fixes

    klkvr committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    3e2e4e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    730cb39 View commit details
    Browse the repository at this point in the history
  3. doc

    klkvr committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ca6cbb5 View commit details
    Browse the repository at this point in the history
  4. Fix old impl

    klkvr committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    02d2db0 View commit details
    Browse the repository at this point in the history