Rebecca Turner

Results 169 comments of Rebecca Turner

So it says `fatal: reference repository '/private/var/...' is shallow` -- I'm wondering if that's a file path (`/private/var/...`) and not a file URL (`file:///private/var/...`), which I _think_ Git treats differently...?...

@Mikolaj That plan seems fine. I do think it's worth investigating the `file://` URLs, but if that's not possible (and please document it if not...) then I'm happy to just...

@semohr Feel free, I might get back to this in the future but I'm not sure when.

Thank you, I tried to search for related issues but somehow I missed that one.

The contract is a bit narrower than the blog post implies; the shell has to contain `{0}`. ``` Error: Invalid shell option. Shell must be a valid built-in (bash, sh,...

@philderbeast For an example spurious 'configuration changed', see: https://github.com/haskell/cabal/pull/10524#discussion_r1874086603. Excerpt (NB this is about code in #10524, not code on `master`): > The package configuration now includes the project file...

So this happens when the full, expanded configuration changes. This could mean a lot of things! Here's an easy solution: we write an [`ediff`](https://hackage.haskell.org/package/tree-diff-0.3.3/docs/Data-TreeDiff-Class.html#v:ediff) of the old and new values...

It's been almost a year but IIRC I tried the "easy solution" I suggested in the previous comment and found it wasn't easy because getting the `tree-diff` stuff in scope...

@jfly I'm not proposing that we add any sort of file watching to `treefmt`. I'm simply proposing that we (optionally) use `watchman` to determine which files have changed since the...