summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
authornc-x <neelesh.chandola@outlook.com>2019-08-26 22:50:24 +0530
committerAndreas Rumpf <rumpf_a@web.de>2019-08-26 19:20:24 +0200
commit73dd73f9610f5ce8e6c85e9cc7aed7aff4d9ce1e (patch)
tree72a70140d1ba52bb8c22184193a4ea5f8436d8af /lib
parentce7f29e8e6628df209ecebb566f9cefc14243aaf (diff)
downloadNim-73dd73f9610f5ce8e6c85e9cc7aed7aff4d9ce1e.tar.gz
[ci skip] Add note to nimhcr.nim (#12050)
Diffstat (limited to 'lib')
-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