summary refs log tree commit diff stats
path: root/tests/range/trange.nim
Commit message (Collapse)AuthorAgeFilesLines
* weaking unsigned/signed indexing requirements in order to not break too much ↵Araq2019-09-021-0/+6
| | | | existing code
* Fix int literals and range interaction (#11197)Oscar Nihlgård2019-08-311-2/+9
| | | | | | | | * Fix int literals and range interaction * Fix test * remove float range fix; update changelog
* Fix several float range issuesOscar Nihlgård2019-08-271-0/+11
|
* 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
* Merge tests into a larger file (part 5 of ∞) (#9368)Miran2018-10-161-0/+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