-
-
Notifications
You must be signed in to change notification settings - Fork 746
std.uri Cleanup #5054
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
std.uri Cleanup #5054
Conversation
JackStouffer
commented
Jan 22, 2017
- removed most global imports
- removed commented out code
- made some declarations private
675631a to
ada176f
Compare
|
Ok, so apparently this broke something in the project tester, but I can't find anything that tells me why something broke. |
|
|
Hmm, doesn't seem related. |
|
You cannot just make things private. |
|
These are undocumented. The only way someone could be using these is if they read the source, in which case they should know better. |
wilzbach
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM assuming CIs pass - I agree that undocumented methods can (and should) be set to private
|
Auto-merge toggled on |
|
@JackStouffer you just broke vibe.d. |
|
Are you sure? Vibe was failing to compile with some druntime pulls. |
|
looks that way to me. |
|
Can you post an error message? |
|
@JackStouffer looks like you introduced an import cycle |
|
it segfaults somewhere in libasync |
|
could be that it is really unrelated. |
|
Yes, it's my fault. See https://issues.dlang.org/show_bug.cgi?id=17130. |