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

推荐订阅源

Attack and Defense Labs
Attack and Defense Labs
T
Threatpost
C
Cybersecurity and Infrastructure Security Agency CISA
H
Hackread – Cybersecurity News, Data Breaches, AI and More
I
Intezer
C
Cyber Attacks, Cyber Crime and Cyber Security
The Register - Security
The Register - Security
量子位
Security Latest
Security Latest
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
小众软件
小众软件
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
C
CXSECURITY Database RSS Feed - CXSecurity.com
MyScale Blog
MyScale Blog
J
Java Code Geeks
Apple Machine Learning Research
Apple Machine Learning Research
Google DeepMind News
Google DeepMind News
WordPress大学
WordPress大学
Spread Privacy
Spread Privacy
Jina AI
Jina AI
博客园 - 【当耐特】
P
Palo Alto Networks Blog
Last Week in AI
Last Week in AI
SecWiki News
SecWiki News
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
G
GRAHAM CLULEY
宝玉的分享
宝玉的分享
Hacker News - Newest:
Hacker News - Newest: "LLM"
T
The Blog of Author Tim Ferriss
V
Vulnerabilities – Threatpost
有赞技术团队
有赞技术团队
T
Tor Project blog
H
Hacker News: Front Page
A
Arctic Wolf
NISL@THU
NISL@THU
A
About on SuperTechFans
云风的 BLOG
云风的 BLOG
Engineering at Meta
Engineering at Meta
V
V2EX
N
News and Events Feed by Topic
Webroot Blog
Webroot Blog
Know Your Adversary
Know Your Adversary
P
Privacy International News Feed
I
InfoQ
D
Docker
L
LINUX DO - 最新话题
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
U
Unit 42

Nim Programming Language

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.