summary refs log tree commit diff stats
path: root/tests/generics/tgenericlambda.nim
Commit message (Collapse)AuthorAgeFilesLines
* use 'using' instead of 'sig' keyword; cleans up new features a bitAndreas Rumpf2016-02-291-3/+3
|
* fix #715 againZahary Karadjov2014-03-161-1/+6
| | | | the regression was caused by the introduction of "generic" lambdas
* fix some trivial errors in the test suite and some more regressions caused ↵Zahary Karadjov2014-02-181-1/+9
| | | | by tyTypeDesc[tyNone]
* quite messy implementation of generic lambdas, needs reworking; fixes #715Zahary Karadjov2014-02-171-0/+10
1-07-30 10:42:51 +0200 bugfix: forwarding of generic procs now works' href='/ahoang/Nim/commit/tests/accept/compile/tforwardgeneric.nim?h=devel&id=6781da5215df16602a266c33c0834eae47ede04b'>6781da521 ^
be174fc3c ^














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