From 73dd73f9610f5ce8e6c85e9cc7aed7aff4d9ce1e Mon Sep 17 00:00:00 2001 From: nc-x Date: Mon, 26 Aug 2019 22:50:24 +0530 Subject: [PATCH] [ci skip] Add note to nimhcr.nim (#12050) --- lib/nimhcr.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/nimhcr.nim b/lib/nimhcr.nim index 201d4f5ad1..396747527a 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