Skip to content

Commit

Permalink
remove std/sharedstrings (nim-lang#19228)
Browse files Browse the repository at this point in the history
* remove std/sharedstrings

it has been broken since 0.18.0

* rephrase the changelog entry
  • Loading branch information
ringabout authored and PMunch committed Mar 28, 2022
1 parent 20893a2 commit 042fdc2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 155 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
- Optional parameters in combination with `: body` syntax (RFC #405) are now opt-in via
`experimental:flexibleOptionalParams`.

- `std/sharedstrings` module is removed.

## Standard library additions and changes

- `macros.parseExpr` and `macros.parseStmt` now accept an optional
Expand Down
154 changes: 0 additions & 154 deletions lib/deprecated/pure/sharedstrings.nim

This file was deleted.

1 change: 0 additions & 1 deletion testament/testament.nim
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,6 @@ proc makeRawTest(test, options: string, cat: Category): TTest {.used.} =
# TODO: fix these files
const disabledFilesDefault = @[
"LockFreeHash.nim",
"sharedstrings.nim",
"tableimpl.nim",
"setimpl.nim",
"hashcommon.nim",
Expand Down

0 comments on commit 042fdc2

Please sign in to comment.