Nim 2.2.6
6 months ago
- #Nim
- #Programming
- #Release
- Nim version 2.2.6 released as the third patch for stable release Nim 2.2.
- Includes 141 commits with bugfixes and improvements.
- Exception handling with Nim’s async is more stable due to rewritten closure iterator transformation.
- Compiler now performs move operations instead of copies for return obj.field, improving performance.
- Installation options include using choosenim or downloading from nightlies builds.
- Numerous bugfixes addressing issues like SIGSEGV, memory leaks, and compile-time regressions.
- Fixed issues with destructors, global variables, and async operations.
- Performance improvements and stability enhancements across various components.