Closed
Description
Originally reported by: Floris Bruynooghe (BitBucket: flub, GitHub: flub)
The parser.addoption(type="...") api has changed from optparse to argparse and the conversion from "int" -> int and "string" -> string is handled however float is not available. This causes existing plugins to fail without any notice.