gleam-lang / rebar_gleam

🧰 Build Gleam code with rebar3
Apache License 2.0
15 stars 3 forks source link

Plugin not available #1

Closed mgwidmann closed 5 years ago

mgwidmann commented 5 years ago

Just installed everything. I can get gleam to compile but I see this when I run rebar3.

===> Plugin {rebar_gleam,{git,"https://github.com/gleam-lang/rebar_gleam"}} not available. It will not be used.

lpil commented 5 years ago

To be expected for now. Sorry about that!

lpil commented 5 years ago

Going to reopen this to track the issue.

louispilfold ~/src/gleam_erlang_process (master) $ env DEBUG=1 rebar3 update
===> Load global config file /home/louispilfold/.config/rebar3/rebar.config
===> error undef [{rebar_gleam,module_info,[exports],[]},
                         {rebar_plugins,validate_plugin,1,
                             [{file,
                                  "/opt/rebar3-3.10.0/src/rebar_plugins.erl"},
                              {line,159}]},
                         {rebar_plugins,handle_plugin,4,
                             [{file,
                                  "/opt/rebar3-3.10.0/src/rebar_plugins.erl"},
                              {line,130}]},
                         {rebar_plugins,'-handle_plugins/4-fun-0-',4,
                             [{file,
                                  "/opt/rebar3-3.10.0/src/rebar_plugins.erl"},
                              {line,100}]},
                         {lists,foldl,3,[{file,"lists.erl"},{line,1263}]},
                         {rebar_plugins,handle_plugins,4,
                             [{file,
                                  "/opt/rebar3-3.10.0/src/rebar_plugins.erl"},
                              {line,99}]},
                         {rebar3,state_from_global_config,2,
                             [{file,"/opt/rebar3-3.10.0/src/rebar3.erl"},
                              {line,412}]},
                         {rebar3,init_config,0,
                             [{file,"/opt/rebar3-3.10.0/src/rebar3.erl"},
                              {line,211}]}]
===> Plugin {rebar_gleam,{git,"https://github.com/gleam-lang/rebar_gleam"}} not available. It will not be used.
===> Expanded command sequence to be run: [{default,update}]
===> Provider: {default,update}