Skip to content

Commit 31f5eec

Browse files
HoloRinmergify[bot]
authored andcommitted
Update the note about eetcd and dialyzer
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 (cherry picked from commit 185e910)
1 parent d646ea4 commit 31f5eec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deps/rabbitmq_peer_discovery_etcd/BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ plt(
4141
name = "base_plt",
4242
plt = "//:base_plt",
4343
deps = DEPS + without(
44-
# eetcd uses subdirectories in `src/`, and this confuses dialyzer.
44+
# eetcd depends on gun, which still uses erlang:get_stacktrace/0
45+
# and fails this rule if included
4546
"@eetcd//:erlang_app",
4647
RUNTIME_DEPS,
4748
),

0 commit comments

Comments
 (0)