summary refs log tree commit diff stats
path: root/tests/array
Commit message (Collapse)AuthorAgeFilesLines
* Merge tests into a larger file (part 1 of ∞) (#9318)Miran2018-10-1213-566/+529
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * merge actiontable tests * merge arithm tests * merge array tests * merge assign tests * merge bind tests * merge casestmt tests * merge closure tests * merge cnt seq tests * merge collections tests * merge concept issues tests * merge concept tests * fix failing tests * smaller outputs Use `doAssert` where possible. * fix wrong output * split `tcomputedgoto` * revert merging concepts * fix failing test
* introduce precise string '[]', '[]=' accessors; fixes #8049 (#8817)Andreas Rumpf2018-08-301-1/+13
|
* fixes #7906, array and openarray arg vs. ptr/ref generic (#7909)andri lim2018-06-041-27/+114
| | | | | | * fixes #7906, array and openarray arg vs. ptr/ref generic * add comment
* fixes #7818, correct internal representation of generic objects array ↵andri lim2018-05-291-0/+45
| | | | | | | construction (#7824) * defer skiptypes * defer skiptypes for tyRef & tyPtr * remove unneeded skipTypes
* fixes #7601, array construction of ptr generics (#7671)andri lim2018-04-272-0/+68
| | | | | | * fixes #7601, array construction of ptr generics * add more test
* semcheck negative array length (#7518)Oscar Nihlgård2018-04-061-0/+4
|
* better error messages: use <T1, T2> instead of (T1, T2) in order to prevent ↵Araq2018-02-101-1/+1
| | | | confusions with tuple types
* Fixes #6853 (#7188)cooldome2018-02-101-0/+8
| | | | | * Fixes #6853 * Add a test for a const empty array
* fixes #7153Araq2018-02-101-0/+18
|
* fix test for bug #6989Andreas Rumpf2018-01-272-5/+4
|
* fixes #6989Andreas Rumpf2018-01-271-0/+104
|
* Improved collection-to-string behavior (#6825)Fabian Keller2017-12-141-1/+1
|
* fixes #6692Araq2017-11-051-0/+46
|
* fixes #6675Andreas Rumpf2017-11-021-1/+7
|
* fixes #6631Andreas Rumpf2017-10-301-1/+25
|
* system.nim: typoAndreas Rumpf2017-10-291-0/+2
|
* remove old implementation of the roof operator; make tests green again; ↵Andreas Rumpf2017-10-294-76/+3
| | | | close #6292
* Array typedesc len (#6032)ephja2017-09-171-0/+18
|
* remove ArrayDummySize with unchecked arrays (#5818)Jacek Sieka2017-08-281-0/+5
|
* make tests green againAndreas Rumpf2016-08-251-2/+2
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-047-46/+46
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* implemented a[^1] notationAraq2015-03-264-0/+91
|
* fixes #1669Araq2014-11-221-1/+8
|
* Fix some tests.EXetoC2014-03-311-1/+1
|
* msg -> errmsgZahary Karadjov2014-03-211-1/+1
|
* new tester; all tests categorizedAraq2014-01-137-0/+155