You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
efdc72f fix build on 1.48.0 (Andrew Poelstra)
e0b8c82 ci: actually run tests on alternate compilers (Andrew Poelstra)
Pull request description:
#103 introduced a `panic` into a constfn; prior to that there were some loops using the new `IntoIter` implementations on arrays. Neither built with 1.48. This PR fixes these.
This was not noticed because
* In Github Actions we introduced the `DO_FEATURE_MATRIX` variabe but did not set it for the beta and 1.48 compiler runs, so we were not actually testing anything with those compilers
* In my local CI script I was caching environments and did not feed the compiler into the key of a hashmap, resulting in tests running only on a single compiler (which happened to be nightly, which is the only compiler that I had put a lot of work into specifically ensuring was being used)
ACKs for top commit:
tcharding:
ACK efdc72f
Tree-SHA512: 215ca8265d953071374296800bb024c6cfd305fa08334ff44438e534a85f534587609d811fcbeb7ba6438faa0f790b8bcdf3f8000ef03b7e942c78c9cdbe0008
0 commit comments