latex3 / l3build

A testing and building system for LaTeX
LaTeX Project Public License v1.3c
84 stars 14 forks source link

report open errors properly #376

Closed jlaurens closed 1 week ago

jlaurens commented 1 week ago

Some operations require that open or popen succeeds. An assert wrapper is added when necessary. Without that assert, the error manager reports an attempt to operate on a nil unexpected value. With that assert, the error manager reports a file system problem.

Summer cleaning: