Luke Lau

Results 25 issues of Luke Lau

This allows the JSON response returned from spotify to be accessed across all objects by storing it in the Base object. This was useful for our use case where we...

Hi, we're trying to upload the vscode-haskell extension to open-vsx.org here: https://github.com/haskell/vscode-haskell/issues/250, but we have a dependency in our package.json on this marvellous extension. Would it be possible to upload...

This is open to discussion, not really a bug as much as potentially surprising behaviour. Consider the following directory structure: ``` . ├── cabal │   ├── A.hs │   └── cabal.project...

type: enhancement

`Setup.hs` files should (normally) be runnable with a plain GHC installation,. At least with a simple setup that doesn't depend on any external dependencies, it can use the Cabal library...

```llvm define void @repeat_shuffle( %v, ptr noalias %q) { %w = shufflevector %v, poison, store %w, ptr %q ret void } ``` When compiled with `llc -mattr=+v`, there's an unnecessary...

backend:RISC-V
llvm:codegen

This adds some more entries for clang_select that were added in 6ff441c but then reverted. I've only filled in the entries for clang-15 and clang-16, since I'm not sure if...

maintainer: requires approval
maintainer: timeout

Hi, I'm working on updating ghc on [Homebrew](https://github.com/Homebrew/homebrew-core/pull/54005), and the formula for this was failing to build because protolude seems to have released a new version This just clamps the...

We should detect if the server supports workspace capabilities, and send appropriate notifications such as https://github.com/digital-asset/ghcide/pull/322

enhancement

https://github.com/haskell/haskell-language-server/commit/7552c58c9333ecad972f63dd75ea5e19577da926

bug

enhancement