git: 9front

Download patch

ref: 1328946446a4b102748277dbad95252c0b47fbb1
parent: a772c19faecbef72813536377f534a4de46fef8b
author: Jacob Moody <moody@posixcafe.org>
date: Thu Aug 3 14:30:38 EDT 2023

/lib/rob: Critical code needs static typing.

https://marc.info/?l=tuhs&m=169105147414833&w=2

--- a/lib/rob
+++ b/lib/rob
@@ -405,3 +405,4 @@
 I told this anecdote in an internal talk at Google. You might have seen it then.
 Let me ask, because I'm genuinely curious: Why does it matter?
 I find this situation unsatisfactory.
+Critical code needs static typing.
--