summary refs log tree commit diff stats
path: root/tests/range
Commit message (Collapse)AuthorAgeFilesLines
* Tighten the conversion from tyRange to scalar types (#10495)LemonBoy2019-02-231-0/+13
| | | | | | | | | * Tighten the conversion from tyRange to scalar types. Introduce the `isIntConv` rule for unsigned types. Do not allow mixed-signedness conversions between ranges and scalar types. * More json adjustments
* require errormsg to be specified before file.Arne Döring2018-12-113-5/+1
|
* Merge tests into a larger file (part 5 of ∞) (#9368)Miran2018-10-165-112/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* make tests green againAndreas Rumpf2018-05-021-1/+1
|
* Fix typo in new testDaniil Yarancev2017-11-011-1/+1
|
* make range type checking more restrictive, see tn8vsint16 test case; minor ↵Andreas Rumpf2017-11-011-0/+18
| | | | breaking change
* Remove expr/stmt (#5857)Arne Döring2017-07-251-3/+2
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-046-28/+28
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* made some tests greenAraq2014-08-312-3/+2
|
* made some tests greenAraq2014-08-131-2/+2
|
* Changed tests and tools to use 'discard' statements instead of 'nil' for ↵Clay Sweetser2014-02-152-2/+2
| | | | empty blocks.
* new tester; all tests categorizedAraq2014-01-137-0/+157