Skip to content

Commit 0813f4e

Browse files
authored
Merge pull request #90 from obi1kenobi/patch-1
Update predrag.md
2 parents 3a65998 + 1b2d336 commit 0813f4e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/pages/talks/predrag.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ day: "wednesday"
2525

2626
Unintentional breakage sucks for everyone involved. It's a sociotechnical
2727
problem, 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
3231
told "sorry, that change was breaking but not major" isn't any consolation!
3332

3433
Solving 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
3837
experience of using Rust in 2030 and beyond is like, and I'd like to make a
3938
pitch for why this investment will pay off spectacularly if we do it right.
4039

41-
4240
////// <!-- sepatator between abstract and bio -->
4341

4442
Predrag has spent the last 9 years working on query engines for almost every

0 commit comments

Comments
 (0)