Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix bugs with dot & call operators [backport] (#20931) | metagn | 2022-11-28 | 1 | -19/+19 |
| | | | | | | | | | | | | | | | | | | | * better error messages for dot operators [backport] fixes #13063 * also fixes #7777 * fix #6981 and #9831 too * fix * minor improvement * sus test fixes * make test multiplatform lol * fix nimsuggest test, extra improvements | ||||
* | close #17636 (#17643) | flywind | 2021-04-06 | 1 | -46/+44 |
| | |||||
* | fixes #12741 (#14005) | Andreas Rumpf | 2020-04-19 | 1 | -39/+45 |
| | | | | * fixes #12741 * updated tests | ||||
* | fix #13538 sigmatch errors are now sorted (#13701) | Timothee Cour | 2020-03-20 | 1 | -14/+14 |
| | | | | | | | * fix #13538 sigmatch now sorted and has reliable order * re-enable tests that were disabled because of that bug * fix remaining tests and un-disable 2 other tests that were affected by this bug | ||||
* | fix #11854 (#11857) | Arne Döring | 2019-07-30 | 1 | -1/+1 |
| | |||||
* | fix tests | Timothee Cour | 2019-07-08 | 1 | -43/+83 |
| | |||||
* | 32 bit fixes (#10608) | Arne Döring | 2019-02-13 | 1 | -6/+6 |
| | |||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 1 | -2/+1 |
| | |||||
* | correctly render AST in doAssert/assert condition: fixes #8518; refs #9301 ↵ | Timothee Cour | 2018-10-14 | 1 | -37/+52 |
| | | | | | | (#9332) * fixes #8518; refs #9301; correctly render AST in doAssert condition | ||||
* | better error messages: use <T1, T2> instead of (T1, T2) in order to prevent ↵ | Araq | 2018-02-10 | 1 | -4/+4 |
| | | | | confusions with tuple types | ||||
* | make tests green again | Araq | 2017-12-01 | 1 | -40/+44 |
| | |||||
* | Fix #5127 | Zahary Karadjov | 2017-06-20 | 1 | -9/+9 |
| | |||||
* | restore compilation and make all concepts tests green | Zahary Karadjov | 2017-03-24 | 1 | -36/+36 |
| | |||||
* | further improvements to the error messages produced by concepts | Zahary Karadjov | 2017-03-24 | 1 | -28/+56 |
| | |||||
* | proper error reporting for concepts and the introduction of the {.explain.} ↵ | Zahary Karadjov | 2017-03-24 | 1 | -0/+92 |
pragma |