Veronika Romashkina

Results 115 issues of Veronika Romashkina

We can catch unreachable returning value in `forever`. Basically, `forever` should always be used with the `Void` data type.

inspection

Depending on the category of the project, we could suggest better runtime system options and concurrency settings.

nice to have :nail_care:
inspection
cabal

We are not providing a release for Windows on `8.8.3` due to the issues on this platform. However, `8.8.4` seems to resolve it. Let's check it and update releases workflow.

CI

Haddock docs is not a part of the HIE files. We need to check if there is a way for us to grab and analyse such information other than using...

question
idea :bulb:

`stimes` usually has a much better implementation for `Monoid`s

nice to have :nail_care:
inspection

See [Recursive self-calls](https://gitlab.haskell.org/ghc/ghc/issues/14527). E.g.: ```haskell let x = x + 1 ``` Especially useful to have this check in instances, as it is quite a common mistake.

nice to have :nail_care:
inspection

We need to design the interface for users to add some of the opt-in inspections. Also, we should move such inspections into a special list.

enhancement
idea :bulb:
nice to have :nail_care:
config :gear:

As this information is not in the HIE files, we need to investigate first how we can get this information first. Then we need to come up with the algorithm...

question
hardcore :rage4:

idea :bulb:
hardcore :rage4:
inspection

As a toc for observations section

question
idea :bulb:
nice to have :nail_care:
report :notebook: