Georgi Lyubenov

Results 62 comments of Georgi Lyubenov

I personally find it desirable because the `maybe` usage is essentially reimplementing `traverse`, i.e. this is exactly the implementation of `traverse`. I do agree that type inference is worse with...

Well, there's this symlink `unison` in the following directory: https://github.com/unisonweb/unison/tree/trunk/codebase2/codebase-sqlite. It links to.. the directory itself(`.`). And I'm assuming `hlint` follows that and loops indefinitely. So I'm not sure if...

Yup, they seem not to be - https://github.com/ndmitchell/hlint/issues/961#issuecomment-623017720 And it seems you've already fixed this once. I wonder what happened for a regression to occur :thinking:

Cause: https://github.com/ndmitchell/hlint/blob/master/data/hlint.yaml#L474 I guess it was assumed that people won't redefine `forever`. But this hint works usually. I don't think it should be removed, since there are a lot of...

Also reproduces for me: ![2022-08-31-110717_778x171_scrot](https://user-images.githubusercontent.com/8667384/187626599-5ac6d480-940d-43a6-8c41-575b12ae096b.png)

Would be awesome to have "big expression with underlined relevant mismatching subexpression"

Hey all! I'm the one implementing https://github.com/ghc-proposals/ghc-proposals/pull/496. Since you are somewhat invested in error messages and in this one in particular already, I would appreciate it if you gave your...

I didn't know that flag exists. Thanks :). But it still seems to not work for some reason - I get a binary that still depends on the linker in...

`go_proto_library` and `ts_proto_library` both fail.