Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #15836 proc arg return type auto unexpectly match proc with concr… ↵ | Bung | 2022-12-09 | 1 | -1/+1 |
| | | | | | (#21044) fix #15836 proc arg return type auto unexpectly match proc with concrete type | ||||
* | fix #18136 tests/proc/t17157.nim now gives SIGSEGV instead of error (#20555) | Bung | 2022-10-13 | 1 | -1/+0 |
| | |||||
* | manual: Document that comma propagates the default values of parameters (#19080) | Kaushal Modi | 2021-11-03 | 1 | -0/+20 |
| | | | | | | | | | | | | | * manual: Document that comma propagates the default values of parameters Fixes https://github.com/nim-lang/Nim/issues/15949. * Use the "bug #NNNN" comment syntax for consistency Ref: https://nim-lang.github.io/Nim/contributing.html#writing-tests-stdlib > Always refer to a GitHub issue using the following exact syntax: bug for tooling. | ||||
* | fix #18113 (#18124) | Saem Ghani | 2021-05-31 | 1 | -0/+1 |
| | |||||
* | close #17157 add testcase (#17531) | flywind | 2021-03-27 | 1 | -0/+6 |
| | |||||
* | Remove declPragmas from lambdas [backport:1.0] (#16966) | hlaaftana | 2021-02-09 | 1 | -0/+7 |
| | | | | | | | | | * Remove declPragmas from lambdas [backport:1.0] * add test for exportc * fix test * fix align, nodecl -> noinit | ||||
* | testament spec: remove errmsg alias of errormsg (#16188) | Timothee Cour | 2020-11-29 | 2 | -2/+2 |
| | |||||
* | 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 |