codex-storage / questionable

Elegant optional types for Nim
Other
115 stars 5 forks source link

Disable warning about DotLikeOps #20

Closed markspanbroek closed 2 years ago

markspanbroek commented 2 years ago

Give a clear compiler error when questionable is used with the -d:nimPreviewDotLikeOps flag.

Reason: the option is likely to be deprecated or removed. More info: https://github.com/nim-lang/Nim/pull/19919