diff --git a/tests/reject/trecinca.nim b/tests/reject/trecinca.nim index cf2f7df0ce..bedea8d7e6 100755 --- a/tests/reject/trecinca.nim +++ b/tests/reject/trecinca.nim @@ -1,5 +1,5 @@ discard """ - file: "trecincb.nim" + file: "tests/reject/trecincb.nim" line: 9 errormsg: "recursive dependency: 'trecincb.nim'" """ diff --git a/tests/reject/trecincb.nim b/tests/reject/trecincb.nim index eb0f72db06..9dd7d51de4 100755 --- a/tests/reject/trecincb.nim +++ b/tests/reject/trecincb.nim @@ -1,7 +1,7 @@ discard """ file: "trecincb.nim" line: 9 - errormsg: "recursive dependency: 'trecincb.nim'" + errormsg: "recursive dependency: 'tests/reject/trecincb.nim'" """ # Test recursive includes diff --git a/web/news.txt b/web/news.txt index e4e9108e06..4dba38261e 100755 --- a/web/news.txt +++ b/web/news.txt @@ -18,6 +18,8 @@ Library Additions - Added ``system.onRaise`` to support a condition system. - Added ``macros.quote`` for AST quasi-quoting. - Added ``system.unsafeNew`` to support hacky variable length objects. +- There is a new experimental mark&sweep GC which can be faster than the + default GC. Enable with ``--gc:markAndSweep``. Changes affecting backwards compatibility