Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove some noises in tests (#16448) | flywind | 2020-12-27 | 8 | -39/+39 |
| | |||||
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | * Error -> Defect for defects The distinction between Error and Defect is subjective, context-dependent and somewhat arbitrary, so when looking at an exception, it's hard to guess what it is - this happens often when looking at a `raises` list _without_ opening the corresponding definition and digging through layers of inheritance. With the help of a little consistency in naming, it's at least possible to start disentangling the two error types and the standard lib can set a good example here. | ||||
* | Rework nil/option for nre in light of ""==nil | Flaviu Tamas | 2018-12-11 | 3 | -18/+25 |
| | | | | Fixes #9243 | ||||
* | Revert 7f49364fd0 for nre | Flaviu Tamas | 2018-12-11 | 2 | -5/+5 |
| | |||||
* | make more tests green | Andreas Rumpf | 2018-08-13 | 2 | -5/+5 |
| | |||||
* | More robust tests for #5453 (#5469) | Florent | 2017-03-03 | 1 | -14/+9 |
| | |||||
* | fixes #5444 - nre.findIter keeps searching when no match is possible (#5453) | Florent | 2017-03-02 | 1 | -0/+19 |
| | |||||
* | make tests green again | Andreas Rumpf | 2016-07-29 | 1 | -1/+3 |
| | |||||
* | Spellcheck | Federico Ceratto | 2016-02-29 | 1 | -1/+1 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -1/+1 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Fix flaviut/nre#20 | Flaviu Tamas | 2015-06-18 | 1 | -0/+1 |
| | |||||
* | Fix nre tests | Flaviu Tamas | 2015-06-07 | 1 | -1/+1 |
| | |||||
* | Rearrange nre files | Flaviu Tamas | 2015-05-26 | 9 | -0/+236 |