Skip to content

Commit 529b807

Browse files
Update dependency erlang to v28 (#641)
* Update dependency erlang to v28 * Suppress Dialyzer Warning --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonatan Männchen <[email protected]>
1 parent 5935b2a commit 529b807

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
erlang 27.3.4
1+
erlang 28.0.2
22
elixir 1.18.4

lib/quantum/executor.ex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ defmodule Quantum.Executor do
7373
end
7474
end
7575

76+
# TODO: Remove once the following issue is solved:
77+
# https://github.com/elixir-lang/elixir/issues/14655
78+
@dialyzer {:nowarn_function, run: 5}
79+
7680
# Ececute the given function on a given node via the task supervisor
7781
@spec run(Node.t(), Job.t(), GenServer.server(), boolean(), atom()) :: Task.t()
7882
defp run(

0 commit comments

Comments
 (0)