Skip to content

Commit f2f6453

Browse files
committed
Add bugfixes list to 0.19.4 article.
1 parent aa7643c commit f2f6453

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

jekyll/_posts/2019-02-01-version-0194-released.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,31 @@ Nim by following the instructions on our
3434

3535
### Bugfixes
3636

37+
- Fixed "Latest HEAD segfaults when compiling Aporia"
38+
([#9889](https://github.com/nim-lang/Nim/issues/9889))
39+
- Fixed "smtp module doesn't support threads."
40+
([#9728](https://github.com/nim-lang/Nim/issues/9728))
41+
- Fixed "toInt doesn't raise an exception"
42+
([#2764](https://github.com/nim-lang/Nim/issues/2764))
43+
- Fixed "allow `import` inside `block`: makes N runnableExamples run N x faster, minimizes scope pollution"
44+
([#9300](https://github.com/nim-lang/Nim/issues/9300))
45+
- Fixed "regression: CI failing `Error: unhandled exception: cannot open: /Users/travis/.cache/nim/docgen_sample_d/runnableExamples/docgen_sample_examples.nim [IOError]`"
46+
([#10188](https://github.com/nim-lang/Nim/issues/10188))
47+
- Fixed "Discrepancy in Documentation About 'f128 Type-Suffix"
48+
([#10213](https://github.com/nim-lang/Nim/issues/10213))
49+
- Fixed "Performance regression with --gc:markandsweep"
50+
([#10271](https://github.com/nim-lang/Nim/issues/10271))
51+
- Fixed "cannot call template/macros with varargs[typed] to varargs[untyped]"
52+
([#10075](https://github.com/nim-lang/Nim/issues/10075))
53+
- Fixed "--embedsrc does not work on macos"
54+
([#10263](https://github.com/nim-lang/Nim/issues/10263))
55+
- Fixed "terminal.nim colored output is not GCSAFE."
56+
([#8294](https://github.com/nim-lang/Nim/issues/8294))
57+
- Fixed "Path in error message has `..\..\..\..\..\` prefix since 0.19.0"
58+
([#9556](https://github.com/nim-lang/Nim/issues/9556))
59+
- Fixed ""contributing" is listed as a module on theindex"
60+
([#10287](https://github.com/nim-lang/Nim/issues/10287))
61+
- Fixed "[Regression] converter to string leads fail to compile on 0.19"
62+
([#9149](https://github.com/nim-lang/Nim/issues/9149))
63+
- Fixed "oids counter starts at zero; spec says it should be random"
64+
([#2796](https://github.com/nim-lang/Nim/issues/2796))

0 commit comments

Comments
 (0)