summary refs log tree commit diff stats
path: root/tests/errmsgs/tnested_generic_instantiation2.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #11515 (#11624)Andreas Rumpf2019-07-011-1/+1
| | | | | | * fixes #11515 * better fix for #11515; make tests green
* add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) ↵Timothee Cour2019-01-081-0/+27
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
t;vc@akkartik.com> 2015-10-29 21:23:48 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-10-29 21:27:45 -0700 2323 - static dispatch!' href='/akkartik/mu/commit/static_dispatch.mu?h=main&id=39017bac428f554b84a15f4d6d7fa2a07eb7b16c'>39017bac ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21