Javier Neira
Javier Neira
Hi, [using hls-hlint-plugin](https://github.com/haskell/haskell-language-server/issues/593) an user has detected that apply "redundant lambda" breaks the block identantion. Same versions that previous issues: #93 and #94 Test cases has been aded by @soiamsoNG:...
* This is the more promising option for running tests in macos and windows (thanks god and @alanz at least we have the circle ci for linux) * [X] Linux...
* Common case: a module of the main library has a compilation error but you are working on the exe (or test) component which has no errors * Actually master...
* Opening a new specific issue from #1564, reported by: * 0xd34df00d in https://github.com/haskell/haskell-ide-engine/issues/1564#issuecomment-583909583 * Maybe @kirillFedorov1 in https://github.com/haskell/haskell-ide-engine/issues/1564#issuecomment-583945900 (pending on comfirm it is the same error) * Citing @fendor:...
* 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...
* Limit the line length is a usual convention that helps to read the codebase (see serokell haskell style guide f.e: https://github.com/serokell/style/blob/master/haskell.md#line-length, but many other style guides recommend it): >...
* Opening a single file require to have ghc in path * However stack users can do a `stack repl` to load those files (stack uses the global project configuration)...
The guide should include imo * [ ] A description of the policy followed by maintainers about code reviews and merges of pull requests * [ ] With a description...
* From https://github.com/haskell/haskell-language-server/issues/2057#issuecomment-890901429 * Code action code is here: https://github.com/haskell/haskell-language-server/blob/2fef04193cfe2ac08372a008a5b5cfb6275d5bea/ghcide/src/Development/IDE/Plugin/CodeAction.hs#L322 * Maybe we could add the feature in the README and note htat you have to enable that warning (or...
* As `etlas new-build` and `etlas new-run` creates a deeper tree of directories within `dist-newstyle`, it is easier to reach the [infamous PATH_MAX limit in windows system](https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx#maxpath). * The problem...