Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No support for debug_info keys? #1928

Open
Olivier-Boudeville opened this issue Jul 1, 2024 · 1 comment
Open

No support for debug_info keys? #1928

Olivier-Boudeville opened this issue Jul 1, 2024 · 1 comment

Comments

@Olivier-Boudeville
Copy link

Hi,

Apparently ExDoc does not support (yet) debug_info keys, like used (at least with Erlang) when a module is compiled with: {debug_info_key,KeyString}?

For example, a foo module compiled with such a key, once given to ExDoc, results in:
warning: skipping docs for module :foo, reason: :no_debug_info

(moreover no mention of debug_info keys found with ex_doc -h|grep -i debug, in https://hexdocs.pm/ex_doc/search.html?q=debug_info or in https://github.com/elixir-lang/ex_doc)

@josevalim
Copy link
Member

I believe we indeed don't support it yet. Pull requests welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants