Javier Neira

Results 527 comments of Javier Neira

@zliu41 The unique thing i would like to fix is the hardcoded path to the ghc libdir induced by ghc-exactprint: https://github.com/alanz/ghc-exactprint/issues/96 (although i am not totally sure at 100% that...

@zliu41 I am afraid the workaround for the ghc libdir hardcoded path in windows [has become almost unnaceptable](https://github.com/haskell/haskell-language-server/issues/615#issuecomment-731973771). I have to fix it asap and it will suppose changes in...

@zliu41 hi! i've falmost finished the pr in hls to leverage your nice last changes. However dont know when i will be able to tacke https://github.com/alanz/ghc-exactprint/issues/96. What do you think...

@zliu41 hi! any progress in this issue? thanks

> If that information is lost, perhaps we can post-process the output, depending on whether the first newline in the input file is LF or CRLF? Mmm, ideally ghc-exactprint should...

Well, taking a look to [`System.IO`](https://hackage.haskell.org/package/base-4.14.0.0/docs/System-IO.html) there are three axis in the output settings (for completeness): * binary vs text encoding: subsumed within the other ones, it will be always...

Hi, there is an option to opt out rustup usage: ``` "rust-client.disableRustup": false ``` the description says: `Disable usage of rustup and use rustc/rls from PATH` So in theory it...

Hi! The project has not submodules now but it had them for a long time. It is not probable (but possible) that it will need again and `--recurse-submodules` does not...

Hi, that stack version is really old so i would suggest upgrade it. In any case it seems a stack specific issue so maybe you could get better help in...

Hi! Sorry for the late response. I can reproduce the error and it is a pretty weird one. The code is totally correct. It has to be related with some...