From 1c7fbad378bc47b8d6d75f7e4a6fdde8085cf692 Mon Sep 17 00:00:00 2001 From: Araq Date: Mon, 5 Nov 2018 16:41:48 +0100 Subject: make tests green again --- lib/pure/collections/rtarrays.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/pure/collections/rtarrays.nim b/lib/pure/collections/rtarrays.nim index 3849117a0..90dbf0049 100644 --- a/lib/pure/collections/rtarrays.nim +++ b/lib/pure/collections/rtarrays.nim @@ -19,7 +19,6 @@ type L: Natural spart: seq[T] apart: array[ArrayPartSize, T] - UncheckedArray* {.unchecked.}[T] = array[0, T] template usesSeqPart(x): untyped = x.L > ArrayPartSize -- cgit 1.4.1-2-gfad0 4bef0106ccaeb21c37542c2508'/> This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)ahoang <ahoang@tilde.institute>
summary refs log tree commit diff stats
path: root/install.txt
blob: 6ab562b076f1f6f0a6223983694c47b3a3d9693b (plain) (blame)
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