Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 1 | -3/+3 |
| | | | | | | | | | | | | | | * 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. | ||||
* | updated tests to be executed | Arne Döring | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-08-10 | 1 | -1/+1 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-07-05 | 1 | -3/+3 |
| | |||||
* | examples: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -47/+47 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | when running unit tests, the tester will print only failures using colorless ↵ | Zahary Karadjov | 2011-11-10 | 1 | -0/+47 |
output (this should be better for nimbuild) |