Skip to content

Running tests/lean/run/treemap.lean with -D Elab.async=false causes errors #8746

@zwarich

Description

@zwarich

On c2876a1, running

time build/release/stage1/bin/lean tests/lean/run/treemap.lean -D Elab.async=false

gives errors like this:

tests/lean/run/treemap.lean:550:0: warning: declaration uses 'sorry'
⟨2, 4⟩
tests/lean/run/treemap.lean:549:0: error: ❌️ Docstring on `#guard_msgs` does not match generated message:

warning: declaration uses 'sorry'
---
info: ⟨2, 4⟩
tests/lean/run/treemap.lean:558:0: warning: declaration uses 'sorry'
(2, 4)
tests/lean/run/treemap.lean:557:0: error: ❌️ Docstring on `#guard_msgs` does not match generated message:

warning: declaration uses 'sorry'
---
info: (2, 4)
tests/lean/run/treemap.lean:606:0: warning: declaration uses 'sorry'
2
tests/lean/run/treemap.lean:605:0: error: ❌️ Docstring on `#guard_msgs` does not match generated message:

warning: declaration uses 'sorry'
...

These errors do not occur without -D Elab.async=false.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P-mediumWe may work on this issue if we find the timebugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions