diff --git a/compiler/semasgn.nim b/compiler/semasgn.nim index 7c6abf5ee9..208c4ce1a6 100644 --- a/compiler/semasgn.nim +++ b/compiler/semasgn.nim @@ -171,7 +171,7 @@ proc liftBodyAux(c: TLiftCtx; t: PType; x, y: PNode) = of tyTuple: liftBodyTup(c, t, x, y) of tyRef: - # we MUST not check for acyclic here as a DAG might still share nodes: + # we MUST NOT check for acyclic here as a DAG might still share nodes: of tyProc: if t.callConv != ccClosure or c.kind != attachedDeepCopy: diff --git a/todo.txt b/todo.txt index 78283e3c3f..e32ebf4904 100644 --- a/todo.txt +++ b/todo.txt @@ -39,7 +39,8 @@ Low priority: Misc ---- -- make '--implicitStatic:on' the default +- make '--implicitStatic:on' the default; then we can also clean up the + 'static[T]' mess in the compiler! - make tuple unpacking work in a non-var/let context - built-in 'getImpl' - prevent 'alloc(TypeWithGCedMemory)'