-
-
Notifications
You must be signed in to change notification settings - Fork 746
Make Socket.receive @nogc. #7433
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
Conversation
|
Thanks for your pull request, @quickfur! Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub run digger -- build "master + phobos#7433" |
|
Hi & thanks for the PR, As with past attempts to improve the |
|
Why would that test trigger? asserts are |
OK, I see the compiler is assuming that the method in the derived class is
Because the method in the derived class was not annotated |
|
And I agree, this should be considered a breaking change. |
|
RFC: #7434 |
|
There is a previous non-accepted PR identical to this one, Add @nogc attribute to Socket receive methods (#6730). |
|
It's not "not accepted", but pending for a decision: note the "label" and the discussion. |
|
Perhaps "open" would have been a better term than "non-accepted." |
|
I don't have the time / patience to work on this any more. Somebody else please pick this up. |
|
@thewilsonator , as stated above, #7434 exactly the same issue, with a little more details: I think this can simply be closed. |
No description provided.