-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
Replace deprecated keyword body
with do
and avoid DIP-1000 scope errors
#2164
Conversation
Getting scope errors in CI jobs. What to do? |
…pe parameter `o` calling dub.internal.undead.xml.toType!(const(Item)).toType" blocking dlang/dub#2164
The problematic code is in dub, so you need to apply the diff here as well. |
@nordlow This. |
I don't follow. I can't find any more references to the body keyword in D files in my local checkout of this branch. |
The patch that @thewilsonator applied to undead needs to be applied to the local copy of undead in dub. See |
Ahh, sorry. I was searching for the body keyword. I'll fix. |
Changes to xml.d applied. |
… parameter `o` calling dub.internal.undead.xml.toType!(const(Item)).toType" blocking dlang#2164 Also see dlang/undeaD#47.
it says the toType function in xml.d is missing |
Done. |
Ready now. |
body
with do
body
with do
and avoid DIP-1000 scope errors
No description provided.