Skip to content
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: pyama86/pachanger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: pyama86/pachanger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.2
Choose a head ref
  • 15 commits
  • 18 files changed
  • 3 contributors

Commits on Apr 17, 2025

  1. fix test

    pyama86 committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    0478294 View commit details
    Browse the repository at this point in the history
  2. add git keep

    pyama86 committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    61a3ec5 View commit details
    Browse the repository at this point in the history
  3. Bump golang.org/x/tools from 0.31.0 to 0.32.0

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.31.0 to 0.32.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.31.0...v0.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      dependency-version: 0.32.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    44863b2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #62 from pyama86/dependabot/go_modules/golang.org/…

    …x/tools-0.32.0
    
    Bump golang.org/x/tools from 0.31.0 to 0.32.0
    pyama86 authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    e790ecb View commit details
    Browse the repository at this point in the history
  5. Bump golang.org/x/text from 0.23.0 to 0.24.0

    Bumps [golang.org/x/text](https://github.com/golang/text) from 0.23.0 to 0.24.0.
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.23.0...v0.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/text
      dependency-version: 0.24.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    ba8d2b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2025

  1. 機能追加: deletePrefix機能を使用した際の構造体名の競合をテスト

    - `deletePrefix`機能を使用した際に、元のパッケージに同名の構造体が存在する場合のテストを追加
    - `transform.go`において、識別子の更新処理を改善し、ローカルスコープ内で定義された型のチェックを追加
    - `identMutex`のロックとアンロックのタイミングを修正し、スレッドセーフ性を向上
    - `updateExpr`関数で新しいパッケージ名を常に使用するように変更
    - `updateIdentInTargetFile`関数で識別子の更新時に詳細なデバッグログを追加
    pyama86 committed Apr 20, 2025
    Configuration menu
    Copy the full SHA
    e0023f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf5cc2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    429a143 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #61 from pyama86/dependabot/go_modules/golang.org/…

    …x/text-0.24.0
    
    Bump golang.org/x/text from 0.23.0 to 0.24.0
    pyama86 authored Apr 20, 2025
    Configuration menu
    Copy the full SHA
    10bb7d5 View commit details
    Browse the repository at this point in the history
  5. 修正(expose_renamer.go): goplsコマンドのエラーメッセージに出力を追加

    リファクタ(transform.go): 未使用の関数isLocalDefTypeを削除
    pyama86 committed Apr 20, 2025
    Configuration menu
    Copy the full SHA
    a119995 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a4f27a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f357b3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    116d632 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fd81bac View commit details
    Browse the repository at this point in the history
  10. Merge pull request #63 from pyama86/tagpr-from-v0.1.1

    Release for v0.1.2
    pyama86 authored Apr 20, 2025
    Configuration menu
    Copy the full SHA
    144d779 View commit details
    Browse the repository at this point in the history
Loading