timotheecour / Nim

Nim is a compiled, garbage-collected systems programming language with a design that focuses on efficiency, expressiveness, and elegance (in that order of priority).
http://nim-lang.org/
Other
2 stars 0 forks source link

add `NotImplementedDefect` #686

Closed timotheecour closed 3 years ago

timotheecour commented 3 years ago

refs https://github.com/nim-lang/Nim/pull/17521/files#r607235245

useful in many instances (eg os.nim)

timotheecour commented 3 years ago

=> https://github.com/nim-lang/Nim/pull/17649