summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--lib/nimhcr.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/nimhcr.nim b/lib/nimhcr.nim
index 201d4f5ad..396747527 100644
--- a/lib/nimhcr.nim
+++ b/lib/nimhcr.nim
@@ -111,6 +111,7 @@
 # - ARM support for the trampolines
 # - investigate:
 #   - soon the system module might be importing other modules - the init order...?
+#     (revert https://github.com/nim-lang/Nim/pull/11971 when working on this)
 #   - rethink the closure iterators
 #     - ability to keep old versions of dynamic libraries alive
 #       - because of async server code
ef='/akkartik/mu/blame/cpp/022call_reply?h=main&id=ec92602746894c81990a37d7a5e5d7f14a518f0e'>^
5df82e48 ^
69f04c3f ^



0487a30e ^

69f04c3f ^
1848b18f ^

69f04c3f ^

69f04c3f ^

87cc473c ^
b75e94b3 ^
9d670bb5 ^

0d7b60ed ^
0487a30e ^



a66c9ae6 ^
0487a30e ^


87cc473c ^
5798a11b ^
05d17773 ^

87cc473c ^
69f04c3f ^
0487a30e ^


69f04c3f ^
8dacba82 ^
2199940a ^
88be3dbc ^
8dacba82 ^












87cc473c ^



4071055a ^
87cc473c ^


0487a30e ^

87cc473c ^






8dacba82 ^
fca0ebbe ^
8dacba82 ^


0487a30e ^
8dacba82 ^


a66c9ae6 ^
8dacba82 ^
0487a30e ^
8dacba82 ^



4071055a ^








































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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134