Closed Confidenceman02 closed 6 months ago
Pipeline decoder code is incorrect for CustomTypeFlag when used with List and Nullable flags.
The following causes incorrect decoder pipelines
ObjectFlag({"something": ListFlag(CustomTypeFlag(variants=[("A", StringFlag()]))}) ObjectFlag({"something": NullableFlag(CustomTypeFlag(variants=[("A", StringFlag()]))})
Fuzzers would have caught this but CustomTypeFlag's are not being fuzzed due to name clash issues that I need to work around.
Released in 0.10.0
Pipeline decoder code is incorrect for CustomTypeFlag when used with List and Nullable flags.
The following causes incorrect decoder pipelines
Fuzzers would have caught this but CustomTypeFlag's are not being fuzzed due to name clash issues that I need to work around.