Closed majj closed 6 years ago
for Nim 0.18.1:
.nimble\pkgs\yaml-0.10.3\yaml\stream.nim(140, 31) Error: enable the 'not nil' annotation with {.experimental: "notnil".}
add:
when defined(nimNoNil): {.experimental: "notnil".}
on the top of following files: dom.nim parser.nim stream.nim
PR?
Fixed by #59
for Nim 0.18.1:
.nimble\pkgs\yaml-0.10.3\yaml\stream.nim(140, 31) Error: enable the 'not nil' annotation with {.experimental: "notnil".}