mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
fix gitignore for testament cruft (#15530)
* fix gitignore for testament cruft * fix rendertree => renderTree
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -83,6 +83,8 @@ megatest.nim
|
||||
|
||||
/outputExpected.txt
|
||||
/outputGotten.txt
|
||||
/t15148.txt
|
||||
/tests/vm/tfile_rw.txt
|
||||
|
||||
/lib/pure/*.js
|
||||
|
||||
|
||||
@@ -1410,7 +1410,7 @@ proc handleConstExpr(p: BProc, n: PNode, d: var TLoc): bool =
|
||||
result = false
|
||||
|
||||
proc genObjConstr(p: BProc, e: PNode, d: var TLoc) =
|
||||
#echo rendertree e, " ", e.isDeepConstExpr
|
||||
#echo renderTree e, " ", e.isDeepConstExpr
|
||||
# inheritance in C++ does not allow struct initialization so
|
||||
# we skip this step here:
|
||||
if not p.module.compileToCpp and optSeqDestructors notin p.config.globalOptions:
|
||||
|
||||
Reference in New Issue
Block a user