Skip to content

Commit 389a515

Browse files
FelonEkonomclaude
andcommitted
Remove unused require Logger to fix warnings-as-errors on Elixir 1.20
Elixir 1.20 reports 'unused require Logger' as a warning, which broke the build_test (mix compile --warnings-as-errors) and lint (mix docs warning check) CI jobs. Neither module uses Logger. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 6598da9 commit 389a515

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

lib/bundlex/native.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ defmodule Bundlex.Native do
55

66
use Bunch
77

8-
require Logger
98
alias Bundlex.Helper.ErlangHelper
109
alias Bundlex.{Output, Platform, Project}
1110
alias Bundlex.Project.Preprocessor

lib/bundlex/toolchain/common/unix/os_deps.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
defmodule Bundlex.Toolchain.Common.Unix.OSDeps do
22
@moduledoc false
33

4-
require Logger
54
alias Bundlex.Output
65

76
@spec resolve_os_deps(Bundlex.Native.t()) :: Bundlex.Native.t()

0 commit comments

Comments
 (0)