jspecify / jspecify-reference-checker

The reference implementation for the JSpecify nullness specification (and later, its other specifications as well)
https://jspecify.org
Apache License 2.0
27 stars 7 forks source link

Sort input files in the test runner. #168

Closed cpovirk closed 8 months ago

cpovirk commented 8 months ago

While the order of the input files shouldn't affect behavior, it sometimes does. Let's use a consistent order so that we at least don't see behavior differences between local and CI runs:

https://github.com/jspecify/jspecify-reference-checker/pull/165#issuecomment-2032659286