Zulip Chat Archive
Stream: general
Topic: Lean server is noisy
Michael Stoll (Mar 06 2024 at 15:03):
In current Mathlib:
import Mathlib.Analysis.Complex.Basic
set_option trace.Meta.synthInstance true
#synth T2Space ℂ
in VSCode gives a pop-up window saying "Lean server printed an error: 29 79". The output window shows two lines starting with "29" and "79". Unfolding the trace in the Infoview shows lines "79 more entries..." and "29 more entries...". So it looks like the server prints out the number of additional entries when it shouldn't.
Sebastian Ullrich (Mar 06 2024 at 16:03):
Thanks, fixed in lean4#3622
Ruben Van de Velde (Mar 06 2024 at 16:07):
https://github.com/leanprover/lean4/pull/3622
Last updated: May 02 2025 at 03:31 UTC