| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-05-24 | Move some issues into the issues folder | varkor | -17/+0 | |
| 2019-04-10 | Suggest removing `?` to resolve type errors. | David Wood | -0/+2 | |
| This commit adds a suggestion to remove the `?` from expressions if removing the `?` would resolve a type error. | ||||
| 2019-04-08 | Add test demonstrating existing behaviour. | David Wood | -0/+15 | |
| This commit adds a test that demonstrates the compiler's current behaviour when a function attempts to return a value that was unwrapped by a `?` operator when the omission of `?` would have made the code compile. | ||||
