| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-03-16 | Update tests | John Kåre Alsaker | -0/+2 | |
| 2018-02-27 | Add label to primary span in some parse errors | Esteban Küber | -1/+1 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -8/+8 | |
| 2017-12-21 | Do not emit type errors on recovered blocks | Esteban Küber | -2/+0 | |
| When a parse error occurs on a block, the parser will recover and create a block with the statements collected until that point. Now a flag stating that a recovery has been performed in this block is propagated so that the type checker knows that the type of the block (which will be identified as `()`) shouldn't be checked against the expectation to reduce the amount of irrelevant diagnostic errors shown to the user. | ||||
| 2017-12-14 | Remove NOTE/HELP annotations from UI tests | Vadim Petrochenkov | -4/+4 | |
| 2017-12-14 | Move compile-fail tests with NOTE/HELP annotations to UI | Vadim Petrochenkov | -0/+47 | |
