Zulip Chat Archive
Stream: mathlib4
Topic: porting dashboard
Johan Commelin (Jun 07 2023 at 08:46):
Does anybody understand why https://leanprover-community.github.io/mathlib-port-status/file/category_theory/bicategory/coherence_tactic is still listed as unported?
Johan Commelin (Jun 07 2023 at 08:47):
We have
-- Mathlib/Tactic/CategoryTheory/BicategoryCoherence.lean
! This file was ported from Lean 3 source module category_theory.bicategory.coherence_tactic
! leanprover-community/mathlib commit 3d7987cda72abc473c7cdbbb075170e9ac620042
! Please do not edit these lines, except to modify the commit id
! if you have ported upstream changes.
Jireh Loreaux (Jun 07 2023 at 09:04):
Is it because of the path change?
Johan Commelin (Jun 07 2023 at 09:05):
I thought the header was supposed to take care of that...
Jireh Loreaux (Jun 07 2023 at 09:06):
Oh probably, I was just guessing.
Eric Wieser (Jun 07 2023 at 09:43):
Does #port-wiki list it as ported?
Eric Wieser (Jun 07 2023 at 09:44):
Looks like it doesn't. So the unhelpful answer is "the dashboard says it's not ported because that's what the wiki says"
Johan Commelin (Jun 07 2023 at 10:45):
Ok, so then I invite people to answer the appropriate helpful question :wink:
Eric Wieser (Jun 07 2023 at 13:39):
I think your script ignores the Tactic
directory
Eric Wieser (Jun 07 2023 at 13:40):
https://github.com/leanprover-community/mathlib4/blob/master/scripts/make_port_status.py#L78-L80
Eric Wieser (Jun 07 2023 at 13:40):
I think those lines are nonsense
Eric Wieser (Jun 07 2023 at 13:40):
We should check files for a sync header wherever they are
Johan Commelin (Jun 07 2023 at 13:41):
yes, I agree.
Eric Wieser (Jun 07 2023 at 13:42):
https://github.com/leanprover-community/mathlib4/pull/4799
Eric Wieser (Jun 07 2023 at 13:42):
As usual you'll need to test it on your own machine
Johan Commelin (Jun 07 2023 at 13:42):
I'm going to test this one in production.
Johan Commelin (Jun 07 2023 at 13:51):
#port-wiki now says
category_theory.bicategory.coherence_tactic: Yes mathlib4#4610 3d7987cda72abc473c7cdbbb075170e9ac620042
Eric Wieser (Jun 07 2023 at 13:52):
!4#4800 contains a follow-up to make the archive be included
Johan Commelin (Jun 07 2023 at 14:38):
Johan Commelin said:
Does anybody understand why https://leanprover-community.github.io/mathlib-port-status/file/category_theory/bicategory/coherence_tactic is still listed as unported?
Now this file is no longer listed. Thanks @Eric Wieser
Last updated: Dec 20 2023 at 11:08 UTC