summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
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