-
-
Notifications
You must be signed in to change notification settings - Fork 740
Fix Issue 18044: std.conv.to for implicitly convertible associative arrays #5909
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, @John-Colvin! We are looking forward to reviewing it, and you should be hearing from a maintainer soon. Some tips to help speed things up:
Bear in mind that large or tricky changes may require multiple rounds of review and revision. Please see CONTRIBUTING.md for more information. Bugzilla references
|
LGTM. Can you make a bugzilla entry so it gets in the changelog? |
The issue number needs to be mentioned in the git commit message. You can verify this is the bot lists the issue. I'm currently on the road, so I just removed auto-merge. Sorry |
fb3b563
to
1576c60
Compare
@wilzbach is that documented anywhere? I always forget what I'm supposed to do. |
Yes, just read the bot's comment. |
Yes, I know I needed to make a bugzilla entry, I was just being lazy. The bot doesn't tell me anything about how and where to reference the issue once created. Have I done it the right way now? |
It does. Just follow the referenced link: https://github.com/dlang-bots/dlang-bot#automated-references
Nope. As said once the git message references the issue, the bot will update its comment and you will see a table listing the issue. |
1576c60
to
0ca5087
Compare
I think you just need to remove the colon : |
Ah, ok, thanks. Sorry, I read the "reference a Bugzilla issue" section in your quote and missed that in the original it had a link. |
I am sorry for the horrible help - I usually could have simply force-pushed the commit message, but unfortunately it's a bit hard without a computer. Glad you managed to win the fight against the bot :) |
Is this a requirement for it to get in the changelog? I knew this wasn't going to auto close, but I was just going to close it manually in this case :) |
Yes, I assume no one read the Readme of the bot or the wiki entry? |
You assumed correctly :) I am a lazy programmer after all... Honestly, I didn't realize this had anything to do with git, I just thought the changelog consisted of closed bugs in the time between releases. But the way it is makes a hell of a lot more sense -- some bugs are closed as "WORKSFORME", which have nothing to do with the release. |
No description provided.