Zulip Chat Archive

Stream: PR reviews

Topic: Categorical structure of Quiv


Robert Maxton (Apr 13 2025 at 03:39):

Am starting to PR my ongoing work on the categorical structure of Quiv. I've run into trouble early, though:
https://github.com/leanprover-community/mathlib4/compare/robertmaxton42/quiv-helper1

The simpNF linter claims that some of these lemmas can be proven with simp, but when I actually try it in my local copy it doesn't work. Can I get some advice fixing this?

Robert Maxton (Apr 13 2025 at 08:32):

#23989 isn't even getting to the lint and build stage; I'm getting Error: Unhandled error: HttpError: Resource not accessible by integration

Ruben Van de Velde (Apr 13 2025 at 08:56):

That's because it comes from a fork - we don't support that, I'm afraid

Robert Maxton (Apr 13 2025 at 08:57):

... Oh dammit, I thought I'd removed that -_-

Robert Maxton (Apr 13 2025 at 08:58):

Thanks for the tip


Last updated: May 02 2025 at 03:31 UTC