Jaro

Results 206 comments of Jaro

Ah, I see I should change `https://github.com/tomsmeding/accelerate-llvm` to `https://github.com/AccelerateHS/accelerate-llvm`.

@dylan-thinnes are you still planning to work on this? The immediate CI issue seems very simple to solve. It seems there is just a redundant import. What else still needs...

Removing these four redundant imports fixes all issues for me locally: ```diff diff --git a/plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Diagnostics.hs b/plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Diagnostics.hs index 5425c419..a0cea4dc 100644 --- a/plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Diagnostics.hs +++ b/plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Diagnostics.hs @@ -13,8 +13,7 @@ where import Control.Lens...

bytestring-0.10 doesn't support GHC versions 9.2 and later. This is blocking me when trying to build `accelerate-llvm-native` with GHC 9.6. Please merge this. Edit: or I guess I should just...

It seems this issue can be closed.

> Moreover, the pop-up can only display newline characters, no other kind of formatting is supported. If we displayed the full error message, it would be completely unreadable. As a...

There's a problem upstream: https://github.com/kazu-yamamoto/crypton-certificate/issues/21 Although I think we should drop these very old GHC versions. 9.6 is already old at this point.

Oh, this doesn't work any more after d943a09 :(

I think this can be closed now?

@treeowl that sounds much better than what I proposed here! Which applicative would you use? I believe the straightforward `Writer (Set a)` wouldn't have the right time complexity, or would...