-
-
Notifications
You must be signed in to change notification settings - Fork 380
Issue 12801: Document the existence of the virtual keyword #584
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
It's actually going away. :o) |
I've haven't tracked the discussions around virtual, so I'm not sure about this. |
I don't know if anybody is sure about this. I know that as of right now the code for virtual being a keyword is in DMD master, so there should be documentation in dlang.org master. |
Well |
Oops, incomplete comment. Anywho, @andralex can confirm removal of this short-lived fearure. |
It has been a week and the code for virtual being a keyword is still in the DMD repository. |
I've not seen any discussion on virtual being removed as a keyword, did I miss something somewhere? (last I checked, the PR to remove the virtual keyword was already closed) |
Surely the virtual keyword would need to remain if final by default is ever implemented? |
Final by default is not getting implemented. |
Really? I thought there was a discussion on this? Was there a consensus? |
AIUI, Andrei put his foot down back in March: |
Ah right, I missed that thanks. |
I opened a DMD PR to remove the attribute again, based on the current discussion: dlang/dmd#3663 |
https://issues.dlang.org/show_bug.cgi?id=12801