summary refs log tree commit diff stats
path: root/tests/iter/titer2.nim
Commit message (Collapse)AuthorAgeFilesLines
* remove deprecated type pragma syntax, fix bugs that required it (#20199)metagn2022-09-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * remove deprecated pragma syntax from 0.20.0 closes #4651, closes #16653 with a cheap fix for now due to how early `tfFinal` is set * remove type pragma between name and generics * undo removal, try removing bind expression (0.8.14) * fix test, unremove bind expr * remove again * Update changelog.md Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> * dependencies @ HEAD & weave test dependencies * try fix package ci Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>
* fixes #6992Andreas Rumpf2018-02-251-1/+10
|
* fixes #1560Araq2014-11-111-1/+7
|
* make tests greenAraq2014-08-311-2/+2
|
* further adaptationsAraq2014-08-291-1/+1
|
* Tester now appreciates the test target. Modified 'cmd' in specs.Dominik Picheta2014-04-161-1/+1
|
* next steps for closure iteratorsAraq2014-01-221-1/+1
|
* new tester; all tests categorizedAraq2014-01-131-0/+51
d3fa27221e0b7f5af1e8'>^
c3344862b ^

3ac6bd8ae ^
7e747d11c ^

1da98b163 ^
39049e151 ^
4fa80956b ^
1284827df ^
4fa80956b ^


5ad1acc60 ^

6d7ab08de ^
4fa80956b ^
7e747d11c ^
f500895ef ^

e11297492 ^




7e747d11c ^
6d7ab08de ^
39049e151 ^
4fa80956b ^
ca1f3f36b ^
5ad1acc60 ^
bc712c28f ^
7e747d11c ^
4fa80956b ^
2df9b442c ^
ca1f3f36b ^
9502e39b6 ^
57874ed9b ^
a585caebc ^
7e747d11c ^
a585caebc ^
39049e151 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59