summary refs log tree commit diff stats
path: root/tests/array/tarray.nim
Commit message (Collapse)AuthorAgeFilesLines
* close #3899 by adding test case (#10424)Vindaar2019-01-231-0/+10
|
* add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) ↵Timothee Cour2019-01-081-1/+1
| | | | | | | | | | | | | which leaked implementation detail (#10070) * add `isNamedTuple`; make $(1, 2) be (1, 2) instead of leaking implementation detail (Field0: 1, Field1: 2) fixes this: #8670 (comment) /cc @alehander42 @Vindaar @mratsim * Note: isNamedTuple is useful in other places, eg #10010 (comment) * move isNamedTuple to helpers.nim to avoid exposing new symbol to system.nim * remove workaround in tests/vm/tissues.nim failing test now that #10218 was makes it work
* testament: joinable is now an explicit concept of a test specAndreas Rumpf2018-12-111-0/+1
|
* megatest can be executedArne Döring2018-12-111-1/+1
|
* require errormsg to be specified before file.Arne Döring2018-12-111-3/+1
|
* language cleanup: the .unchecked pragma is deadAraq2018-11-061-1/+1
|
* Relax the restrictions on the index types (#9412)LemonBoy2018-10-181-3/+6
|
* fixes a regression about indexing into UncheckedArrayAndreas Rumpf2018-10-161-0/+4
|
* Merge tests into a larger file (part 1 of ∞) (#9318)Miran2018-10-121-47/+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
* semcheck negative array length (#7518)Oscar Nihlgård2018-04-061-0/+4
|
* Fixes #6853 (#7188)cooldome2018-02-101-0/+8
| | | | | * Fixes #6853 * Add a test for a const empty array
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-27/+27
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* fixes #1669Araq2014-11-221-1/+8
|
* new tester; all tests categorizedAraq2014-01-131-0/+33