Craig Spence
Craig Spence
Not sure why my review didn't come through about a month ago, I musn't have hit the final button. Either way @run1t, care to check out my review and respond?...
Yeah I'm sorry, it turns out that I'm more coupled to cjs than expected and it's been really slow breaking that dependency, and I don't have a lot of time...
I have a branch where I’m trying to migrate the tests to Vite, which is the last big thing - it has some issues with hanging processes not exiting correctly....
Thanks very much, I’ve seen this in the wild but never had a good repro, I’ll see where this takes me!
Did a bit of research and this might be an out of memory error in disguise. You could try doing the whole `NODE_OPTIONS="--max-old-space-size=4096"` and see if that makes any difference.
The initial design was that the cache would always be disabled in `ci` (based on the infra I was working with!) but I can see how this would be wanted....
What version of Betterer are you on? You should be able to use a function for the config which wraps `eslint`, and it can be async
Yeah, I don’t think there’s a way to make it work in v4!
This is by design, as git is useful for more than just diff checking, (e.g. for maintaining the cache), and most CI systems are have got available for cloning the...
Fair enough, I'll have a think