Zulip Chat Archive

Stream: lean4

Topic: lake silence


Patrick Massot (Feb 24 2025 at 08:43):

I couldn’t find a GitHub issue specifically about that, but let me check here: is there already an issue about the fact that lake always starts by printing nothing for at least 15 seconds when updating? Does anyone understand what it does? Could we get a message about it at the very beginning?

Patrick Massot (Feb 24 2025 at 08:43):

I suspect it tries to print stuff but this is somehow blocked and printed all at once when it’s done.

Jon Eugster (Feb 24 2025 at 15:32):

I've experienced that too, and I get this especially in a project which imports mathlib: it feels like the message

info: mathlib: cloning https://github.com/leanprover-community/mathlib4

is only displayed after it's done cloning instead of beforehand. (but didn't investigate further)

It sounds like the following conversation is related: #lean4 > lake new ... math gives `Invalid lake configuration`

Patrick Massot (Feb 24 2025 at 16:19):

Jon Eugster said:

it feels like the message

info: mathlib: cloning https://github.com/leanprover-community/mathlib4

is only displayed after it's done cloning instead of beforehand. (but didn't investigate further)

I agree this is what it feels like.

Kim Morrison (Feb 24 2025 at 21:42):

@Mac Malone? I've experienced this too, and agree it is very disconcerting.

Kim Morrison (Mar 12 2025 at 03:49):

@Mac Malone, is there an open issue for this? I still can't find one.

Mac Malone (Mar 12 2025 at 03:56):

@Kim Morrison Its seems to be rebirth of lean4#5615, apparently some failure not caught by the original tests. A new issue would be welcome.

Kim Morrison (Mar 12 2025 at 10:17):

@Mac Malone, I've reopened lean4#5615 -- it seems last week Kevin reported the same issue.


Last updated: May 02 2025 at 03:31 UTC