-
When using a preprocessor (`tasty-discover`) for our tests, we get a wrong error from HLS, while compilation is fine.
See minimal repo to reproduce the issue: https://github.com/Sir4ur0n/hls-bug-pr…
-
**Is your feature request related to a problem? Please describe.**
@kokobd had pointed this out. When you expand selection(using `shift+alt+right arrow`) from within a comment, expand selection d…
-
I have this ghc environment:
``` nix
haskellEnv = pkgs.haskell.packages.ghc844.ghcWithPackages (haskellPackages: with haskellPackages;[
telegram-bot-simple
]);
```
but HIE do…
-
#917 introduced code to generate a code action to split a case, but it does not work.
Fix it.
alanz updated
5 years ago
-
Something I thought to do while refactoring https://github.com/hasura/graphql-engine/pull/3622 but which needs to wait.
See https://stackoverflow.com/questions/59739476/deprecate-or-shadow-a-modul…
-
It would be nice if there was a code action for hiding imports which are unused and being shadowed by local declarations.
This is complicated because it requires some detailed information on the pr…
-
## Environment
* **IntelliJ Rust plugin version:** 0.4.174.4743-221
* **Rust toolchain version:** 1.62.0 (a8314ef7d 2022-06-27) x86_64-pc-windows-msvc
* **IDE name and version:** IntelliJ IDE…
-
To reproduce clone: https://github.com/razvan-flavius-panda/LagdaMdToLagda/tree/948dbdeeddcc69e594c0cdb5bf23ffe49e180243
Enter `nix-shell --pure` and run `hie`:
```
[nix-shell:~/Projects/LagdaM…
-
Most of the complexity of [`map-file`](https://github.com/kazu-yamamoto/ghc-mod/pull/484/files) seems to come from the fact that we need to splice the original file path into places where the temporar…
-
I may need to perform some profiling (see readme for commands as per [here](https://www.tweag.io/posts/2020-01-30-haskell-profiling.html)) to locate the primary culprits.
- performance for dataset …