summary refs log tree commit diff stats
path: root/tests/arc/tcaseobj.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #15532 (#15534)Andreas Rumpf2020-10-091-0/+21
|
* fix #14312cooldome2020-05-121-2/+13
|
* fixes #14244 (#14248)cooldome2020-05-061-0/+19
| | | Co-authored-by: cooldome <ariabushenko@bk.ru>
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-5/+5
| | | | | | | | | | | | | | * 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.
* Implements RFCs #209 (#13995)cooldome2020-04-161-0/+49
| | | | | * add test * add changelod entry Co-authored-by: cooldome <ariabushenko@bk.ru>
* ARC: misc bugfixes (#13156)Andreas Rumpf2020-01-151-0/+146
* fixes #13102 * closes #13149 * ARC: fixes a move optimizer bug (there are more left regarding array and tuple indexing) * proper fix; fixes #12957 * fixes yet another case object '=' code generation problem