Tommo Zhou

Results 2 comments of Tommo Zhou

Tried NimRtl built with -d:useMalloc, it just crashed without giving any stacktrace. ``` C:\prj\Nim\lib>nim cpp -r -d:debug -d:useNimRtl testrtl Hint: used config file 'c:\prj\Nim\config\nim.cfg' [Conf] Hint: used config file 'c:\prj\Nim\config\config.nims'...

FYI, I noticed that expanded Arc codes are different when toggling useNimRtl. using NimRtl (-d:useNimRtl) ``` var path try: `=copy`(path, dir) block :tmp: while not isRootDir(path): var :tmpD try: echo...