Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Fix boolean bundle gem settings #3578

Closed
wants to merge 3 commits into from

Conversation

pducks32
Copy link
Contributor

Fixes #3443 (nmarley's problem at the bottom)
The issue was that alpha =~ beta returns nil if alpha doesn't contain beta and the position—e.g. 6—instead of false and true respectively like was assumed by whomever wrote the original logic. It coincidentely worked for yes because everything—like 6 using my above example—except for false and nil resolve to true. However, when they selected no for coc or mit they were always reasked because it resolved to nil which for boolean settings doesn't get transformed into false.

@pducks32
Copy link
Contributor Author

Okay messed up this PR will make a new one...one of these days I'll finally understand git perfectly!! See PR #3579

@pducks32 pducks32 closed this Apr 20, 2015
@pducks32 pducks32 deleted the fix-boolean-gem-flags branch April 20, 2015 22:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bundle gem] Replace interactive prompts with command options
1 participant