-
Notifications
You must be signed in to change notification settings - Fork 428
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
Rebar3 and plugins update #2760
Conversation
8307.1 / Erlang 22.0 / small_tests / 7acd816 8307.2 / Erlang 22.0 / internal_mnesia / 7acd816 8307.3 / Erlang 22.0 / odbc_mssql_mnesia / 7acd816 8307.4 / Erlang 22.0 / mysql_redis / 7acd816 8307.7 / Erlang 22.0 / elasticsearch_and_cassandra_mnesia / 7acd816 8307.6 / Erlang 22.0 / ldap_mnesia / 7acd816 8307.5 / Erlang 22.0 / riak_mnesia / 7acd816 8307.9 / Erlang 21.3 / pgsql_mnesia / 7acd816 |
Codecov Report
@@ Coverage Diff @@
## master #2760 +/- ##
==========================================
- Coverage 79.34% 78.95% -0.39%
==========================================
Files 372 372
Lines 30556 30556
==========================================
- Hits 24245 24126 -119
- Misses 6311 6430 +119
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked the versions, they look good, I just have a few questions.
This pluging is currently outdate and doesn't work with newest rebar3. We need newer rebar3 as with the older one (3.6) I observed issues downloading some hex packages. According to the following warning: ``` ===> [rebar_faster_deps] Example: PREFER_GIT_CLONE=true ./rebar3 get-deps ===> Using custom resource rebar_gitcache_resource that implements a deprecated api. It should be upgraded to rebar_resource_v2. ``` This plugin uses deprecated api, which most probably crashes newest rebar3 when upgrading some dependencies.
0c53fc9
to
d74bd65
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good now!
When updating our deps I noticed that all our
rebar3
plugins are outdated and are not able to correctly compile some C code, like a newer jiffy (newer than 1.0.1).I also observed issues with the previous
rebar3
when it was not able to download some versions of hex packages even if they were visible on the web page.Proposed changes include:
3.13.2
rebar_faster_deps