-
Notifications
You must be signed in to change notification settings - Fork 208
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
Documentation freqently contradicts itself regarding remembered options #389
Comments
Yeah, options are remembered in Bundler 1, but in Bundler 2 they will not be -- this might be explain why they're inconsistent -- we might have gotten ahead of ourselves ;) |
@segiddins do we think there's enough of an inconsistency that we should call it out in the docs? I wonder where we think we should add a note or something to make it clear to readers that options are remembered in Bundler 1.xx? |
The problem is that the docs were writing are about Bundler 2, my guess is we accidentally bavkported something we shouldn’t have |
@segiddins should we close this out? If we need to remove anything from v1.16, though, lmk! |
The contradictions still exist in the v1.16 docs, so unless that documentation is no longer supported I wouldn't recommend closing this issue. |
Sounds good @Ajedi32! We're in the process of finding a fix. Thanks for the quick response |
From https://bundler.io/v1.16/man/bundle-config.1.html#REMEMBERING-OPTIONS:
https://bundler.io/v1.16/man/bundle-config.1.html#CONFIGURATION-KEYS
https://bundler.io/v1.16/man/bundle-install.1.html#OPTIONS:
There may be more, but those are a few examples I observed.
From the behavior I've personally observed in Bundler, remembered options do indeed exist and both
--deployment
and--with
are among them.The text was updated successfully, but these errors were encountered: