Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow typed/untyped in magic procs (#12911) | Timothee Cour | 2019-12-17 | 1 | -2/+10 |
| | |||||
* | fixes #12033 (#12039) | Arne Döring | 2019-08-26 | 1 | -2/+11 |
| | |||||
* | fixes #10838 (#10841) | cooldome | 2019-03-18 | 1 | -0/+14 |
| | | | | | | * fixes #10838 * reject func in types instead * trigger tests | ||||
* | typed/untyped return type is invalid for everything except templates and ↵ | Neelesh Chandola | 2019-01-15 | 1 | -0/+12 |
| | | | | macros (#10275) | ||||
* | proc does not take untyped/typed as argument (#9981) | Neelesh Chandola | 2018-12-19 | 2 | -0/+14 |
| | | | | | | * proc does not take untyped/typed as argument * Add TODO | ||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 1 | -2/+1 |
| | |||||
* | Merge tests into a larger file (part 5 of ∞) (#9368) | Miran | 2018-10-16 | 4 | -37/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * merge magics * merge metatype tests * merge method tests * merge objects tests * change `import future` to `import sugar` Nim in Action tests are left with `import future`, to ensure compatibility. * merge overload tests * merge proc tests * merge procvar tests * merge range tests * merge seq tests * merge sets tests * remove wrong assert from `tsets3` * fix `jsTests` * better fix | ||||
* | Pick skParam symbols when resolving type idents (#8720) | LemonBoy | 2018-08-22 | 1 | -0/+10 |
| | | | Fixes #8357 | ||||
* | Update all the default parameters after an instantiation (#8689) | LemonBoy | 2018-08-20 | 1 | -0/+11 |
| | | | | | | The old implementation relied on the (now?) wrong assumption that default-valued parameters can only be placed after the required ones. Fixes #8683 | ||||
* | make tests green again | Andreas Rumpf | 2018-05-02 | 1 | -2/+2 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -4/+4 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 2 | -0/+25 |