summary refs log tree commit diff stats
path: root/tests/method
Commit message (Expand)AuthorAgeFilesLines
* fixes #5479Araq2018-10-021-1/+18
* make tests green againAndreas Rumpf2018-07-051-3/+3
* make more tests greenAndreas Rumpf2018-04-301-1/+1
* added missing test for methodsAndreas Rumpf2017-09-281-0/+21
* Lineinfo change (#6084)Arne Döring2017-07-171-1/+1
* fixes #5432Araq2017-02-261-0/+15
* another attempt to make test green againAraq2017-02-241-0/+24
* make tests green againAndreas Rumpf2016-11-241-1/+1
* generic multi-methods should work nowAndreas Rumpf2016-07-282-10/+34
* fix issue #3550trustable-code2015-12-241-0/+19
* fixes #3431, fixes #3370, fixes #3468Araq2015-10-251-0/+48
* fix failure in tests/method/tmapper.nimAman Gupta2015-09-301-1/+1
* added missing testAraq2015-09-061-0/+30
* fixes #2590; methods now require a .base annotationAraq2015-09-069-14/+14
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-045-8/+8
* fixes #2401Araq2015-03-251-0/+11
* implemented procCall builtinAraq2014-11-281-9/+12
* Fix dispatcher creation for method prototypes.Reimer Behrends2014-11-021-0/+25
* Added test case for recursive methods.Reimer Behrends2014-11-021-0/+22
* Changed tests and tools to use 'discard' statements instead of 'nil' for empt...Clay Sweetser2014-02-151-2/+2
* new tester; all tests categorizedAraq2014-01-139-0/+218
gt; 2010-05-10 21:03:41 +0200 HACKING: update' href='/akspecs/ranger/commit/HACKING?h=v1.9.0b5&id=3ee05c163e370d28dfabc9c43b0a3b7c0a212443'>3ee05c16 ^
f8f6f7f9 ^






29028631 ^
f8f6f7f9 ^









f8f6f7f9 ^






dade4742 ^
fd29d7e6 ^
0df1d653 ^
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95