Maxim Koltsov

Results 20 issues of Maxim Koltsov

Hi, I am observing strange behavior. Judging by hie's log it correctly sees updates I make to the file: ``` 2020-05-27 11:08:01.516354 [ThreadId 1255] - Typechecked modules for: Just "/private/var/folders/xm/wymzs8212vd2z4w239yz0kxr0000gn/T/haskell-lsp88245/ClusteringTask.hs-00035-8164476009238656258.hs"...

hie works fine on all modules in my project except one. I see this in logs (`--debug --vomit`): ``` 2019-12-12 22:46:12.402861 [ThreadId 4] - ---> {"jsonrpc":"2.0","method":"textDocument/didOpen","params":{"textDocument":{ **MY MODULE HERE** 2019-12-12...

type: bug

This is a backport of 7e09102860b7e0b3f67bb9ba335dbecd2da56177 from master (PR #370). - [ ] Added **tests** for changed code. - [ ] Updated **documentation** for changed code. As this is a...

# Pull Request Check List This backports #4618 #2398 to 1.1 branch to fix related issues. - [ ] Added **tests** for changed code. - [ ] Updated **documentation** for...

# Pull Request Check List This changeset improves caching of dependencies with extras in two ways: - `foo[extra]` -> `foo` dependency preserves information about `foo`'s source. If it comes from...

# Pull Request Check List If we have `root` -> `foo` -> `VCSDependency(bar, ref="sha256")`, and lock file contains `bar @ sha256` and user ran `poetry lock --no-update`, do not fetch...

When node is updated with constant layout, it is removed. Check line 67 of src/Layout/constant.js. I suggest to turn it into ``` javascript if (change.changeType === 'add' || change.changeType ===...

Take this code: ```haskell data Foo = Foo { foo :: Foo "кек" } ``` There are non-ASCII UTF8 symbols in the type parameter (and it's perfectly OK). `stylish-haskell` does...

This is a draft PR to provoke discussion. I came across http://hackage.haskell.org/package/cabal-install-parsers-0.3.0.1/docs/Cabal-Project.html, which was made for `haskell-ci`, and I thought that it could be a good idea to use this...