Object doesn’t match filename

Each .eo file must have the same name as its contained object to avoid confusing readers.

Incorrect:

bar.eo:

# Foo.
[] > foo

Correct:

foo.eo:

# Foo.
[] > foo

Published on Tue Mar 31 07:20:32 UTC 2026.