Zulip Chat Archive
Stream: mathlib4
Topic: mathlib4-port-status-new
Johan Commelin (Dec 19 2022 at 12:32):
I just discovered https://github.com/leanprover-community/mathlib/wiki/mathlib4-port-status-new
Is this actually used somewhere?
Eric Wieser (Dec 19 2022 at 12:55):
@Yakov Pechersky created it as an example of what the updated mathlibtool code could parse
Eric Wieser (Dec 19 2022 at 12:56):
No attempt was made to switch to that format
Eric Wieser (Dec 19 2022 at 12:56):
But it would be very easy to switch, since I think think port-status
generates the yaml in that format
Johan Commelin (Dec 19 2022 at 13:23):
Ok, thanks for the info. So it's orthogonal to the changes that Reid and I are working on.
Eric Wieser (Dec 19 2022 at 13:35):
Yes; but it preserves free-form comments, which your approach might not
Eric Wieser (Dec 19 2022 at 13:36):
(there is a comment
field)
Johan Commelin (Dec 19 2022 at 14:10):
See https://leanprover.zulipchat.com/#narrow/stream/287929-mathlib4/topic/port.20status
We are proposing a new file for recording free-form comments.
Yakov Pechersky (Dec 19 2022 at 14:12):
My hope with the yaml format was to decouple stiff data, like porting, hash, PR number, from free-form data
Yakov Pechersky (Dec 19 2022 at 14:12):
But also keep it in the same place
Yakov Pechersky (Dec 19 2022 at 14:12):
In a way that would be amenable to automation
Scott Morrison (Dec 19 2022 at 21:54):
I'm going to delete this now.
Last updated: Dec 20 2023 at 11:08 UTC