haskell-ide-engine icon indicating copy to clipboard operation
haskell-ide-engine copied to clipboard

The engine for haskell ide-integration. Not an IDE

Results 100 haskell-ide-engine issues
Sort by recently updated
recently updated
newest added

I keep getting this on my vscode: ``` 'stty' is not recognized as an internal or external command, operable program or batch file. ``` `hie` itself is not working at...

os: windows
component: upstream
can-workaround

I would like to use hie in vscode on a project where I used to be using ghci/ghcid (no cabal, no stack). I am having trouble getting `import XXXX` of...

## OS Windows 10 Build 19041.113 Using WSL 2 distro (Ubuntu 19.04 LTS) ## Using Stack I get the same error using Stack ## Using Cabal This is on a...

type: bug
os: windows
build
status: blocked upstream

Consider logging the absolute path for hie-wrapper, and the contents of the $PATH if startup fails for not finding the replacement exe. ``` [20:13:35] 18 I'm getting this output: https://paste.debian.net/1134357/...

I get error messages like ``` Plugin.hs 56 35 error bios: Ambiguous occurrence ‘pluginRules’ It could refer to either ‘Development.IDE.Plugin.pluginRules’, imported from ‘Development.IDE.Plugin’ at /tmp/haskell-lsp36476/Plugin.hs-00162-1656586003122053330.hs:33:1-63 or ‘Ide.Types.pluginRules’, imported from ‘Ide.Types’...

type: bug

* Last step to being able to provide hie binaries (see #1068) * From that issue: * `brittany` did the necessary changes (thanks to @lspitzner) to let us avoid that...

type: refactor
build

Not sure if this is the correct place to ask this. If not please advise. The `README` it mentions about that if we have multiple versions of HIE we can...

I use visual studio code, i noticed in the debug window that a lot of stuff was being compiled by `hie`. The readme could mention that things needs to be...

component: documentation

Talking with @jneira on irc, we realized this makes it easier to share code between the projects hie, hls and, potentially, ghcide! Code would be entirely taken from `Cradle.hs` in...

type: discussion
type: refactor

A single test-run takes a huge amount of time and, by now, we have a huge array of VM tests. Currently, we have the resulting matrix of test-runs: Tool\GHC|8.4.2|8.4.3|8.4.4|8.6.1|8.6.2|8.6.3|8.6.4|8.6.5|8.8.1 -------------|-------|-------|------|------|-------|-------|------|-------|------...

type: enhancement
type: refactor
testing