Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove deprecated type pragma syntax, fix bugs that required it (#20199) | metagn | 2022-09-03 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | * remove deprecated pragma syntax from 0.20.0 closes #4651, closes #16653 with a cheap fix for now due to how early `tfFinal` is set * remove type pragma between name and generics * undo removal, try removing bind expression (0.8.14) * fix test, unremove bind expr * remove again * Update changelog.md Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> * dependencies @ HEAD & weave test dependencies * try fix package ci Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> | ||||
* | typeToString: type float => typedesc[float] (#17011) | Timothee Cour | 2021-02-12 | 1 | -1/+1 |
| | | | | | | | * typeToString: type float => typedesc[float] * fixup * fix tests | ||||
* | Add testcases for #11811 and #14315 (#14726) | Clyybber | 2020-06-19 | 1 | -0/+11 |
| | | | | | * Add testcase for #11811 * Add testcase for #14315 | ||||
* | Remove deprecated modules (asyncio, sockets, ftpclient) (#10401) | Miran | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | remove `scgi` | narimiran | 2019-01-10 | 1 | -2/+7 |
| | |||||
* | lots of small changes | Arne Döring | 2018-12-11 | 1 | -1/+1 |
| | |||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 4 | -10/+4 |
| | |||||
* | Merge tests into a larger file (part 1 of ∞) (#9318) | Miran | 2018-10-12 | 5 | -71/+69 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * merge actiontable tests * merge arithm tests * merge array tests * merge assign tests * merge bind tests * merge casestmt tests * merge closure tests * merge cnt seq tests * merge collections tests * merge concept issues tests * merge concept tests * fix failing tests * smaller outputs Use `doAssert` where possible. * fix wrong output * split `tcomputedgoto` * revert merging concepts * fix failing test | ||||
* | make tests green again | Andreas Rumpf | 2018-07-05 | 1 | -1/+1 |
| | |||||
* | make more tests green | Araq | 2018-02-10 | 2 | -2/+2 |
| | |||||
* | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 3 | -3/+3 |
| | |||||
* | make some tests green again | Zahary Karadjov | 2017-06-20 | 2 | -2/+2 |
| | |||||
* | make tests green again | Andreas Rumpf | 2016-08-25 | 1 | -1/+1 |
| | |||||
* | fixes some regressions | Araq | 2015-09-12 | 1 | -1/+1 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 4 | -12/+12 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Fix expected tester messages | def | 2015-04-21 | 1 | -3/+3 |
| | |||||
* | Clean up tests/bind | def | 2015-02-04 | 1 | -1/+1 |
| | |||||
* | made some tests green | Araq | 2014-09-21 | 1 | -3/+3 |
| | |||||
* | prettified some async modules | Araq | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | removed flawed thread analysis pass | Araq | 2014-04-20 | 1 | -4/+4 |
| | |||||
* | reference implementation of a vector swizzle library | Zahary Karadjov | 2014-03-20 | 1 | -1/+1 |
| | | | | | This also provides the initial steps towards support for type class "filtered" type inference fixes an "ordinal type expected" ICE, related to the use of static params | ||||
* | make some tests red :) (i.e. print failure details while running the tester) | Zahary Karadjov | 2014-03-16 | 1 | -1/+0 |
| | |||||
* | make some tests green | Zahary Karadjov | 2014-03-16 | 1 | -0/+0 |
| | |||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 9 | -0/+223 |