Zulip Chat Archive
Stream: mathlib4
Topic: CI Help
Dominic Steinitz (Jan 22 2026 at 17:16):
CI is complaining about this
/home/lean/actions-runner/_work/mathlib4/mathlib4/pr-branch/Mathlib/Geometry/Manifold/EhresmannConnection.lean:63:3: error: @EhresmannConnection.horizontal definition missing documentation string
But I have a documentation string
So I am now scratching my head :face_with_monocle:
Michael Rothgang (Jan 22 2026 at 17:24):
You need to document the definition itself, as well as all data fields of the structure. (For proof-valued fields, these are optional - but can be useful also.)
Last updated: Feb 28 2026 at 14:05 UTC