Zulip Chat Archive

Stream: lean4

Topic: aesop tests failing on nightly-2024-01-19


Kim Morrison (Jan 19 2024 at 10:52):

@Jannis Limperg (or anyone else interested in jumping in)

aesop's nightly-testing branch is successfully building on nightly-2024-01-19, but the test suite is breaking in many places.

Might you be able to take a look? I'm running out of time for the day.

Kim Morrison (Jan 19 2024 at 10:54):

The two suspects should be

  1. that simp is now doing something different with ground terms: lean4#3187.
  2. that Std has reduced many of its imports, and so it may just be some missing imports

Jannis Limperg (Jan 19 2024 at 10:59):

I'm at a conference but will try to take a look later today.

Jannis Limperg (Jan 19 2024 at 11:00):

So this new simp option unfolds every def if it's applied only to ground terms? Or is there something else going on?

Jannis Limperg (Jan 19 2024 at 18:02):

nightly-testing tests should work again.

Kim Morrison (Jan 20 2024 at 05:47):

Thanks, @Jannis Limperg !


Last updated: May 02 2025 at 03:31 UTC