I recently looked at migrating some existing code and had some thoughts about the migration (https://github.com/cdcent/cfa-evd-2025-interventions/pull/8)
Higher priority stuff:
Other things that I thought are worth mentioning but maybe not immediately fixing
I recently looked at migrating some existing code and had some thoughts about the migration (https://github.com/cdcent/cfa-evd-2025-interventions/pull/8)
Higher priority stuff:
impl_property!no longer works withf64since it requiresHash,Eq, which is particularly a problem for structs that containf64(e.g., times for things)IxaErrorisn't compatible withanyhowbecause it doesn't implementSend/SyncIxaErroris, in practice, used quite a bit with the string variant: do we want to just add back support, or encourage people to move to defining their own errors/anyhow/something else? (we decided we will leave it but make it compatible with anyhow)Intoetc.)Other things that I thought are worth mentioning but maybe not immediately fixing
.0is not ideal