惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Stack Overflow Blog
Stack Overflow Blog
量子位
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
Recent Announcements
Recent Announcements
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Microsoft Security Blog
Microsoft Security Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
酷 壳 – CoolShell
酷 壳 – CoolShell
J
Java Code Geeks
V
V2EX
大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
博客园 - Franky
爱范儿
爱范儿
T
Tailwind CSS Blog
A
About on SuperTechFans
Google DeepMind News
Google DeepMind News
博客园_首页
B
Blog RSS Feed
博客园 - 司徒正美
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

Nim Programming Language

Nim version 2.2.12 released Nim version 2.2.10 released NimConf 2026: Dates Announced, Registrations Open Nim version 2.2.8 released Nim version 2.2.6 released Nim versions 2.2.4 and 2.0.16 released Nim version 2.2.2 released Nim Community Survey 2024 Results Launching the 2024 Nim Community Survey Nim version 2.0.12 released NimConf 2024 - Nim Online Conference
Nim version 2.0.14 released
2024-12-24 · via Nim Programming Language

24 December 2024 The Nim Team

The Nim team is happy to announce Nim version 2.0.14, our seventh patch release for Nim 2.0, for our users who haven’t switched yet to Nim 2.2.

Version 2.0.14 contains 40 commits, and it brings several improvements to Nim 2.0.12, released two months ago.

Installing Nim 2.0.14

If you have installed a previous version of Nim using choosenim, getting Nim 2.0.14 is as easy as:

$ choosenim update self
$ choosenim 2.0.14

Make sure that the version of choosenim you have installed is 0.8.5 or higher, otherwise visit choosenim’s repo and see there how to re-install it first, before updating Nim.

Alternatively, you can download Nim 2.0.14 from our nightlies builds.

We would like to remind you about Nim Community Survey.

If you haven’t participated yet, now’s the time. It shouldn’t take more than 5 minutes, and it helps us to make Nim better.

Bugfixes

These reported issues were fixed:

  • Fixed “ensureMove usage leading to memory leak for JsonNode !” (#24504)
  • Fixed “UB calling allocCStringArray([""]) with --mm:refc” (#22153)
  • Fixed “Regression when using generic type with Table/OrderedTable” (#23233)
  • Fixed “Wrong C code generated for newSeqWith when initializing two variables” (#18104)
  • Fixed “Wrong behaviour when wrapping a constant object variant into a sequence at runtime” (#23295)
  • Fixed “Invalid C code generated for lent array in tuple” (#24034)
  • Fixed “Seg fault when adding deque element” (#24319)
  • Fixed “C compiler error when default initializing an object field function when the default function is overloaded” (#23545)
  • Fixed “build failed for lib/pure/selectors via mingw” (#24371)
  • Fixed “Calling proc with nested ref/deref constructed object results in invalid generated code” (#18081)
  • Fixed “let symbol created by template is reused in nimvm branch “ (#24472)
  • Fixed “building nimble 0.16.4 fails when running build_all.sh” (#24536)

The complete list of changes is available here.