Files
Nim/changelog.md
Amjad Ben Hedhili 8f7aedb3d1 Add hasDefaultValue type trait (#22636)
Needed for #21842.
2023-09-04 23:18:58 +02:00

645 B

v2.2.0 - yyyy-mm-dd

Changes affecting backward compatibility

Standard library additions and changes

  • Added newStringUninit to system, which creates a new string of length len like newString but with uninitialized content.
  • Added hasDefaultValue to std/typetraits to check if a type has a valid default value.

Language changes

Compiler changes

Tool changes

  • koch now allows bootstrapping with -d:nimHasLibFFI, replacing the older option of building the compiler directly w/ the libffi nimble package in tow.