On Tue, Jun 3, 2025, at 10:31, Karthik Nayak wrote: > Patrick Steinhardt <ps@xxxxxx> writes: > >> Sometimes code wants to die in a situation where it already has written >> an error message. To use the same error code as `die()` we have to open >> code the code with a call to `exit(128)` in such cases, which is easy to > > Nit: This reads a little weird. Maybe s/to open code the code/to open-code the code/