IntersectMBO / lsm-tree

A Haskell library for on-disk tables based on LSM-trees
Apache License 2.0
24 stars 7 forks source link

Fix/improve the find script for stylish-haskell #279

Closed dcoutts closed 1 month ago

dcoutts commented 1 month ago

Avoid looking at .hs files under ./dist-newstyle, and all files under ./.git and ./bench.

This fixes the script (which was failing to parse the .hs files in some dependencies) and makes it faster (looking at fewer files).

dcoutts commented 1 month ago

CI test timeout on one runner:

       prop_inMemRunLookupAndConstruction:                         TIMEOUT (300.07s)
        Timed out after 5m
        Use -p '/With multi-page values.prop_inMemRunLookupAndConstruction/' to rerun this test only.

Unrelated to this PR but we should fix it.

dcoutts commented 1 month ago

I see we noticed the same thing concurrently :-)