Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #14279 (#14618) | Andreas Rumpf | 2020-06-09 | 1 | -0/+15 |
| | |||||
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 1 | -7/+7 |
| | | | | | | | | | | | | | | * Error -> Defect for defects The distinction between Error and Defect is subjective, context-dependent and somewhat arbitrary, so when looking at an exception, it's hard to guess what it is - this happens often when looking at a `raises` list _without_ opening the corresponding definition and digging through layers of inheritance. With the help of a little consistency in naming, it's at least possible to start disentangling the two error types and the standard lib can set a good example here. | ||||
* | C++: make async tests green on Windows | Araq | 2018-12-21 | 1 | -0/+1 |
| | |||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 1 | -3/+1 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-07-05 | 1 | -7/+7 |
| | |||||
* | Fixed tests | Yuriy Glukhov | 2018-06-06 | 1 | -2/+2 |
| | |||||
* | Resolve bugs with `deep recursion` of asyncdispatch. | cheatfate | 2016-05-18 | 1 | -5/+5 |
| | | | | | Introduce callSoon() implementation. Patch tests to use waitFor() instead of asyncCheck() | ||||
* | Fix infinite recursion when await is in except body. | Dominik Picheta | 2015-03-30 | 1 | -0/+12 |
| | |||||
* | Async await try statement fixes. | Dominik Picheta | 2015-02-09 | 1 | -0/+41 |
| | |||||
* | Implements getCurrentException for try in async procs. Ref #1487. | Dominik Picheta | 2014-09-09 | 1 | -2/+2 |
| | |||||
* | Multiple exception idents in except for async. Ref #1487. | Dominik Picheta | 2014-09-08 | 1 | -0/+51 |