File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,9 @@ day: "wednesday"
2525
2626Unintentional breakage sucks for everyone involved. It's a sociotechnical
2727problem, and we need to do better on both the "socio" and the "technical"
28- parts. SemVer is a part of it, but just a small part: it doesn't cover ABI
29- stability, some stability guarantees are fuzzy (does impl PartialOrd mean "some
30- order exists" or "this specific order is guaranteed"?), some changes are
31- "breaking but not major" etc. If running cargo update breaks my program, being
28+ parts. SemVer is a part of it, but just a small part: it doesn't cover
29+ all aspects of stability, some stability guarantees are fuzzy, some changes are
30+ "breaking but not major" etc. If running ` cargo update ` breaks my program, being
3231told "sorry, that change was breaking but not major" isn't any consolation!
3332
3433Solving this will require a user-centric view of breakage. Acting upon that
@@ -38,7 +37,6 @@ crates.io + docs.rs. That's a lot of people! But here we get to decide what the
3837experience of using Rust in 2030 and beyond is like, and I'd like to make a
3938pitch for why this investment will pay off spectacularly if we do it right.
4039
41-
4240////// <!-- sepatator between abstract and bio -->
4341
4442Predrag has spent the last 9 years working on query engines for almost every
You can’t perform that action at this time.
0 commit comments