←back to thread

169 points signa11 | 3 comments | | HN request time: 0.494s | source
1. DoubleDecoded ◴[] No.41875994[source]
"could break the guarantees" is a weak guarantee then.
replies(2): >>41876027 #>>41881309 #
2. josephcsible ◴[] No.41876027[source]
It's still a guarantee. The point of the guarantee isn't that no code can cause certain kinds of problems, but rather that any code that can must be marked unsafe.
3. dzaima ◴[] No.41881309[source]
Basically any guarantee can be broken by an evil guaranteer. All this is saying is that this is a case of the user being required to uphold a guarantee, instead of the stdlib/language.