bond icon indicating copy to clipboard operation
bond copied to clipboard

Bond::DefaultMission.completions should return strings

Open kaibioinfo opened this issue 11 years ago • 2 comments

Currently, Bond::DefaultMission.completions returns strings and symbols as well. The latter doesn't make much sense, as you usually would expect completions to be strings.

kaibioinfo avatar Mar 25 '14 14:03 kaibioinfo

Thanks for reporting your issue! This is one of my 14 active issues. Use that link to check how soon your issue will be answered. Don't forget to check your issue against this project's CONTRIBUTING.md. Cheers.

cldwalker avatar Mar 25 '14 14:03 cldwalker

This is an artifact of ruby < 2.0. That method doesn't make any guarantees of returning all symbols and/or strings and doesn't effect Bond's primary completion behavior. If you have a need for that method to return all strings, feel free to make such a pull request along with a unit test.

cldwalker avatar May 22 '15 20:05 cldwalker