ucsd-progsys / liquidhaskell

Liquid Types For Haskell
BSD 3-Clause "New" or "Revised" License
1.18k stars 135 forks source link

Debug NewTypes0.hs in CI #2298

Open facundominguez opened 3 months ago

facundominguez commented 3 months ago

NewTypes0.hs started failing in https://github.com/ucsd-progsys/liquidhaskell/pull/2297 and was disabled.

The failure couldn't be reproduced locally, so this needs to be explored in CI.

One conjecture is that some code is behaving differently in different machines due to depending on the order of elements when converting a hashmap to a list.