FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing sciunto-org:main...Naiseki:main · sciunto-org/python-bibtexparser · GitHub

Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sciunto-org/python-bibtexparser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: Naiseki/python-bibtexparser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 10 files changed
  • 2 contributors

Commits on Jan 5, 2026

  1. chore: コード変更の整理

    - 不要なコードを削除しました。
    - コードの可読性を向上させるために、変数名を変更しました。
    - コメントを追加して、コードの意図を明確にしました。
    Naiseki committed Jan 5, 2026
    Configuration menu
    Copy the full SHA
    0c6047c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Naiseki/feature/uv

    chore: uvに以降
    Naiseki authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    25d395f View commit details
    Browse the repository at this point in the history
  3. feat: 重複フィールドの許可オプションを追加

    - entrypoint.py: parse_stringおよびparse_file関数にallow_duplicate_fieldsパラメータを追加し、重複フィールドの処理を制御できるようにしました。
    - model.py: 重複フィールドキーの動作に関するドキュメントを更新しました。
    - splitter.py: Splitterクラスにallow_duplicate_fieldsオプションを追加し、重複フィールドの処理を実装しました。
    - test_splitter_entry.py: 重複フィールドを許可する場合の動作をテストする新しいテストケースを追加しました。
    Naiseki committed Jan 5, 2026
    Configuration menu
    Copy the full SHA
    16d366f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from Naiseki/feature/allow-duplicte-field

    feat: 重複フィールドの許可オプションを追加
    Naiseki authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    a00e333 View commit details
    Browse the repository at this point in the history
  5. feat: 暗黙のコメントの処理を改善

    splitter.py:
    - 暗黙のコメントの開始位置を考慮し、前後の改行に基づいてコメントが前後に付随しているかを判断するロジックを追加。
    - コメントの生の内容を保持しつつ、余分な空白を削除する処理を強化。
    
    writer.py:
    - 暗黙のコメントが前後に付随している場合、ブロックセパレーターを適切に調整するロジックを追加。
    
    test_splitter_implicit_comments.py:
    - テストケースを更新し、暗黙のコメントの生の内容と処理後の内容の違いを確認するアサーションを修正。
    Naiseki committed Jan 5, 2026
    Configuration menu
    Copy the full SHA
    e891722 View commit details
    Browse the repository at this point in the history
  6. feat: プロジェクト名を "bibtexparser" から "bibtexparser-fork" に変更

    pyproject.toml のプロジェクト名を変更しました。
    Naiseki committed Jan 5, 2026
    Configuration menu
    Copy the full SHA
    7677b9f View commit details
    Browse the repository at this point in the history
  7. feat: インプリシットコメントの処理を改善

    - `splitter.py`:
      - `_end_implicit_comment` メソッドの戻り値の型を変更し、複数のインプリシットコメントを返せるようにしました。
      - コメントの分割処理を改善し、空行を考慮した処理を追加しました。
    
    - `test_splitter_implicit_comments.py`:
      - インプリシットコメントのテストを更新し、複数のコメントが正しく解析されることを確認しました。
      - テストのアサーションを修正し、期待されるコメントの内容を正確に検証するようにしました。
    
    - `uv.lock`:
      - プロジェクト名を "bibtexparser" から "bibtexparser-fork" に変更しました。
    Naiseki committed Jan 5, 2026
    Configuration menu
    Copy the full SHA
    f888a25 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3 from Naiseki/feature/comment

    feat: インプリシットコメントの処理を改善
    Naiseki authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    6a45206 View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL