summary refs log tree commit diff stats
path: root/tests/overflw/toverflw.nim
Commit message (Collapse)AuthorAgeFilesLines
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-4/+4
| | | | | | | | | | | | | | * 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.
* make fullpaths the default in error messages and stack traces for mor… ↵Andreas Rumpf2019-06-051-1/+1
| | | | | | | | | | | | (#11385) * make fullpaths the default in error messages and stack traces for more convenient development * split up -d:release into -d:release and -d:danger flags * workaround a Nim config parser bug * fixes an old nim config parser bug * make megatest green again * make nimpretty tests work again * make nimsuggest green
* require errormsg to be specified before file.Arne Döring2018-12-111-2/+0
|
* Added more tests to toverflwYuriy Glukhov2018-06-151-6/+69
|
* renamed writeln to writeLine in testspatrick dw2015-06-191-15/+15
|
* make tests greenAraq2014-08-311-1/+1
|
* further adaptationsAraq2014-08-291-1/+1
|
* new tester; all tests categorizedAraq2014-01-131-0/+21