This will not compile: 
    
    
    nim c --gc:none -d:useMalloc --debugger:native -d:nimBurnFree --newruntime 
-f -r t_raptor_db.nim
    /pbi/flash/cdunn/gh/Nim/lib/system/mmdisp.nim(414, 48) Error: undeclared 
field: 'base' for type system.PNimType [declared in 
/pbi/flash/cdunn/gh/Nim/lib/system.nim(3106, 7)]
    
    
    Run

This works fine, with 0 valgrind errors, but leaks all memory: 
    
    
    nim c --gc:none -d:useMalloc --debugger:native -d:nimBurnFree -f -r 
t_raptor_db.nim
    
    
    Run

Reply via email to