Version 0.15.2 released

We’re happy to announce that the latest release of Nim, version 0.15.2, is now available!

As always, you can grab the latest version from the downloads page.

This release is a pure bugfix release fixing the most pressing issues and regressions of 0.15.0. For Windows we now provide zipfiles in addition to the NSIS based installer which proves to be hard to maintain and after all these months still has serious issues. So we encourage you download the .zip file instead of the .exe file! Unzip it somewhere, run finish.exe to detect your MingW installation, done. finish.exe can also set your PATH environment variable.

Bugfixes

The list below has been generated based on the commits in Nim’s git repository. As such it lists only the issues which have been closed via a commit, for a full list see this link on Github.

  • Fixed “NimMain not exported in DLL, but NimMainInner is” (#4840)
  • Fixed “Tables clear seems to be broken” (#4844)
  • Fixed “compiler: internal error” (#4845)
  • Fixed “trivial macro breaks type checking in the compiler” (#4608)
  • Fixed “derived generic types with static[T] breaks type checking in v0.15.0 (worked in v0.14.2)” (#4863)
  • Fixed “xmlparser.parseXml is not recognised as GC-safe” (#4899)
  • Fixed “async makes generics instantiate only once” (#4856)
  • Fixed “db_common docs aren’t generated” (#4895)
  • Fixed “rdstdin disappeared from documentation index” (#3755)
  • Fixed “ICE on template call resolution” (#4875)
  • Fixed “Invisible code-block” (#3078)
  • Fixed “nim doc does not generate doc comments correctly” (#4913)
  • Fixed “nim doc2 fails on ARM when running against lib/pure/coro.nim” (#4879)
  • Fixed “xmlparser does not unescape correctly” (#1518)
  • Fixed “[docs] mysterious “raise hook”” (#3485)
  • Fixed “assertion failure in non-release Nim when compiling NimYAML” (#4869)
  • Fixed “A closure causes nimscript to fail with unhandled exception” (#4906)
  • Fixed “startProcess changes working directory” (#4867)
  • Fixed “bindsym to void template produces ICE” (#4808)
  • Fixed “readline(TFile, var string) segfaults if second argument is nil” (#564)
  • Fixed “times.parse gives the wrong day of the week for the first hour of the day.” (#4922)
  • Fixed “Internal error when passing parameter proc inside .gcsafe closure” (#4927)
  • Fixed “Upcoming asyncdispatch doesn’t compile with C++ backend on OS X” (#4928)