flyx / NimYAML

YAML implementation for Nim
https://nimyaml.org
Other
191 stars 36 forks source link

Error: enable the 'not nil' annotation with {.experimental: "notnil".} #58

Closed majj closed 6 years ago

majj commented 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".}

majj commented 6 years ago

add:

when defined(nimNoNil): {.experimental: "notnil".}

on the top of following files: dom.nim parser.nim stream.nim

dom96 commented 6 years ago

PR?

flyx commented 6 years ago

Fixed by #59