move diff.nim to experimental

This commit is contained in:
Araq
2018-12-12 17:48:30 +01:00
parent 070bcf4cea
commit eb8383cb28
4 changed files with 3 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ proc enumToString*(enums: openArray[enum]): string =
- Added `macros.isInstantiationOf` for checking if the proc symbol
is instantiation of generic proc symbol.
- There is a new stdlib mdoule `std/diff` to compute the famous "diff"
- There is a new stdlib mdoule `experimental/diff` to compute the famous "diff"
of two texts by line.

View File

@@ -154,7 +154,7 @@ String handling
* `std/wordwrap <wordwrap.html>`_
This module contains an algorithm to wordwrap a Unicode string.
* `std/diff <diff.html>`_
* `experimental/diff <diff.html>`_
This module contains an algorithm to compute the famous "diff"
of two texts by line.

View File

@@ -129,7 +129,7 @@ lib/pure/math.nim
lib/pure/matchers.nim
lib/std/editdistance.nim
lib/std/wordwrap.nim
lib/std/diff.nim
lib/experimental/diff.nim
lib/pure/algorithm.nim
lib/pure/stats.nim
lib/windows/winlean.nim