-
Notifications
You must be signed in to change notification settings - Fork 210
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
Use OTP 18.3 #1094
Use OTP 18.3 #1094
Conversation
493dc81
to
8217851
Compare
Signed-off-by: Stephan Renatus <[email protected]>
Signed-off-by: Stephan Renatus <[email protected]>
d56bf48
to
d39c25a
Compare
cc @chef/chef-server-maintainers |
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.
Minor naming request, otherwise !
src/bookshelf/rebar.config
Outdated
@@ -22,7 +22,7 @@ | |||
{git, "git://github.com/mochi/mochiweb", {tag, "v2.12.2"}}}, | |||
%% TODO 2017/02/09 sr: upgrade -- hex doesn't have that old version | |||
{erlware_commons, ".*", | |||
{git, "https://github.com/erlware/erlware_commons", {tag, "v0.11.1"}}}, | |||
{git, "https://github.com/erlware/erlware_commons", {tag, "0.22.0"}}}, |
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 think this one has been stable enough to use master? We still get pinned when we rebar3 upgrade
Signed-off-by: Stephan Renatus <[email protected]>
* noop_session_cache: add size/1 This (undocumented, actually optional) callback is required in OTP 18. The default maximum is 1000, so we'll never trigger "do stuff if the cache has reached its limit" if we always return 0. * Pull upstream edown and lager * Pull chef_authn with types fixed Signed-off-by: Stephan Renatus <[email protected]>
Signed-off-by: Stephan Renatus <[email protected]>
When compiling failed due to a warning (mostly erlang:now/0), an override was added. This only adds two more dependencies to those ignoreing these warnings; others have done so before. When it failed due to a type error, the dependency was bumped. Signed-off-by: Stephan Renatus <[email protected]>
For erlang without hipe on ppc64le. License_scout was by-catch. Signed-off-by: Stephan Renatus <[email protected]>
Signed-off-by: Stephan Renatus <[email protected]>
d39c25a
to
f8cbb9a
Compare
This gets all components on Erlang/OTP 18.3 and bumps a few dependencies. 🎉