Skip to content

Commit 185e910

Browse files
committed
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
1 parent b6e145c commit 185e910

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)