Jan Hrcek
Jan Hrcek
No complex structures, just a lot of files :) It's just that I don't use atom for elm programming, but sometimes I need to open complex java project (with thousands...
Thanks for the reply. Just to clarify, by > Let me know if you're interested in adding any of the above! you mean if I'm interested in implementing it or...
I'm not very fond of this change. Is there any actual use case for empty records that you envision we'll be using (as opposed to try to tightly support all...
I'd love to get this merged. This is also blocking co-log and co-log-core from building with ghc 9.4.2. :pray:
I volunteer to work on this, as I wanted to contribute to hls in more substantial way. Having looked at some of the partial functions usages, many of them require...
This seems to be problem in vscode-haskell, which is replacing `-`s with `.`s here: https://github.com/haskell/vscode-haskell/blob/7eb6a485e1e443c2eea195f0afe37e6b9963c22c/src/docsBrowser.ts#L160-L163 The logic replacing -s with .s was introduced in this PR: https://github.com/haskell/vscode-haskell/pull/452
For reference here's a related upstream issue in haddock : https://github.com/haskell/haddock/issues/1447 My understanding of why the source links are broken: some time ago there was a change in haddock in...
Thanks for the details. I'll gladly document this once I managed to turn on the message tracing. So far I tried couple of ways, e.g. I added these to my...
This is no longer an issue. Setting "Haskell > Trace: Server" to "verbose" in vscode shows the client-server messages in the output window.
Yes, this is one of the flaky tests. I restarted the failed job.