Zulip Chat Archive

Stream: general

Topic: trace a failed tidy


Bhavik Mehta (Apr 17 2020 at 13:57):

I'm getting a deterministic timeout with tidy, and I'm trying to diagnose why - is there a trace I can print? I can write the proof myself (it's short) but tidy times out... tidy? doesn't work because the tidy doesn't complete.

Mario Carneiro (Apr 17 2020 at 21:40):

You should be able to increase the timeout

Bhavik Mehta (Apr 17 2020 at 21:55):

Ah that would work. Thanks!

Scott Morrison (Apr 18 2020 at 00:00):

I usually see extremely bad performance from tidy when it does lots of case bashing on hypotheses. It you add local attribute [tidy] case_bash it gets way worse.

Scott Morrison (Apr 18 2020 at 00:01):

Does this sound like your situation? Perhaps there's a way of either making it faster, or otherwise more conservative about case bashing.

Bhavik Mehta (Apr 18 2020 at 00:10):

Yeah case bashing was in there

Bhavik Mehta (Apr 18 2020 at 00:10):

It was an idea I wasn't expecting to work anyway, I just wanted to figure out why exactly it didn't work


Last updated: Dec 20 2023 at 11:08 UTC