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

move cookies and cgi to graveyard #10604

Closed
wants to merge 2 commits into from
Closed

move cookies and cgi to graveyard #10604

wants to merge 2 commits into from

Conversation

narimiran
Copy link
Member

This supersedes PR #9360, and closes #7810.

@narimiran
Copy link
Member Author

Unrelated appveyor fail. Don't want to re-run everything since our queue is getting too large and too slow.

@@ -463,6 +471,107 @@ proc `$`*(u: Uri): string =
result.add("#")
result.add(u.anchor)


proc cgiError*(msg: string) {.noreturn.} =
Copy link
Member

Choose a reason for hiding this comment

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

Gah, that's terrible.

@Araq
Copy link
Member

Araq commented Feb 9, 2019

I don't like it at all, we should keep these modules in the stdlib if they are used and reasonably free of issues. They don't cost us much maintainance.

@narimiran
Copy link
Member Author

Ok, then I'm closing #7810 and putting "won't fix" label there.

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.

Remove cookies module from stdlib
2 participants