Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some test cleanups & category reorganization (#22010) | metagn | 2023-06-06 | 1 | -76/+0 |
| | | | | | | | | | | | | | | | | | * clean up some test categories * mention exact slice issue * magics into system * move trangechecks into overflow * move tmemory to system * try fix CI * try fix CI * final CI fix | ||||
* | fixes #20162; locals doesn't work with ORC [backport] (#20163) | ringabout | 2022-08-23 | 1 | -0/+1 |
| | | | fixes #20162; locals doesn't work with ORC | ||||
* | [closes #12682]add testcase for #12682 (#15796) | flywind | 2020-10-31 | 1 | -0/+11 |
| | | | | | * add testcase for #12682 * fix | ||||
* | fixes #11958 (#12013) | Andreas Rumpf | 2019-08-23 | 1 | -1/+35 |
| | |||||
* | Fix locals() interaction with generic types | LemonBoy | 2018-09-21 | 1 | -0/+19 |
| | | | | | | | Follow the same logic as semTupleFieldsConstr and only skip skVar since we're gonna add a nkDefer anyway. Fixes #8985 | ||||
* | Improved collection-to-string behavior (#6825) | Fabian Keller | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -2/+2 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Merge pull request #1075 from flaviut/inlinedocs | Andreas Rumpf | 2014-04-09 | 1 | -0/+11 |
Add some documentations and code examples in system |