Jaro

Results 206 comments of Jaro

@wz1000 I think I removed that in 0776c65 (in response to https://github.com/haskell/haskell-language-server/pull/4433#discussion_r1816962330), because we don't use it anywhere else yet and it would be very simple to add back when...

Thank you for the reviews! I hope I have addressed all feedback appropriately. Is there anything more I can do to speed up the process of merging this?

> regularly pinging ping

I'm fine with pushing directly to my branch if that is possible. Do I need to give you special permissions?

I personally just wanted access to the diagnostic codes. So I'm more than satisfied!

This seems to be a duplicate of, or at least related to #2821.

I would really appreciate it if we could also get https://github.com/haskell/haskell-language-server/pull/4433 in.

I'm trying the more bleeding edge versions, but running into this error: ``` Cloning into '/home/jaro/haskell/par/dist-newstyle/src/accelerate-bc364d47be689e0b0d70b0c14c246a316df1f41e69fb113a9a819eb608637e3c'... remote: Enumerating objects: 32635, done. remote: Counting objects: 100% (2329/2329), done. remote: Compressing objects:...

With those newer versions, I'm still getting the same git failure with the `cbits/tracy` submodule.

When I create a fresh cabal project (`cabal init -mnq`) and add this `cabal.project`: ``` packages: . source-repository-package type: git location: https://github.com/AccelerateHS/accelerate.git -- master tag: 81a2e722bef86393c077ba22642206c2a96b4d6c source-repository-package type: git location:...