Skip to content

Elixir 1.20 & OTP 29 & 各種 deps のアップデート - #2

Open
takakiNG wants to merge 8 commits into
feature/elixir-1.19from
feature/updates-elixir-1.20-otp-29-deps
Open

Elixir 1.20 & OTP 29 & 各種 deps のアップデート#2
takakiNG wants to merge 8 commits into
feature/elixir-1.19from
feature/updates-elixir-1.20-otp-29-deps

Conversation

@takakiNG

Copy link
Copy Markdown
Collaborator
  • 以下にアップデート
    • Elixir 1.20
    • OTP 29
    • 各種 deps
      • ecto_sql 3.14.0
      • myxql 0.9.0
      • その他
  • 各種 warning の修正
    • require の warning
    • migration ファイルのテストの際のモジュールの再定義エラーを修正
  • テスト時に表示されるエラーログの修正
  • power_assert の廃止 ... Elixir 1.20 で型違反となる

```
10:25:43.824 [error] MyXQL.Connection (#PID<0.229.0> ("db_conn_7")) failed to connect: ** (MyXQL.Error) (1049) (ER_BAD_DB_ERROR) Unknown database 'yacto_sharding_default'
```
```
    warning: redefining module Yacto.ShardingTest.Schema.Player.Migration0000 (current version defined in memory)
    │
  1 │ defmodule Yacto.ShardingTest.Schema.Player.Migration0000 do
    │ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    │
    └─ priv/migrations/Elixir.Yacto.ShardingTest.Schema.Player/0000-player-create-2026_08_13_032848.exs:1: Yacto.ShardingTest.Schema.Player.Migration0000 (module)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant