Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix nested finally handling in closureiters [backport] (#19933) | Tanguy | 2022-07-11 | 1 | -0/+75 |
| | | | | | | | | | | | | | | | * Fix nested finally handling in closureiters * Fix CI * review comment * third time the charm * Update compiler/closureiters.nim Co-authored-by: Dominik Picheta <dominikpicheta@googlemail.com> Co-authored-by: Dominik Picheta <dominikpicheta@googlemail.com> | ||||
* | Allow recursive closure iterators (#19939) | Tanguy | 2022-06-30 | 1 | -0/+13 |
| | |||||
* | fixes #19575 (#19596) [backport] | Andreas Rumpf | 2022-03-09 | 1 | -0/+23 |
| | | | | | * fixes #19575 * better bugfix | ||||
* | style usages part one (openarray => openArray) (#19321) | flywind | 2022-01-04 | 1 | -2/+2 |
| | | | | | * style usages (openArray) * revert doc changes | ||||
* | Add test-cases for #12576 and #12523 (#15085) | Danil Yarantsev | 2020-07-27 | 1 | -2/+13 |
| | | | | | * Add a test-case for #12576 * Add a test-case for #12523 | ||||
* | fix #13739 (#13742) | Arne Döring | 2020-04-07 | 1 | -0/+27 |
| | |||||
* | Revert "fix #13417 (#13712)" (#13728) | Andreas Rumpf | 2020-03-23 | 1 | -21/+0 |
| | | | This reverts commit a5f02cac85281fc2804e910f330f0c11d3c4f77b. | ||||
* | fix #13417 (#13712) | Arne Döring | 2020-03-22 | 1 | -0/+21 |
| | | | | | * fix #13417 * add test | ||||
* | remove unused imports from tests | narimiran | 2019-11-06 | 1 | -1/+1 |
| | |||||
* | More descriptive names of test files (#9531) | Miran | 2018-10-29 | 1 | -0/+215 |
* change generic `tissues` name to more specific * change `tvarious` to more specific names |