Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |