Dmitrii Kosarev

Results 103 issues of Dmitrii Kosarev

Lookup for `open Angstrom` and report if it is not present in .opam file.

```` let* x = return 5 in return x ````

It worked before changes in https://github.com/inhabitedtype/angstrom/pull/229 Now it raises stack overflow. Maybe the code of parser should be written differently? CC @edwintorok

For example, am I obliged to install earlybird into current switch and rerun debugging phase? Maybe I could start earlybird as a server and force VsCode to attach to existing...

question

When we have mutual recursion we can put `[@@deriving` in multiple places. The compiler generates decent code any way, but for IDE only placing attribute after first type gives decent...

At the moment tests for it are not working properly and being commented out.

In the test for IfBool we see false positives about from the generated code. It happens because generated module has submodules and simple flag will not be enough. We should...