Sergei Parshukov
Results
2
issues of
Sergei Parshukov
**Describe the bug** Consider some abstract function/method `ReturnsError() error` There are three general cases how it could be called 1. `ReturnsError()` — catches ok 2. `struct.ReturnsError()` — catches ok 3....
bug
I'm a bit torn on the ergonomics of this particular lexer. On one hand, the current behaviour with keeping the leading whitespace is the most general, on the other hand,...