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

Vagrant.require_plugin will be deprecated in Vagrant 1.5 #44

Merged
merged 2 commits into from
Jan 11, 2014

Conversation

tmatilai
Copy link
Owner

We can just use Kernel#require to ensure the correct load order, but we have to handle load error reporting ourselves.

`Vagrant.require_plugin` will be deprecated in Vagrant 1.5.

In new Vagrant versions we now use `require` directly for loading the
optional dependencies. All exceptions are logged but ignored. Vagrant
itself will handle the real errors later (or has already errored out).
tmatilai added a commit that referenced this pull request Jan 11, 2014
`Vagrant.require_plugin` will be deprecated in Vagrant 1.5
@tmatilai tmatilai merged commit da0a042 into master Jan 11, 2014
@tmatilai tmatilai deleted the require_plugin_deprecated branch January 11, 2014 16:39
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.

1 participant