|
|
|
|
|
by frankmcsherry
2142 days ago
|
|
> That's not accurate. Fwiw, I recorded at least four different times a Rust release broke timely / differential dataflow, and have seen a few others in other folks' code. Afaict, none of them were soundness related, and were instead due to ergonomic additions and performance improvements. They haven't been recent (e.g. were 1.17, 1.20, and 1.22, and the others earlier) and I agree that things are much more stable now. |
|
The biggest issue I had was with the macro import and visibility changes in the 2018 edition.
That broke quite a lot and was rather painful.