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

Remove python docstrings and Single-line comments #81

Merged
merged 15 commits into from
Sep 22, 2024

Commits on Aug 28, 2024

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

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    4abd583 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56f88a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4a75e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. feat(fileManipulator): improve comment removal logic

    - Updated  to enhance comment removal logic.
    - Improved handling of Python docstrings and hash comments.
    - Refactored regex patterns for better accuracy.
    - Updated test cases in  to reflect changes.
    - Ensured consistent use of double quotes in strings.
    thecurz committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7636df8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf7b4af View commit details
    Browse the repository at this point in the history
  3. refactor(fileManipulator): remove console.time statements

    - Removed  and  statements from
       class.
    thecurz committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a6bfc9f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Update src/core/file/fileManipulator.ts

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    thecurz and coderabbitai[bot] authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    f230e13 View commit details
    Browse the repository at this point in the history
  2. Update src/core/file/fileManipulator.ts

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    thecurz and coderabbitai[bot] authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    2ea8a6e View commit details
    Browse the repository at this point in the history
  3. Update src/core/file/fileManipulator.ts

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    thecurz and coderabbitai[bot] authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    e6906f7 View commit details
    Browse the repository at this point in the history
  4. Update src/core/file/fileManipulator.ts

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    thecurz and coderabbitai[bot] authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    b3bcfbd View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. fix: Fix conflict codes

    yamadashy committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    e409ea9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a01a6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80ea8de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c940fd View commit details
    Browse the repository at this point in the history