Skip to content

Commit

Permalink
Update the note about eetcd and dialyzer
Browse files Browse the repository at this point in the history
now that the original issue has been resolved. We cannot bump gun just
yet, as eetcd is not yet compatible with gun 2.0.0

zhongwencool/eetcd#28
zhongwencool/eetcd#55
  • Loading branch information
HoloRin committed Feb 15, 2023
1 parent b6e145c commit 185e910
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps/rabbitmq_peer_discovery_etcd/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ plt(
name = "base_plt",
plt = "//:base_plt",
deps = DEPS + without(
# eetcd uses subdirectories in `src/`, and this confuses dialyzer.
# eetcd depends on gun, which still uses erlang:get_stacktrace/0
# and fails this rule if included
"@eetcd//:erlang_app",
RUNTIME_DEPS,
),
Expand Down

0 comments on commit 185e910

Please sign in to comment.