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

[bug] rebar_mix can not load eex, iex ... #33

Open
tclugao opened this issue Apr 20, 2023 · 0 comments
Open

[bug] rebar_mix can not load eex, iex ... #33

tclugao opened this issue Apr 20, 2023 · 0 comments

Comments

@tclugao
Copy link

tclugao commented Apr 20, 2023

Elixir Version: 1.13.3-otp-22
rebar_mix: 0.5.0 or 0.5.1

and I also add elixir in rebar.config, when I run rebar3 as test shell, and rp(code:get_path()). , will miss some elixir libs,only load the following libs:
"/home/tt_gao/.asdf/installs/elixir/1.13.3-otp-22/bin/../lib/elixir/../logger/ebin",
"/home/tt_gao/.asdf/installs/elixir/1.13.3-otp-22/bin/../lib/elixir/../mix/ebin",
"/home/tt_gao/.asdf/installs/elixir/1.13.3-otp-22/bin/../lib/elixir/../elixir/ebin",

and when I change into rebar_mix version as 0.4.0, it is ok, as following:
"/home/tt_gao/.asdf/installs/elixir/1.13.3-otp-22/bin/../lib/elixir/../eex/ebin",
"/home/tt_gao/.asdf/installs/elixir/1.13.3-otp-22/bin/../lib/elixir/../ex_unit/ebin",
"/home/tt_gao/.asdf/installs/elixir/1.13.3-otp-22/bin/../lib/elixir/../mix/ebin",
"/home/tt_gao/.asdf/installs/elixir/1.13.3-otp-22/bin/../lib/elixir/../logger/ebin",
"/home/tt_gao/.asdf/installs/elixir/1.13.3-otp-22/bin/../lib/elixir/../iex/ebin",
"/home/tt_gao/.asdf/installs/elixir/1.13.3-otp-22/bin/../lib/elixir/../elixir/ebin"

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

No branches or pull requests

1 participant