esl / edown

EDoc extension for generating Github-flavored Markdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R16(A) support

norton opened this issue · comments

edown fails to compile with R16(A).

suggestions on how or if you want to fix this?

==> edown (compile)
./make_doc
Making edown docs for [http://github.com/esl/edown]...
edoc: error in doclet 'edown_doclet': {'EXIT',{undef,[{packages,strip_last,[edown_xmerl],[]},{edown_doclet,check_name,4,[{file,[115,114,99,47,101,100|...]},{line,301}]},{edown_doclet,source,9,[{file,[115,114,99,47,101|...]},{line,284}]},{lists,foldl,3,[{file,[108,105,115,116|...]},{line,1248}]},{edown_doclet,sources,5,[{file,[115,114,99|...]},{line,267}]},{edown_doclet,gen,6,[{file,[115,114|...]},{line,133}]},{edoc_lib,run_plugin,5,[{file,[101|...]},{line,1029}]},{erl_eval,do_apply,6,[{file,[...]},{line,...}]}]}}.
escript: exception exit: error

Same issue confirmed in R16B

Edown has no use for packages, so this should be easy to fix. Unfortunately, I haven't had time to look into it. Pull requests are most welcome. Please consider pull request 23 as well, as it looks very promising (I just haven't had time to verify it).

Try the latest push

3d62a77

Anyone still seeing problems with R16A?

R16B is working for me now.

ok, closing.