Actions
Bug #12050
closedShould feature processing really accept any substring of the feature name?
Bug #12050:
Should feature processing really accept any substring of the feature name?
Description
ruby --disable-gems -e 1
ruby --disable-gem -e 1
ruby --disable-ge -e 1
ruby --disable-g -e 1
I found this because in test_syntax.rb someone used --disable-gem and JRuby is currently doing matches on the full feature name and erroring otherwise. If this is intentional it means no two features should ever start with the same letter...
Actions