mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-25 12:25:08 +00:00
minor todo update
This commit is contained in:
@@ -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:
|
||||
|
||||
3
todo.txt
3
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)'
|
||||
|
||||
Reference in New Issue
Block a user