-
I have a plugin, which has several modules using different names.
For example appup plugin implements clean, compile, generate, and so on.
In the implementation of the plugin command modules, t…
-
It would be very helpful if the hex.pm website allowed a filter to only show Erlang or Elixir or both. There are many times that I do a search or I browse and only want to see, for example, Erlang pa…
-
-
rebar.conf
{apns,".*", {git, "https://github.com/inaka/apns4erl.git", {branch, master}}},
Pulling apns from {git,"https://github.com/inaka/apns4erl.git",
{branch,ma…
-
I can do hot upgrade of a test app from version 0.1.0 to version 0.2.0 but generation of relup from version 0.2.0 to version 0.3.0 fails.
Steps to reproduce:
erlang/otp version 20.2
rebar3 versio…
-
Hi
We have an issue (which I think might be due to `rebar3_cuttlefish`) which prevents us from moving VerneMQ to OTP21 (https://github.com/erlio/vernemq/issues/738).
We specify our own start sc…
-
[MIT-LICENSE](https://github.com/rails/rails/blob/master/MIT-LICENSE)
This is a work log of a "OSS Gate workshop".
"OSS Gate workshop" is an activity to increase OSS developers.
Here's been discu…
-
Getting this error when trying to use nostrum.
I'm pretty new to elixir and the beam so not 100% sure if this is the right place to file this issue.
From what i can gather it's the same issue as in …
micke updated
5 years ago
-
According to [the documentation of `compile` module](http://erlang.org/doc/man/compile.html), macro name “is of type atom, and Value can be any term”. However the code introduced in d9a9158ccbb9 assum…
-
With rebar 3.7 my common tests suddenly started to fail with an error ```{already_loaded,module_under_test}```.
Turns out that before 3.7, rebar3 did not load the applications and their modules and m…