Fixed bug with value-constraints query parametersPrevious versions had a problem with calls like :query_parameter name:SOMECONSTRAINTsince the implementation clobbered the name variable. Versions of NSFlater than 2022-01-21 support "nsf::parseargs" with the "-asdict"option, which can use all the nsf::parseargs options and avoidsclobbering.Added tests of "xo::cc query_parameters" to the regression test suite.
Show less