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

Recursive #3198

Merged
merged 14 commits into from
Sep 18, 2023
Merged

Recursive #3198

merged 14 commits into from
Sep 18, 2023

Commits on Jul 31, 2023

  1. readme and config

    Signed-off-by: Kat Shen <[email protected]>
    shenkw1 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    db50860 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. clarify readme

    Signed-off-by: Kat Shen <[email protected]>
    shenkw1 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    822570d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

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

Commits on Aug 14, 2023

  1. working on recursive implementation, resolving issues

    Signed-off-by: Kat Shen <[email protected]>
    shenkw1 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    47c9aa3 View commit details
    Browse the repository at this point in the history
  2. resolve errors

    Signed-off-by: Kat Shen <[email protected]>
    shenkw1 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    d003e46 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. inner string parse logic done, working on splitter logic

    Signed-off-by: Kat Shen <[email protected]>
    shenkw1 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    3a90c69 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. write recursive implementation and reorganize code for clarity, fixin…

    …g bugs with recursing
    
    Signed-off-by: Kat Shen <[email protected]>
    shenkw1 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c5bbaba View commit details
    Browse the repository at this point in the history
  2. basic implementation done and working, cleaning code and testing edge…

    … cases
    
    Signed-off-by: Kat Shen <[email protected]>
    shenkw1 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    2f0ccba View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    df0a26d View commit details
    Browse the repository at this point in the history
  2. write tests and specify configs in regards to recursive

    Signed-off-by: Kat Shen <[email protected]>
    shenkw1 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    941a7e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. switch transform_key config functionality, specify that splitters hav…

    …e to have length = 1, switch bracket check logic to pattern matching
    
    Signed-off-by: Kat Shen <[email protected]>
    shenkw1 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    7d4aec7 View commit details
    Browse the repository at this point in the history
  2. clean code

    Signed-off-by: Kat Shen <[email protected]>
    shenkw1 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    4d8f218 View commit details
    Browse the repository at this point in the history
  3. fix errors

    Signed-off-by: Kat Shen <[email protected]>
    shenkw1 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c895037 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. fix nits

    Signed-off-by: Kat Shen <[email protected]>
    shenkw1 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    b4f62f9 View commit details
    Browse the repository at this point in the history