Anton Kalinin

Results 5 issues of Anton Kalinin

Hello! This is a proposed implementation of structured errors in Haskell (discussed in #423). Currently it's mostly done, but I guess I need to add some tests, and some issues...

Hello! BNFC errors in the Haskell backend are plain `String` values like this: ```syntax error at line 3, column 1 before `token'``` . There are some inconveniences here: - a...

Haskell
parser
error-reporting

Hello! Sometimes I get error messages from critic to my email when it's updating a review from a tracked branch in a remote repository after someone pushed into that branch:...

Hello! I created a repo in critic, setup tracking the 'develop' branch, and created reviews for three remote branches. It worked fine, but 10 hours later I got the following...

**Describe the bug** Modification of Haskell files used in a `haskell_library` causes rebuild of dependent _libraries_, even though the library API/ABI is not changed. **To Reproduce** 1. Run `git clone...

type: bug