-
Notifications
You must be signed in to change notification settings - Fork 15
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
** (RuntimeError) could not find source or debug info for :certifi #97
Comments
I can confirm the issue shows up. Don't know how much the plugin is involved, though. Edit: I get this, in Elixir, by just importing the latest iex(1)> :certifi.module_info()
[
module: :certifi,
exports: [cacertfile: 0, cacerts: 0, module_info: 0, module_info: 1],
attributes: [vsn: [92827427883308776878199707187206939035]],
compile: [version: ~c"8.5"],
md5: <<69, 213, 233, 140, 161, 61, 90, 241, 164, 158, 213, 84, 138, 135, 225,
155>>
]
Edit: also check this out - elixir-lang/ex_doc#1881 (I now think this is the cause for the issue) |
Switching to another machine, I now encountered another issue. If we're using older Rebar3, in this case, 3.22.1, the rebar3_ex_doc will use the previous version of v0.2.14. ENV:
Steps to reproduce:
|
It's not Edit: I'm gonna compile Edit: @kianmeng, did you, by chance, not clear
In this case, again, I remove |
@paulo-ferraz-oliveira I think you're right! I repeated the steps again from scratch again and it did get the latest rebar3_ex_doc (v0.2.23) for rebar3 (v3.22.1). I'm now able to generate doc using |
ENV:
Steps to reproduce:
Checking the ExDoc source code indicates that this should not happen?
https://github.com/elixir-lang/ex_doc/blob/ed0ffcdece145e2703eb306890f8505bba9eecbd/lib/ex_doc/language/source.ex#L146-L148
The text was updated successfully, but these errors were encountered: