Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove deprecated modules #10215

Merged
merged 5 commits into from
Jan 7, 2019
Merged

Conversation

narimiran
Copy link
Member

@narimiran narimiran commented Jan 6, 2019

These modules were deprecated either 3 (since version 0.11.x) or 4 (since version 0.10.x) years ago.


EDIT after I pushed "further removals and deprecations", here are some more details:

  • removed from compiler:

    • lists (deprecated 2 years ago)
  • removed from lib (all deprecated 3 years ago):

    • ssl
    • matchers
    • httpserver
  • removed from lib/deprecated:

    • unsigned
    • actors (and three accompanying tests)
    • parseurl
  • moved to lib/deprecated:

    • securehash (the reason for not directly removing - it was deprecated (only) one year ago)

@narimiran
Copy link
Member Author

Unrelated appveyor fail:

tests/stdlib/tmath.nim

[Suite] random sample
    C:\projects\nim\tests\stdlib\tmath.nim(119, 52): Check failed: abs(float(histo[values[i]]) - expected) <= 3.0 * stdDev
    abs(float(histo[values[i]]) - expected) was 109.0
    3.0 * stdDev was 84.85281374238571
  [FAILED] non-uniform array sample unnormalized int CDF

It was deprecated 3 years ago, just like some other already removed modules.
@@ -275,8 +272,8 @@ Internet Protocols and Support
module.

* `net <net.html>`_
This module implements a high-level sockets API. It will replace the
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wow, that's outdated :D

@narimiran narimiran merged commit 5345c5b into nim-lang:devel Jan 7, 2019
@narimiran narimiran deleted the remove-deprecated branch February 23, 2019 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants