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

vibe.inet.url.URL constructor not pure #2322

Closed
aliak00 opened this issue Jun 14, 2019 · 1 comment · Fixed by #2351
Closed

vibe.inet.url.URL constructor not pure #2322

aliak00 opened this issue Jun 14, 2019 · 1 comment · Fixed by #2351

Comments

@aliak00
Copy link

aliak00 commented Jun 14, 2019

Can it be made pure?

@s-ludwig
Copy link
Member

Shouldn't be a problem, AFAICS. It only sets some fields and the path struct that is used should already be mostly pure. nothrow would also be interesting in that regard.

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 a pull request may close this issue.

2 participants