I updated to 2.2.6 from 2.2.4 and get the following compile error
nim c --opt:speed --hints:off -d:danger --mm:orc --boundChecks:on -r "IFRS_2025_CSM_Main.nim" (in directory: E:\Work\IFRS\CALI\Sep_25\WorkSpace)
C:\Users\Himanshi\.nimble\pkgs2\untar-0.1.0-ceb12634783156ddd511410242dc7855ae2f4a14\untar\gzip.nim(81, 21) Error: type mismatch
Expression: gzdopen(fd, "r")
[1] fd: FileHandle
[2] "r": string
Expected one of (first mismatch at [position]):
[1] proc gzdopen(fd: cint; mode: cstring): GzFilePtr
Compilation failed.