minor todo update

This commit is contained in:
Araq
2015-03-23 13:10:06 +01:00
parent 0d234af399
commit e8b4217c3b
2 changed files with 3 additions and 2 deletions

View File

@@ -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:

View File

@@ -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)'