deadtrickster / prometheus.erl

Prometheus.io client in Erlang
MIT License
341 stars 117 forks source link

Update edown 0.8.4 #141

Open mopp opened 2 years ago

mopp commented 2 years ago

Why

❯ erlenv release
24.2 (set by /Users/mopp/.anyenv/envs/erlenv/release)

> erl
Erlang/OTP 24 [erts-12.2] [source] [64-bit] [smp:16:16] [ds:16:16:10] [async-threads:1] [jit]

Eshell V12.2  (abort with ^G)
1>

I've used Erlang/OTP 24.2 and I found rebar3 edoc causes the error below because I tried to fix the documents. See also https://github.com/deadtrickster/prometheus.erl/pull/142

> ./_build/rebar3 edoc
===> Verifying dependencies...
===> Analyzing applications...
===> Compiling edown
===> Compiling _build/docs/lib/edown/src/edown_doclet.erl failed
_build/docs/lib/edown/src/edown_doclet.erl:112:15: record context undefined
_build/docs/lib/edown/src/edown_doclet.erl:113:15: record context undefined
_build/docs/lib/edown/src/edown_doclet.erl:114:20: record context undefined

What I did

I just update the down version and regenerate the document.