Many repos would be testable if reflect.DeepEqual() ( https://github.com/tinygo-org/tinygo/pull/1469 ) support was available. Many of these uses are testing different slices for equality. If we could drop in different slice-equality functions and replace calls to reflect.DeepEqual with calls to our custom equality code, we could increase with the number of testable repos.
Many repos would be testable if reflect.DeepEqual() ( https://github.com/tinygo-org/tinygo/pull/1469 ) support was available. Many of these uses are testing different slices for equality. If we could drop in different slice-equality functions and replace calls to reflect.DeepEqual with calls to our custom equality code, we could increase with the number of testable repos.