Mochion Publishing  ·  No. 0  ·  Moh-chee-on  ·  what broke, what got fixed
Mochion

The Build Log

dispatches from the workshop — what broke, what got fixed, and why. No varnish.

The build feed prints here.Loading the latest counts…

Our own README was lying to us

What broke We checked our own notes against the actual code and found the notes were wrong — they described the machine doing less than it really does. That's how you end up confidently telling people the wrong thing about your own project.
The fix Now there's one place that counts as the truth, and every claim gets checked against the real code before it goes anywhere — including this site.

A bunch of tests kept failing for a silly reason

What broke Our automatic checks were quietly reaching out to the real exchange over the internet while they ran. So they'd pass on a good day and fail whenever the connection hiccuped — nothing to do with the actual code.
The fix (in progress) We're cutting that cord so the checks run completely offline and give the same answer every time. Boring — but boring is exactly what you want here.