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

Fix optimistic registry update of plugins being upgraded #2568

Merged
merged 1 commit into from
May 26, 2021

Conversation

ferd
Copy link
Collaborator

@ferd ferd commented May 26, 2021

This apparently never worked properly, the call being made swapped
arguments order, but kept the type correct enough that no type warning
would be raised.

This isn't a problem though, because before this optimization, people
were already used to calling 'rebar3 update' before upgrading a plugin.
This being fixed makes that call optional now.

This apparently never worked properly, the call being made swapped
arguments order, but kept the type correct enough that no type warning
would be raised.

This isn't a problem though, because before this optimization, people
were already used to calling 'rebar3 update' before upgrading a plugin.
This being fixed makes that call optional now.
@ferd ferd force-pushed the fix-optimistic-plugin-cache-update branch from 607f910 to 5e0d71d Compare May 26, 2021 14:32
@ferd ferd merged commit 1d2a8c1 into erlang:master May 26, 2021
@ferd ferd deleted the fix-optimistic-plugin-cache-update branch May 26, 2021 14:47
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

Successfully merging this pull request may close these issues.

None yet

2 participants