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

vendor in hex_core #295

Open
starbelly opened this issue Dec 31, 2021 · 2 comments
Open

vendor in hex_core #295

starbelly opened this issue Dec 31, 2021 · 2 comments

Comments

@starbelly
Copy link
Member

In order to provide a consistent experience we should consider vendoring in hex_core. This specifically helps mitigate against stale cases where by a user has upgraded rebar3_hex but for some reason an old version of hex_core is still around and a lot of trouble shooting ensues.

We have had to help people with this very issue quite a few times on erlanger slack, enough to justify vendoring IMO.

@paulo-ferraz-oliveira
Copy link
Collaborator

Did you try the new vendor command from rebar3 yet? I'm not sure it's still experimental, but it worked for me™️ the last time I used it.

@ferd
Copy link
Member

ferd commented Apr 9, 2024

rebar3 vendoring only is supposed to work for umbrella applications and won't apply to dependencies, which a plugin is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants